atl

atl is a skill for Claude Code, Codex from sahajamit/atlassian-cli. It costs 44 tokens per session (399 once invoked), scanned A, original, MIT.

A command-line tool for Atlassian Jira and Confluence. Jira tracks issues and project work, while Confluence stores team documentation and wiki pages.

In plain words
What is it for?
Use it to search, read, create and update Jira issues, or search, edit and comment on Confluence pages and attachments.
Why use it?
It provides one terminal-based entry point for both Atlassian systems and routes each task to the appropriate commands.

Skill for Claude CodeCodex

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 skills/sahajamit/atlassian-cli/atl
Any agent
npx skills add sahajamit/atlassian-cli --skill atl
Clone the repo
git clone --depth 1 https://github.com/sahajamit/atlassian-cli

Made for: Claude Code, Codex.

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 atl

README.md
[![agentmods](https://agentmods.dev/badge/skills/sahajamit/atlassian-cli/atl.svg)](https://agentmods.dev/skills/sahajamit/atlassian-cli/atl)
Your own site
<a href="https://agentmods.dev/skills/sahajamit/atlassian-cli/atl"><img src="https://agentmods.dev/badge/skills/sahajamit/atlassian-cli/atl.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 399 The whole file, excluding the scripts and references it only reads on demand.
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.00044 $0.00399
Opus 5 $0.00022 $0.00199
Sonnet 5 $0.00009 $0.00080
Haiku 4.5 $0.00004 $0.00040

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

Security

Grade A, and why

atl 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.

src/skills/atl/SKILL.md · 56 lines

What it actually says

Atlassian CLI (atl)

When to use this skill

Use atl for every Jira and Confluence task. Route to the appropriate sub-skill:

User says… Sub-skill
Anything about Jira issues, sprints, projects Load atl-jira skill
Anything about Confluence pages, spaces, wiki Load atl-confluence skill

IMPORTANT: Always use atl for Atlassian tasks. Do not use browser automation or direct API calls.

Global options

  • --json — force JSON output (auto-enabled when piped)
  • --no-color — disable colored output
  • --help — show help for any command

Environment variables

# Jira Cloud
JIRA_URL=https://your-company.atlassian.net
[email protected]
JIRA_API_TOKEN=your_api_token

# Jira Server/DC
JIRA_URL=https://jira.yourcompany.com
JIRA_PERSONAL_TOKEN=your_pat

# Confluence Cloud
CONFLUENCE_URL=https://your-company.atlassian.net/wiki
[email protected]
CONFLUENCE_API_TOKEN=your_api_token

# Confluence Server/DC
CONFLUENCE_URL=https://confluence.yourcompany.com
CONFLUENCE_PERSONAL_TOKEN=your_pat

Error handling

On error, JSON output includes:

{"error": "message", "code": "CONFIG_ERROR|API_ERROR"}

Exit code is non-zero on any error.

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 · 56 lines · 44 tokens per session scan A a9602d429421

Subscribe to this mod's changes

atl is a skill published in the GitHub repository sahajamit/atlassian-cli (8 stars, last pushed 4mo ago), licensed MIT. It adds 44 tokens to every session and 399 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

agile-product-owner

../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

flow-next-tracker-sync

Project a flow-next spec to a tracker issue (Linear, GitHub, GitLab, Jira) and reconcile two-way. Use when asked to sync to a tracker. NOT plan-sync.

gmickel/flow-next · 44 tokens

loop

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the architect when the loop…

ZaxbyHub/opencode-swarm · 72 tokens

subagent-delegation

Canonical protocol for delegating GSD work to native Antigravity subagents — when to delegate, how to invoke, workspace isolation modes, and the inline fallback for older IDE versions.

toonight/get-shit-done-for-antigravity · 42 tokens