npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

jira-ai

v0.9.92

Published

AI friendly Jira CLI to save context

Readme

Jira AI CLI

An AI-friendly CLI for Jira that prioritizes efficiency and security.

Core Benefits

  1. Context Efficiency: Eliminates redundant context data, consuming significantly fewer tokens than Jira MCP or similar tools.
  2. Bullet-proof Security: Restrict AI to only the actions you permit, ensuring your environment remains secure.

Start

Installation

If you know how to install npm then after installation run this instuction. in your CLI agent.

If you don't know what npm is but want to use Jira "the haker way" this instruction is for you. copy it and run in any AI agent like chat GPT, Gemini e.t.c.

npm install -g jira-ai

Install in Claude code:

Step 1: Add the Marketplace

Add this marketplace to your Claude instance:

claude plugin marketplace add festoinc/management-plugins

Step 2: Install the Plugin

claude plugin install jira-ai-connector@management-plugins

Will be avalibale automatically as skill

Install in Gemini CLI

Step 1: Add the Extension

Add this extension to your Gemini CLI:

gemini extension install https://github.com/festoinc/management-plugins

Will be avalible as slash command

/work-with-jira

Quick Start

Run interactive authorization:

jira-ai auth

See all available commands:

jira-ai --help

Service Account Authentication

Atlassian service accounts use scoped API tokens that must authenticate through the api.atlassian.com gateway rather than direct site URLs.

Using a .env file

Create a .env file with your service account credentials:

JIRA_HOST=your-domain.atlassian.net
[email protected]
JIRA_API_TOKEN=your-service-account-api-token
JIRA_AUTH_TYPE=service_account

Then authenticate:

jira-ai auth --from-file path/to/.env

The Cloud ID will be auto-discovered from your site URL. To provide it explicitly:

JIRA_CLOUD_ID=your-cloud-id

Using CLI flags

jira-ai auth --service-account

Or with an explicit Cloud ID:

jira-ai auth --service-account --cloud-id your-cloud-id

How it works

Standard Jira API tokens authenticate directly against your-domain.atlassian.net. Service account tokens are scoped and must route through the Atlassian API gateway at api.atlassian.com/ex/jira/{cloudId}/....

When authType is set to service_account, jira-ai automatically:

  1. Discovers your Cloud ID from https://your-domain.atlassian.net/_edge/tenant_info (if not provided)
  2. Routes all API requests through https://api.atlassian.com/ex/jira/{cloudId} instead of the direct site URL
  3. Uses the same basic auth (email + API token) — just through the gateway

Existing configurations using standard API tokens are unaffected.

Configuration & Restrictions

Tool allows you to have very complex configutations of what Projects/Jira commands/Issue types you would have acess to thought the tool. Use this command to start setup:

jira-ai settings --help

All avalible commands: https://github.com/festoinc/jira-ai/blob/main/all_avaliable_commands.md

Links

License

Apache License 2.0