Agent skill · Security

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.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill atlassian-admin --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 13 KB
Bundled scripts: yes
Path: project-management/skills/atlassian-admin/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Workflows
  2. User Provisioning
  3. User Deprovisioning
  4. Group Management
  5. Permission Scheme Design
  6. SSO Configuration
  7. Marketplace App Management
  8. System Performance Optimization
  9. Integration Setup
  10. Global Configuration
  11. Jira Global Settings (Jira Settings > Issues)
  12. Confluence Global Settings (Confluence Admin)
  13. Security Settings (admin.atlassian.com > Security)
  14. Governance & Policies
Ships with 4 files
  • assets/permission_scheme_template.json
  • references/security-hardening-guide.md
  • references/user-provisioning-checklist.md
  • scripts/permission_audit_tool.py
More from claude-skills
All skills →
About this skill
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.

Keep going