Atlassian Administrator Expert

This skill provides a comprehensive playbook for Atlassian administrators to manage users, groups, permissions, security, integrations, and governance across Jira, Confluence, and other Atlassian products. It covers workflows for provisioning and deprovisioning users, designing permission schemes, configuring SSO, managing marketplace apps, optimizing performance, and handling disaster recovery, with clear steps and verification points.

✨ What it does

  • Step-by-step workflows for user provisioning and deprovisioning with verification steps.
  • Guidance on group management and permission scheme design following least privilege.
  • SSO configuration steps with SAML and SCIM, including testing and enforcement.
  • Marketplace app evaluation, installation, and monitoring procedures.
  • System performance optimization and integration setup for common tools like Slack and GitHub.
  • Governance policies including access reviews, naming conventions, and change management.

🎯 When to use it

  • When asked to add or remove users from Jira or Confluence, or manage user access and groups.
  • When configuring organization-wide security settings such as SSO, authentication policies, or audit logs.
  • When setting up or modifying permission schemes for projects or spaces.
  • When installing or managing marketplace apps across Atlassian products.
  • When performing administrative tasks like system optimization, integration setup, or governance reviews.

🚀 How to use

Trigger this skill by asking for any Atlassian administration task, such as 'Add a user to Jira' or 'Set up SSO for our organization.' The skill expects details like user email, group names, product access, or specific configuration requirements. It provides step-by-step instructions and REST API examples where applicable.

Example prompts:

Add user john.doe@example.com to Jira and Confluence, and add them to the engineering group.
Configure SAML SSO with Okta for our Atlassian organization.

📄 Output: The skill produces a sequence of administrative actions and verification steps, often resulting in completed configurations, user changes, or documented procedures.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/project-management/skills/atlassian-admin .claude/skills/atlassian-admin

Skill source: project-management/skills/atlassian-admin/SKILL.md

⚠️ Good to know

Admin operations are not available via the Atlassian Remote MCP server; all workflows must be performed through admin.atlassian.com or the cited REST APIs.

❓ FAQ

How do I deprovision a user who owns Jira issues?

First audit the user's owned content, reassign open issues via bulk change, then remove from groups, revoke product access, and deactivate the account.

What is the recommended approach for permission schemes?

Use groups rather than individual permissions, apply the principle of least privilege, and conduct regular permission audits.

Can I use MCP for admin tasks?

No, admin operations are not available via the Atlassian Remote MCP server; use admin.atlassian.com or REST APIs instead.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.