One paragraph describing what this agent does, who it's for, and when to activate it.
atlassian-admin
atlassian-admin is an open-source integrations skill for Claude Code and compatible agents, published by alirezarezvani. Its author describes it as: “Atlassian Administrator for managing and organizing Atlassian products (Jira, Confluence, Bitbucket, Trello), users, permissions, security, integrations, system configuration, and org-wide governance. Use when asked t…”. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add alirezarezvani/claude-skills`.
What atlassian-admin does
1. Create user account: `admin.atlassian.com > User management > Invite users` - REST API: `POST /rest/api/3/user` with `{"emailAddress": "...", "displayName": "...","products": [...]}` 2. Add to appropriate groups: `admin.atlassian.com > User management > Groups > [group] > Add members` 3. Assign product access (Jira, Confluence) via `admin.atlassian.com > Products > [product] > Access` 4. Configure default permissions per group scheme 5. Send welcome email with onboarding info 6. **NOTIFY**: Relevant team leads of new member 7. **VERIFY**: Confirm user appears active at `admin.atlassian.com/…
Installation
Add atlassian-admin to your agent with:
/plugin marketplace add alirezarezvani/claude-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for atlassian-admin is organised into these sections:
- Workflows
- User Provisioning
- User Deprovisioning
- Group Management
- Permission Scheme Design
- SSO Configuration
- Marketplace App Management
- System Performance Optimization
- Integration Setup
- Global Configuration
- Jira Global Settings (Jira Settings > Issues)
- Confluence Global Settings (Confluence Admin)
When to use it
Reach for atlassian-admin when you want integrations help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in alirezarezvani/claude-skills, an established project with 24,617 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does atlassian-admin do?
- Atlassian Administrator for managing and organizing Atlassian products (Jira, Confluence, Bitbucket, Trello), users, permissions, security, integrations, system configuration, and org-wide governance. Use when asked to add users to Jira, change Confluence permissions, configure access control, update admin settings, manage Atlassian groups, set up SSO, install marketplace apps, review security policies, or handle any org-wide Atlassian administration task.
- How do I install atlassian-admin?
- Run /plugin marketplace add alirezarezvani/claude-skills in your agent, then reload your skills. Review the source at https://github.com/alirezarezvani/claude-skills before installing.
- Is atlassian-admin free to use?
- Yes. atlassian-admin is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does atlassian-admin come from?
- atlassian-admin ships inside alirezarezvani/claude-skills, a repository that contains 41 catalogued skills in total. The repository's 24,617 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Integrations →Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.
Answer Engine Optimization (AEO) skill — optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO — AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers — 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content for AI search', 'E-E-A-T audit'. Output is a markdown audit report (default) or JSON for pipeline integration. Stdlib-only Python tools.
Mint a tamper-evident, post-quantum-signed receipt for a consequential agent action (deploy, delete, pay, grant-access, model decision) so it can be verified later from the certificate alone. Use when an autonomous agent takes a side-effecting action that may need to be proven later, or when satisfying EU AI Act Article 12 record-keeping. Three decisions: whether an action needs a receipt, minting it, verifying it. Signing is delegated to the open-source OpenAgentOntology package. Not after-the-fact log analysis; not a hosted notary; not a legal opinion.
Inter-agent communication protocol for C-suite agent teams. Defines invocation syntax, loop prevention, isolation rules, and response formats. Use when C-suite agents need to query each other, coordinate cross-functional analysis, or run board meetings with multiple agent roles.