Claude Code · Community skill
Project Management Skills
6 production-ready project management skills with Atlassian MCP integration.
What this skill covers
This page keeps a stable Remote OpenClaw URL for the upstream skillwhile preserving the original source content below. The shell stays consistent, and the body can vary as much as the upstream SKILL.md or README varies.
Source files and registry paths
Source path
project-management/skills/pm-skills
Entry file
project-management/skills/pm-skills/SKILL.md
Repository
alirezarezvani/claude-skills
Format
markdown-skill
Original source content
Raw file# Project Management Skills 6 production-ready project management skills with Atlassian MCP integration. ## Quick Start ### Claude Code ``` /read project-management/jira-expert/SKILL.md ``` ### Codex CLI ```bash npx agent-skills-cli add alirezarezvani/claude-skills/project-management ``` ## Skills Overview | Skill | Folder | Focus | |-------|--------|-------| | Senior PM | `senior-pm/` | Portfolio management, risk analysis, resource planning | | Scrum Master | `scrum-master/` | Velocity forecasting, sprint health, retrospectives | | Jira Expert | `jira-expert/` | JQL queries, workflows, automation, dashboards | | Confluence Expert | `confluence-expert/` | Knowledge bases, page layouts, macros | | Atlassian Admin | `atlassian-admin/` | User management, permissions, integrations | | Atlassian Templates | `atlassian-templates/` | Blueprints, custom layouts, reusable content | ## Python Tools 6 scripts, all stdlib-only: ```bash python3 senior-pm/scripts/project_health_dashboard.py --help python3 scrum-master/scripts/velocity_analyzer.py --help ``` ## Rules - Load only the specific skill SKILL.md you need - Use MCP tools for live Jira/Confluence operations when available
Related Claude Code skills
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.
claude-skills
Atlassian Template & Files Creator Expert
Specialist in creating, modifying, and managing reusable templates and files for Jira and Confluence. Ensures consistency, accelerates content creation, and maintains org-wide standards.
claude-skills
Internal Comms
Originally contributed by maximcoding — enhanced and integrated by the claude-skills team.
claude-skills
Meeting Insights Analyzer
Originally contributed by maximcoding — enhanced and integrated by the claude-skills team.