🧠 Claude Skills Library — 53 Skills for Every Professional
Save 8–10 hours per week across any profession. Install in 2 minutes.
A community-built library of Claude Skills covering product management, marketing, engineering, data, design, leadership, and business strategy. Each skill is a structured SKILL.md file that teaches Claude how to produce professional-grade outputs for your specific workflows.
🚀 Quick Install (2 minutes)
In Claude Code, run:
/plugin marketplace add mohitagw15856/pm-claude-skills
Or clone and symlink for auto-updates:
git clone https://github.com/mohitagw15856/pm-claude-skills.git ~/pm-claude-skills
mkdir -p ~/.claude/skills
ln -s ~/pm-claude-skills/skills/* ~/.claude/skills/
That's it. All 53 skills are now available in every Claude Code session.
📚 The Article Series
This repo was built alongside a published article series. Read the full story:
| Part | Title | Link |
|---|---|---|
| Part 1 | Claude Skills: The AI Feature That's Quietly Changing How PMs Work | Read → |
| Part 2 | Claude Skills vs Prompts: How PMs and Developers Can 10x Their AI Productivity | Read → |
| Part 3 | 12 Claude Skills for Product Managers: The Complete Toolkit | Read → |
| Part 4 | Claude Skills: Advanced Guide — What 3 Months of Daily PM Use Actually Taught Me | Read → |
| Part 5 | What Google, Meta and Anthropic Want From PMs — And the Claude Skills That Deliver It | Read → |
| Part 6 | I Tested Anthropic's Skill Creator Plugin on My Own Skills | Read → |
| Part 7 | 33 Claude Skills for PMs Are Now in the Claude Code Marketplace | Read → |
| Part 8 | I Added 20 New Claude Skills Beyond Product Management | Latest — link TBC |
🗂️ All 53 Skills
🛠️ Product Management (Skills 1–33)
The original toolkit. Discovery, prioritisation, delivery, strategy, stakeholder comms, and more.
| # | Skill | What It Does |
|---|---|---|
| 1–33 | [Original 33 PM skills] | See Part 7 article for full list |
📣 Marketing & Growth (Skills 34–37)
| # | Skill | Folder | What It Does |
|---|---|---|---|
| 34 | Go-To-Market | skills/go-to-market/ |
Positioning statements, messaging pillars, feature/benefit mapping, and role-specific use cases |
| 35 | Content Calendar | skills/content-calendar/ |
Multi-channel content calendars with hooks, formats, and repurposing map |
| 36 | Competitor Teardown | skills/competitor-teardown/ |
Full competitive analysis: positioning map, feature comparison, messaging gaps, SWOT, recommendations |
| 37 | Email Campaign | skills/email-campaign/ |
Sequenced email campaigns with subject lines, preview text, body copy, and CTAs |
👩💻 Engineering & Tech (Skills 38–41)
| # | Skill | Folder | What It Does |
|---|---|---|---|
| 38 | Code Review Checklist | skills/code-review-checklist/ |
Tailored PR review checklists by language, type, and risk level |
| 39 | Incident Postmortem | skills/incident-postmortem/ |
Blameless postmortems with timeline, RCA, impact, and action items |
| 40 | API Docs Writer | skills/api-docs-writer/ |
Developer-facing API docs from raw specs: endpoints, parameters, response schemas, code examples |
| 41 | Architecture Decision Record | skills/architecture-decision-record/ |
ADRs with context, options, decision, consequences, and risks |
📊 Data & Analytics (Skills 42–44)
| # | Skill | Folder | What It Does |
|---|---|---|---|
| 42 | Metrics Framework | skills/metrics-framework/ |
North Star + metric tree, dashboard tiers, counter-metrics |
| 43 | SQL Query Explainer | skills/sql-query-explainer/ |
Explain, optimise, write, and document SQL — in plain English |
| 44 | Dashboard Brief | skills/dashboard-brief/ |
Complete dashboard spec: KPIs, charts, filters, layout, data requirements |
🧑💼 Leadership & Management (Skills 45–47)
| # | Skill | Folder | What It Does |
|---|---|---|---|
| 45 | Performance Review | skills/performance-review/ |
Structured reviews from bullet-point notes — self, manager, peer, and upward |
| 46 | Hiring Rubric | skills/hiring-rubric/ |
Interview scorecards with competencies, behavioural questions, and panel guide |
| 47 | Team Offsite Planner | skills/team-offsite-planner/ |
Full offsite agenda, session facilitation notes, and logistics checklist |
🎨 Design & UX (Skills 48–50)
| # | Skill | Folder | What It Does |
|---|---|---|---|
| 48 | UX Research Plan | skills/ux-research-plan/ |
Research plans with screener, discussion guide, and synthesis framework |
| 49 | Design Critique | skills/design-critique/ |
Structured feedback using JTBD, Gestalt principles, and Nielsen's heuristics |
| 50 | Accessibility Audit | skills/accessibility-audit/ |
WCAG 2.2 audit with prioritised remediation and quick wins |
🏢 Business & Strategy (Skills 51–53)
| # | Skill | Folder | What It Does |
|---|---|---|---|
| 51 | Investor Update | skills/investor-update/ |
Monthly/quarterly investor updates: metrics, highlights, challenges, and asks |
| 52 | Board Deck Narrative | skills/board-deck-narrative/ |
Slide-by-slide board presentation structure with narrative beats and talking points |
| 53 | Job Application | skills/job-application/ |
Tailored CV summary, ATS keyword optimisation, and cover letter for any JD |
🤝 Contributing — Add Your Skill
This is an open-source community library. If you've built a skill that saves you time, share it here.
How to contribute:
- Fork this repo
- Create a new folder:
skills/your-skill-name/ - Add a
SKILL.mdfile following the template below - Raise a pull request with a short description of what the skill does and why you built it
SKILL.md template:
---
name: your-skill-name
description: "One sentence description. Use when [trigger condition]. Does [output description]."
---
# Skill Title
[Instructions for Claude to follow when this skill is invoked]
What makes a good skill:
- Solves a recurring professional workflow (not a one-off task)
- Has a clear trigger description so Claude knows when to activate it
- Produces consistent, structured output
- Works without needing extensive setup or context
Skills wishlist (most requested — up for grabs):
legal-contract-review— Flag key clauses and risks in contractsfinancial-model-narrative— Turn a spreadsheet into a board-ready narrativehr-job-description— Write inclusive, structured JDs from a role briefonboarding-plan— 30/60/90-day plan for new hirespress-release— Structured press releases from product announcementsseo-content-brief— Content briefs with keyword strategy and outline
Have a skill idea? Open an issue or raise it in Discussions.
Contributors get credited in this README and in the article series. 🙌
📖 How Skills Work
Skills are markdown files in ~/.claude/skills/ that Claude reads dynamically. When you describe a task, Claude scans available skill descriptions (~100 tokens) and loads the full skill only when it's relevant. This means:
- Skills are efficient — they only use tokens when triggered
- Multiple skills can coexist without slowing Claude down
- Personal skills (
~/.claude/skills/) work across all your projects
Learn more: Anthropic's Skills documentation
⭐ If this is useful
Star the repo so others can find it. And if you build something with these skills, share it — raise a PR, open a discussion, or tag me in your article.
Built and maintained by Mohit Aggarwal | Product Powerhouse publication