Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Apr 17, 2026

Agent skills

TWG CLI ships installable skills — context files that teach your coding agent how to work with Atlassian products. Install them once, then just describe what you want in plain language.

Install skills

After installing and authenticating, run:

1
2
twg skills install

The installer shows an interactive picker. Choose your agent and it handles the rest.

Claude

Claude Code stores skills in .claude/skills/. Select it in the installer and the TWG skill is placed there automatically. After that, open Claude Code in your project and start asking:

"What are my open Jira issues?" "Summarize the work my team did this week." "Create a Confluence page summarizing our Q2 goals."

Codex

OpenAI Codex reads skills from the universal .agents/skills/ directory, which is always included in the install. No extra step needed — select Codex in the picker and you're done. Then ask Codex:

"Show me the current sprint and any blockers." "Find PRs I authored this month." "What goals are at risk for my team?"

Gemini

Gemini CLI also reads from .agents/skills/ automatically. Select it in the picker. Then:

"Who do I collaborate with most?" "Get full context on PROJ-123 — linked PRs, docs, and dependencies." "Show my reporting chain."

Other agents

The installer also supports Cursor, GitHub Copilot, Rovo Dev, Augment, Kiro CLI, OpenCode, and any agent that supports a skills or context directory. The universal .agents/skills/ location works out of the box for most agents.

What gets installed

Skills are placed under .agents/skills/twg/ (and any agent-specific locations you select):

FilePurpose
SKILL.mdMain entry point — routing guidance and instructions for your agent
scripts/twgWrapper script that resolves the twg binary
references/15 reference files covering all surfaces, query languages, and output contracts

Your agent reads these automatically. No special prompt prefix is needed.

Next steps

Rate this page: