atlassian-cli CLAUDE.md

atlassian-cli CLAUDE.md is an instructions file for coding agents from sahajamit/atlassian-cli. It costs 2,329 tokens per session, scanned A, original, MIT.

A project guide for a TypeScript command-line tool that works with Jira and Confluence. Jira tracks issues and work items, while Confluence stores team documentation.

In plain words
What is it for?
Use it when building, running, testing, or publishing the command-line tool, or when adding support for Jira and Confluence actions.
Why use it?
It explains the tool's current commands, technology, build process, and publishing process so development work follows the project's conventions.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/sahajamit/atlassian-cli/claude-md
Clone the repo
git clone --depth 1 https://github.com/sahajamit/atlassian-cli

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for atlassian-cli CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sahajamit/atlassian-cli/claude-md.svg)](https://agentmods.dev/instructions/sahajamit/atlassian-cli/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sahajamit/atlassian-cli/claude-md"><img src="https://agentmods.dev/badge/instructions/sahajamit/atlassian-cli/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,329 This file is loaded in full into every session.
When invoked 2,329 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02329 $0.02329
Opus 5 $0.01164 $0.01164
Sonnet 5 $0.00466 $0.00466
Haiku 4.5 $0.00233 $0.00233

Measured 4d ago against content hash 65f79c1a3c2d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

atlassian-cli CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

Project Overview

atlassian-cli (atl) is a TypeScript CLI for Jira and Confluence that serves as a lightweight alternative to the mcp-atlassian MCP server. Phase 1 implemented read-only tools; Phase 2 added write operations.

The original MCP server has 73 tools (49 Jira + 24 Confluence). This CLI currently implements 13 Atlassian commands + 2 utility commands:

Jira (8 commands):

  • atl jira search — JQL search
  • atl jira get-issue — Full issue details with comments, images, and attachments
  • atl jira download-attachments — Download issue attachments to local directory
  • atl jira create-issue — Create a new issue
  • atl jira update-issue — Update issue fields
  • atl jira add-comment — Add a comment to an issue
  • atl jira get-transitions — List available workflow transitions
  • atl jira transition-issue — Transition an issue to a new status

Confluence (6 commands):

  • atl confluence search — CQL/text search
  • atl confluence get-page — Page content by ID or title+space (layout-aware, with image extraction)
  • atl confluence download-attachments — Download page attachments to local directory
  • atl confluence create-page — Create a new page (markdown or storage format)
  • atl confluence update-page — Update page content
  • atl confluence add-comment — Add a comment to a page

Utility:

  • atl install --skills — Install AI agent skill files (Claude Code, Cursor, Copilot)
  • atl uninstall --skills — Remove installed skill files

Tech Stack

  • Language: TypeScript (ES2022, NodeNext modules, strict mode)
  • Runtime: Node.js >= 22 (uses native fetch, no HTTP library)
  • CLI framework: Commander.js
  • Content conversion: Turndown (HTML to Markdown), custom ADF-to-Markdown parser, text-to-ADF (write), markdown-to-storage (write)
  • Output styling: Chalk
  • No test framework yet

Build & Run

npm run build          # tsc → dist/ + copies skill files into dist
npm run dev            # tsc --watch (does NOT copy skills)
npm start              # node dist/bin/atl.js
node dist/bin/atl.js   # direct invocation

Read the full file on GitHub · 174 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 174 lines · 2,329 tokens per session scan A 65f79c1a3c2d

Subscribe to this mod's changes

atlassian-cli CLAUDE.md is an instructions file published in the GitHub repository sahajamit/atlassian-cli (8 stars, last pushed 4mo ago), licensed MIT. It adds 2,329 tokens to every session, about $0.0116 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.