Skip to content

atlassian-labs/atlassian-twg-cli

v1.0.12Apache-2.0

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 GitHub Copilot (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 GitHub Copilot in the browser? Install the Atlassian Rovo MCP plugin instead. Run /twg-setup after install to connect Atlassian Teamwork Graph CLI to GitHub Copilot.

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

/plugin marketplace add atlassian-labs/twg-plugins
/plugin install atlassian-twg-cli@atlassian-twg-cli

Codex

codex plugin marketplace add atlassian-labs/twg-plugins
codex plugin add twg@twg

GitHub Copilot CLI

copilot plugin marketplace add atlassian-labs/twg-plugins
copilot plugin install atlassian-twg-cli@atlassian-twg-cli

Gemini CLI

gemini extensions install https://github.com/atlassian-labs/twg-plugins

Devin CLI

devin plugins install atlassian-labs/twg-plugins

Pi

pi install git:github.com/atlassian-labs/twg-plugins

OpenCode

Add the npm plugin to opencode.json, then restart OpenCode:

{
  "$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

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/