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.
npx agentmods add instructions/sahajamit/atlassian-cli/claude-mdgit clone --depth 1 https://github.com/sahajamit/atlassian-cliWrote 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.
[](https://agentmods.dev/instructions/sahajamit/atlassian-cli/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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 searchatl jira get-issue— Full issue details with comments, images, and attachmentsatl jira download-attachments— Download issue attachments to local directoryatl jira create-issue— Create a new issueatl jira update-issue— Update issue fieldsatl jira add-comment— Add a comment to an issueatl jira get-transitions— List available workflow transitionsatl jira transition-issue— Transition an issue to a new status
Confluence (6 commands):
atl confluence search— CQL/text searchatl confluence get-page— Page content by ID or title+space (layout-aware, with image extraction)atl confluence download-attachments— Download page attachments to local directoryatl confluence create-page— Create a new page (markdown or storage format)atl confluence update-page— Update page contentatl 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
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.
- 4d ago First seen · 174 lines · 2,329 tokens per session scan A 65f79c1a3c2d
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.
Other instructions, from other repositories
ESAA-Core AGENTS.md
Instructions for elzobrito/ESAA-Core, covering agents.md — contrato operacional codex/esaa, 1. autoridade e termos, 2. cli e runner, ou configure o runner uma vez por sessão and 3. concorrência.
idd-skill idd-resume.instructions.md
Instructions for kurone-kito/idd-skill, covering idd — resume phase, required inputs, step 0 — route classifier, operator-present release and step 1 — identify claim state.
codecrucible AGENTS.md
Instructions for block/codecrucible, covering agent instructions, quick reference and landing the plane (session completion).
tmetric-minimal-mcp CLAUDE.md
Claude Code instructions for guglielmo/tmetric-minimal-mcp, covering claude.md, development commands, project architecture, file structure and core architecture patterns.
shelly-forge CLAUDE.md
Claude Code instructions for mslavov/shelly-forge, covering documentation usage guidelines, critical: framework-first reading order, 📚 mandatory reading order, pre-task protocol and post-task protocol.
vibelive AGENTS.md
AGENTS.md instructions for pooriaarab/vibelive, covering agents.md, repository context, pull requests, cloud agents (cursor) and install & test.