From labyrinthe-acli
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/labyrinthe-acli:acli-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guides first-time installation and authentication for the Atlassian CLI.
Guides first-time installation and authentication for the Atlassian CLI.
acli is not availableacli --version
If the command is not found, proceed to step 2. If it succeeds, skip to step 3.
Detect the platform and guide accordingly:
uname -s
See install-guide.md for platform-specific instructions.
The user needs an API token from https://id.atlassian.com/manage-profile/security/api-tokens
Ask the user for:
mycompany.atlassian.net)Then authenticate:
echo "TOKEN_HERE" | acli jira auth login --site "SITE.atlassian.net" --email "[email protected]" --token
For OAuth (SSO organizations):
acli jira auth login --web
acli jira auth status
After successful authentication, invoke acli-profile to save the site as a named profile so it persists across sessions.
| Method | Command | Best For |
|---|---|---|
| API Token | echo TOKEN | acli jira auth login --site X --email Y --token | Most users |
| OAuth | acli jira auth login --web | SSO organizations |
| API Key | acli admin auth login --key K | Admin API only |
npx claudepluginhub charlesmatte/atlassian-cli-skills --plugin labyrinthe-acliOpt-in Atlassian/Jira integration via acli for creating work items, transitioning statuses, adding comments, and linking PRs. Activates when working with Jira, Atlassian, or acli.
Manages Jira Cloud issues via jira CLI with JSON output: create, view, update, search issues, fetch hierarchies, manage sprints.
References Atlassian CLI (acli) commands for Jira: authenticate, create/view/edit issues, JQL searches, bulk operations, project/board/sprint management.