By charlesmatte
Atlassian CLI integration for Jira, Confluence, and admin operations. Manage issues, sprints, boards, and users directly from Claude Code with multi-profile support for switching between Atlassian sites.
Manage multiple Atlassian site profiles for switching between Jira instances within a Claude Code session. Create, list, switch, show, and delete named profiles. WHEN: switch profile, change site, switch jira, switch atlassian, add profile, list profiles, which profile, current site, multi-site, multi-tenant, acli profile, add account, switch account.
Install and configure the Atlassian CLI (ACLI) for first use. Guides through installation, authentication, and initial profile creation. WHEN: install acli, setup atlassian, configure jira cli, atlassian login, first time setup, acli auth, connect to jira, connect to atlassian, acli install, get started atlassian.
Manage Atlassian organization users via the Admin API. Activate, deactivate, and delete user accounts. WHEN: admin user, manage users, deactivate user, activate user, delete user, user management, atlassian admin, org admin, user list, disable user, remove user.
Create, view, update, and delete Confluence pages. View pages via ACLI, create/update/delete via Confluence REST API. WHEN: confluence page, create page, edit page, update page, delete page, view page, wiki page, confluence content, page children, child pages, confluence write, publish page, new page, page crud.
Search Confluence content using CQL queries via the REST API. Find pages, blog posts, attachments, and spaces by title, content, label, author, or date. WHEN: search confluence, find page, confluence query, CQL, search wiki, find in confluence, confluence content, search space, find document, wiki search, confluence find.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code skills plugin that integrates the Atlassian CLI (ACLI) with multi-profile support for managing Jira issues, sprints, and admin operations across multiple Atlassian sites.
From within Claude Code, run:
/plugin marketplace add charlesmatte/atlassian-cli-skills
/plugin install labyrinthe-acli@atlassian-cli-skills
Choose your preferred scope when prompted:
.claude/settings.jsonIf you're in an active session, reload the plugin:
/reload-plugins
git clone https://github.com/charlesmatte/atlassian-cli-skills.git
Then in Claude Code:
/plugin marketplace add ./atlassian-cli-skills
/plugin install labyrinthe-acli@atlassian-cli-skills
If you don't have the Atlassian CLI installed yet, use the setup skill:
/acli-setup
Or install it manually:
# macOS
brew tap atlassian/tap && brew install acli
# Any platform with Node.js
npm install -g @atlassian/acli
Verify the installation:
acli --version
ACLI supports three authentication methods depending on your use case. Most users should start with API Token authentication.
API tokens let you authenticate as yourself for Jira, Confluence, and other Atlassian products.
Step 1 — Create an API token in the Atlassian portal:
Claude Code ACLI)Scoped tokens (optional, more secure): Click Create API token with scopes instead to restrict the token to specific products (Jira or Confluence) and actions (view, write, delete). This is recommended for production use.
Step 2 — Find your Atlassian site name:
Your site name is the subdomain of your Atlassian Cloud URL. For example:
https://mycompany.atlassian.net → site name: mycompany.atlassian.nethttps://acme-corp.atlassian.net → site name: acme-corp.atlassian.netYou can find this by logging into Jira and checking the URL in your browser's address bar.
Step 3 — Authenticate ACLI:
echo "YOUR_TOKEN" | acli jira auth login \
--site "yoursite.atlassian.net" \
--email "[email protected]" \
--token
Or read the token from a file:
acli jira auth login \
--site "yoursite.atlassian.net" \
--email "[email protected]" \
--token < ~/path/to/token.txt
Step 4 — Verify:
acli jira auth status
You should see your site and authenticated user displayed.
If your organization uses SSO (Single Sign-On) and you cannot use API tokens, use the browser-based OAuth flow:
acli jira auth login --web
Verify with:
acli jira auth status
npx claudepluginhub charlesmatte/atlassian-cli-skills --plugin labyrinthe-acliConnect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Read-only Atlassian access via custom MCP server: Jira issues, JQL search, Confluence pages, CQL search, and attachments
Atlassian Jira and Confluence integration via Remote MCP Server for issue tracking, documentation, and project management
Complete JIRA automation suite with 14 specialized skills - issue management, agile workflows, time tracking, service management, bulk operations, and more
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.