Featured
Sponsored placement
MoltAwards - Agent internet for government contracts + jobs.
Sponsored
Learn more →Sponsored placement
ScaleYour.email: Fill your calendar with sales calls
Sponsored
Book free call →Advertise
Get your AI tool in front of 30k+ AI enthusiasts
Whole network
Learn more →Limited-time offer
Deploy your own AI agent
Affiliate
Launch on Hostinger →
Project Management Skills
alirezarezvani/claude-skillsSummary
6 production-ready project management skills with Atlassian MCP integration.
SKILL.md
# Project Management Skills — Router This plugin bundles **8 PM skills** (this router is the 9th folder under `project-management/skills/`). Each skill is self-contained. The bundled `.mcp.json` wires the Atlassian Remote MCP (`https://mcp.atlassian.com/v1/sse`, OAuth handled by Claude Code). ## Routing table Match the request, then load `project-management/skills/<skill>/SKILL.md`. If multiple rows match, ask one clarifying question first. | Request signals | Skill | Path | |---|---|---| | Project health, risk EMV, three-point estimates | senior-pm | `skills/senior-pm/` | | Sprint velocity, retro analysis, ceremony health | scrum-master | `skills/scrum-master/` | | JQL queries, Jira workflows, boards | jira-expert | `skills/jira-expert/` | | Confluence spaces, page structure, content audits | confluence-expert | `skills/confluence-expert/` | | User/permission/scheme administration | atlassian-admin | `skills/atlassian-admin/` | | Reusable Confluence/Jira templates | atlassian-templates | `skills/atlassian-templates/` | | Meeting transcripts, talk-time, action items | meeting-analyzer | `skills/meeting-analyzer/` | | Status updates, 3P updates, stakeholder comms | team-communications | `skills/team-communications/` | ## Quick start ```bash # Example: route a sprint-health request cat project-management/skills/scrum-master/SKILL.md ls project-management/skills/scrum-master/scripts/ ``` ## Rules - Live Jira/Confluence operations go through the Atlassian Remote MCP (camelCase tool names such as `createJiraIssue`, `searchJiraIssuesUsingJql`, `createConfluencePage` — canonical list in `project-management/references/atlassian-mcp-tools.md`). Admin operations are NOT covered by the MCP — use admin.atlassian.com or the REST API per atlassian-admin. - Route to exactly one skill, then follow that skill's workflow. This router ships no tools of its own.
Recommended skills
Browse all →claude-skills
Atlassian Administrator Expert
Create user account: admin.atlassian.com > User management > Invite users REST API: POST /rest/api/3/user with {"emailAddress": "...", "displayName": "...","products": [...]} Add to appropriate groups: admin.atlassian.com > User management > Groups > [group] > Add members Assign product access (Jira, Confluence) via admin.atlassian.com > Products > [product] > Access Configure default permissions per group scheme Send welcome email with onboarding info NOTIFY : Relevant team leads of new member VERIFY : Confirm user appears active at admin.atlassian.com/o/{orgId}/users and can log in 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 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 via User management > [user] > Managed content Remove from all groups: admin.atlassian.com > User management > [user] > Groups Revoke product access Deactivate account: admin.atlassian.com > User management > [user] > Deactivate REST API: DELETE /rest/api/3/user?accountId={accountId} VERIFY : Confirm GET /rest/api/3/user?accountId={accountId} returns "active": false Document deprovisioning in audit log USE : Jira Expert to reassign any remaining issues Create groups: admin.atlassian.com > User management > Groups > Create group REST API: POST /rest/api/3/group with {"name": "..."} Structure by: Teams (engineering, product, sales), Roles (admins, users, viewers), Projects (project-alpha-team) Define group purpose and membership criteria (document in Confluence) Assign default permissions per group Add users to appropriate groups VERIFY : Confirm group members via GET /rest/api/3/group/member?groupName={name} Regular review and cleanup (quarterly) USE : Confluence Expert to document group structure
claude-skills
Atlassian Confluence Expert
Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management.
claude-skills
Atlassian Jira Expert
Master-level expertise in Jira configuration, project management, JQL, workflows, automation, and reporting. Handles all technical and operational aspects of Jira.

