atlassian-twg-cli
Teamwork Graph CLI is Atlassian's agent-first interface to your entire work context: Jira issues, Confluence pages, Bitbucket PRs, along wit
Open source Repository Open in the app JSON README (API)
About
Teamwork Graph CLI is Atlassian's agent-first interface to your entire work context: Jira issues, Confluence pages, Bitbucket PRs, along with your connected third-party data sources. Purpose-built for coding agents like Claude Code (terminal or desktop), and powered by Atlassian's context graph. Try: "draft a Jira issue from this PR and link it to the epic." Using Claude Code in the browser? Install the Atlassian Rovo MCP plugin instead. Run /twg-setup after install to connect Atlassian Teamwork Graph CLI to Claude Code.
Details
- Kind
- Plugins
- Topic
- Developer tools
- Publisher
- atlassian-labs
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-09-07T09:33:22Z
- Repository state
- ativo
- Language
- TypeScript
- License
- Apache-2.0
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-09-11 22:03:19
- Origin id
atlassian-labs/twg-plugins/atlassian-twg-cli
README
# Atlassian Teamwork Graph CLI
A skills-only plugin repository with thin adapters for coding agents that support repository plugins, extensions, or skills.
## Install
### Claude Code
```text
/plugin marketplace add atlassian-labs/twg-plugins
/plugin install atlassian-twg-cli@atlassian-twg-cli
```
### Codex
```bash
codex plugin marketplace add atlassian-labs/twg-plugins
codex plugin add twg@twg
```
### GitHub Copilot CLI
```bash
copilot plugin marketplace add atlassian-labs/twg-plugins
copilot plugin install atlassian-twg-cli@atlassian-twg-cli
```
### Gemini CLI
```bash
gemini extensions install https://github.com/atlassian-labs/twg-plugins
```
### Devin CLI
```bash
devin plugins install atlassian-labs/twg-plugins
```
### Pi
```bash
pi install git:github.com/atlassian-labs/twg-plugins
```
### OpenCode
Add the npm plugin to `opencode.json`, then restart OpenCode:
```json
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"@atlassian/opencode-twg"
]
}
```
### Grok Build
In Grok Build, enter `/plugin` or `/marketplace` to open the plugin browser, select `atlassian-twg-cli`, and press `i` to install.
### Hermes Agent
```bash
hermes plugins install atlassian-labs/twg-plugins --enable
```
Cursor and Qoder can ingest their repository manifests directly. Other skill-capable agents can load `skills/twg-setup/SKILL.md` without a host adapter.
## Setup
Install the plugin for your coding agent, then run `/twg-setup` to install or verify TWG CLI and sign in. In OpenCode, ask naturally to set up or repair TWG; the `twg_setup` tool supplies the same generated guidance.
The package contains no CLI binary, runtime wrapper, or credentials. The installed `twg` CLI owns execution and authentication.
Using a coding agent in the browser? Install the Atlassian Rovo MCP plugin instead.
Learn more: https://developer.atlassian.com/cloud/twg-cli/