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 skills add eunsanMountain/atlassian-skills --skill atlsgit clone --depth 1 https://github.com/eunsanMountain/atlassian-skillsWrote 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/skills/eunsanmountain/atlassian-skills/atls)<a href="https://agentmods.dev/skills/eunsanmountain/atlassian-skills/atls"><img src="https://agentmods.dev/badge/skills/eunsanmountain/atlassian-skills/atls/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/eunsanmountain/atlassian-skills/atls"><img src="https://agentmods.dev/badge/skills/eunsanmountain/atlassian-skills/atls.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00137 | $0.03290 |
| Opus 5 | $0.00068 | $0.01645 |
| Sonnet 5 | $0.00027 | $0.00658 |
| Haiku 4.5 | $0.00014 | $0.00329 |
Grade A, and why
atls 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 12d 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 — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
atls — Atlassian CLI dispatcher
Load this skill before any atls command. Use --help for uncommon operations and atls version --check when a command is missing.
Syntax agents often get wrong
- JQL/CQL is positional:
atls jira issue search "project=PROJ". - Spell output
--format=json;-fmeans--md-fileonmd push. - compact for scans, JSON for decisions, md for reading, raw for byte-exact.
compareis a local file against the live remote;diffis two things already on the server.- Main groups:
jira,confluence,bitbucket. There is no runtimestategroup.
Invariants
Run only next_actions[].argv, exactly as returned; never compose one. requires_user_approval=true is never auto-run. Zero PUT before approval or on an unresolved conflict; storage publishes only the approved hash.
Choose the Confluence workflow
- Read/summarize:
page get ID --body-repr=md. Oncontent_complete=falsethe Markdown is missing text — re-read with the returned--body-repr=viewargv before summarizing. Reads change nothing; do it without asking. - One exact text leaf: dry-run
page patch-text ID --find OLD --replace NEW --if-version N; repeat only when one occurrence is patchable. - Structure/table/macro/image edit:
page inspect ID --intent=structure-edit --format=jsonfirst;in_place_blockedmeans only append orpatch-textlands. Thenmd pull. - Existing managed file: validate/compare/proof-push without an unnecessary get or repull.
- Locally authored Markdown:
page createorpage update --body-format md. Localuploads from the body file's directory;--asset-dirmoves that base, stdin requires it. Every publish re-uploads pictures — prefermd pushfor a page edited twice. Oncreated_with_missing_imagesrun the returnedpage recover-assetsargv; rerunning the write recovers nothing. - Storage the user supplied:
page update --body-format storage.
Managed md push and stateless page update --body-format md emit different raw JSON/status; branch on outcome, not field equality. md compare is a three-way Markdown comparison, not a storage-candidate proof.
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.
- 12d ago First seen · 158 lines · 137 tokens per session scan A 609a3d186336
atls is a skill published in the GitHub repository eunsanMountain/atlassian-skills (21 stars, last pushed 1mo ago), licensed MIT. It adds 137 tokens to every session and 3,290 once invoked, about $0.0007 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-30.
Other skills, from other repositories
c-jira
Manage Jira issues using jira (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.
pm-skills
Use when coordinating project-delivery work across the 8 project-management sub-skills — sprint/velocity analytics, portfolio health, Jira/JQL, Confluence, Atlassian admin, templates, meeting analysis, team comms. Triggers on 'our sprints feel off', 'project health report', 'audit our Jira permissions', 'when will it…
Jira QA Workflows
Run QA work in Jira like a professional, bug lifecycle and triage, JQL queries for testers, quality dashboards, sprint QA rituals, and REST API automation for bulk bug operations and reporting.
jira-administration
Complete JIRA project and system administration including projects, automation rules, permissions, users, notifications, screens, issue types, and workflows. Use when managing project structure, automating work, configuring team access, or setting up issue tracking.
jira-service-management
Complete ITSM/ITIL workflow support for JSM - service desks, requests, SLAs, customers, approvals, knowledge base. Use when managing service desk requests, tracking SLAs, or handling customer operations.
jira-time-tracking
Time tracking, worklogs, and time reports. TRIGGERS: 'log time', 'time spent on', 'log hours', 'log work', 'worklog', 'time tracking', 'timesheet', 'how much time', 'time logged', 'time report', 'export timesheet', 'set estimate', 'remaining estimate', 'original estimate'. Use for time-related queries and operations…