Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Atlassian Administrator Expert

An Atlassian org-admin skill that walks through user provisioning, permissions, SSO, apps, audits, and disaster recovery with real console paths and REST endpoints.

AutomationAdvanced24,1513,405AI score 9/10Last updated: Aug 9, 2026

What it does

  • Step-by-step user provisioning: invite, group assignment, product access, and an explicit verification step.
  • Safe deprovisioning: audit assigned issues and owned spaces, transfer ownership, remove from groups, deactivate, log it.
  • Permission scheme design for Jira and Confluence, naming conventions, change-management windows, quarterly access reviews.
  • SSO (SAML) + SCIM setup, Marketplace app security vetting, Slack/GitHub/Teams integrations, performance tuning, backups, and P1–P4 incident response.
  • Every workflow cites admin.atlassian.com menu paths and REST endpoints, and it explicitly states that admin operations are not available through the Atlassian MCP server so no tool names get invented.

Who it's for

  • Atlassian Cloud org admins and internal IT/helpdesk teams
  • Teams preparing for SOC 2 / GDPR or security audits
  • PMO and platform owners rolling Jira/Confluence out to many teams

Examples

  1. "Onboard three new engineers to Jira and Confluence" → invite, add to the engineering group, grant product access, verify the accounts are active.
  2. "Offboard a departing teammate" → JQL search for their open issues, hand over project leads and space ownership, strip groups, deactivate, record in the audit log.
  3. "Set up Okta SSO and enforce MFA for admins" → SAML values, staged testing, SSO enforcement, and audit-log monitoring.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/atlassian-admin/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the .gemini/skills/atlassian-admin folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/atlassian-admin/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/atlassian-admin ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/atlassian-admin ~/.claude/skills/
  5. Confirm ~/.claude/skills/atlassian-admin/SKILL.md exists.
  6. Restart Claude Code and try a prompt like "walk me through Jira user provisioning" to confirm the skill loads.
  7. Note: real changes require Atlassian org-admin rights — review carefully before deactivating accounts or editing permission schemes.