atlassian-admin
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.
npx skills add alirezarezvani/claude-skills --skill atlassian-admin --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Atlassian Administrator Expert ## Workflows ### User Provisioning 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/o/{orgId}/users` and can log in ### User Deprovisioning 1. **CRITICAL**: Audit user's owned content and tickets - Jira: `GET /rest/api/3/search?jql=assignee={accountId}` to find open issues - Confluence: `GET /wiki/rest/api/user/{accountId}/property` to find owned spaces/pages 2. Reassign ownership of: - Jira projects: `Project settings > People > Change lead` - Confluence spaces: `Space settings > Overview > Edit space details` - Open issues: bulk reassign via `Jira > Issues > Bulk change` - Filters and dashboards: transfer v
- 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)
- Security Settings (admin.atlassian.com > Security)
- Governance & Policies
What does the atlassian-admin skill 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 it?
Run `npx skills add alirezarezvani/claude-skills --skill atlassian-admin --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.