Top 7 Claude Skills for Product Managers
If you spend any time in r/ProductManagement or Lenny Rachitsky's newsletter community, you have probably noticed the conversation around AI has shifted from "will it replace us?" to "how do I use it better?" A recent McKinsey Global Survey found that generative AI has boosted product manager productivity by 40%, largely by reducing the time spent on documentation and repetitive analysis. On Reddit, the posts that get traction are not philosophical debates about AI replacing PMs. They are practical: "Here is my prompt for generating PRDs from customer interview notes" or "I used Claude to synthesize 15 user research transcripts in 20 minutes."
Lenny's Newsletter captured it well in a recent guide on AI agents for PMs, which became one of the most popular posts in the newsletter's history. The core insight: AI tools handle the parts of product management that were always tedious but necessary (writing the first draft of a PRD, structuring competitive analysis, formatting stakeholder updates) so you can focus on the parts that actually require human judgment, like strategy, influence, and discovery. Gartner predicts 70% of product managers will rely on AI tools by 2026. If that number sounds aggressive, consider that 65% of product professionals have already integrated AI into their workflows.
The discussion happens across several communities. r/ProductManagement and r/product_management on Reddit are where hands-on PMs swap tactics. Lenny's Newsletter and its Slack community serve as the go-to for growth-stage and senior PMs. Mind the Product and Product School cater to the broader PM community, from APMs to VP-level leaders. Silicon Valley Product Group (SVPG) tends toward the more strategic, senior end. And for Claude-specific discussions, r/ClaudeAI and the Anthropic community forums are where people share prompt techniques, MCP integrations, and increasingly, Claude Skills.

Snyk's Brian Clark demonstrates building with Claude Code, the same Claude Code environment where Skills give product managers structured workflows for specs, roadmaps, and research synthesis.
Claude Skills are one of the most practical entry points for PMs looking to add structured AI workflows to their daily toolbox. If you have not encountered them yet, they are worth understanding because they sit in a unique position in the Claude ecosystem.
What are Claude Skills (and what are they not)?
The Claude ecosystem has several extension mechanisms, and they are easy to confuse. Here is a quick disambiguation:
CLAUDE.md files are persistent project memory. They load into every session and tell Claude things like "this project uses pytest" or "always use 2-space indentation." They are always-on context, not on-demand capabilities.
Custom Slash Commands (.claude/commands/*.md) were simple prompt templates triggered by /command-name. They have been effectively merged into Skills. Skills that define an argument-hint in their frontmatter can be invoked as slash commands, while others activate contextually based on your task.
MCP Servers are running processes that expose tools and data sources via the Model Context Protocol. They let Claude call APIs, query databases, or interact with external services. They require a server process and code.
Claude Connectors connect Claude to external services like Slack, Figma, or Asana via remote MCP servers with OAuth.
Claude Apps refers to the platforms where Claude runs (Claude.ai, Claude Code, mobile, desktop), not extensions to Claude.
Plugins are bundles that package skills, agents, hooks, and MCP servers together for distribution.
Claude Skills are directories containing a SKILL.md file (with YAML frontmatter and markdown instructions) plus optional supporting files like scripts, templates, and reference docs. What makes them unique:
They are directories, not single files. A skill can bundle shell scripts, Python helpers, reference documentation, and asset files alongside its instructions.
Progressive disclosure. At startup, Claude loads only each skill's name and description from the YAML frontmatter (roughly 100 tokens per skill), similar to how MCP tool descriptions are injected into context. Claude matches your task against those descriptions to decide which skill to activate. When it finds a match, it loads the full SKILL.md instructions. Supporting files (references, scripts, assets) load only when explicitly needed during execution. This three-tier approach keeps your context window lean even with dozens of skills installed. It also means a skill's description field is critical: vague descriptions activate unreliably, while precise descriptions with explicit trigger phrases activate consistently.
They can execute code. Skills can include scripts in scripts/ that Claude runs during execution, and they can use the `!command` syntax to inject dynamic output into the prompt context.
They follow an open standard. The Agent Skills specification has been adopted by Claude Code, OpenAI Codex, Cursor, Gemini CLI, and others, making skills portable.
They can register as slash commands. Skills that include an argument-hint field in their YAML frontmatter can be invoked directly as /skill-name. For example, a skill installed at .claude/skills/deliver-prd/ with an argument hint becomes available as /prd. Skills without an argument hint activate contextually instead, meaning Claude picks them up automatically when your task matches their description.
The official specification and Anthropic's skills documentation cover the full format. The Anthropic engineering blog post on Agent Skills is also worth reading for the design rationale.
Installing a Claude Skill
Installing a skill takes about 30 seconds.
Project level (shared with your team via version control):
User level (personal, available across all projects):
Via plugins (for skill collections):
Skills at the project level are shared with teammates through source control. Skills at the user level are private to you. When names conflict, enterprise skills take precedence over personal skills, which take precedence over project skills.
One important caveat: the Agent Skills ecosystem is new and growing fast, which means supply chain security matters. Snyk's ToxicSkills research found prompt injection in 36% of skills tested and 1,467 malicious payloads across the ecosystem. Always review a skill's SKILL.md and any bundled scripts before installing. Treat skills the way you would treat any third-party code you run in your environment.
Building a Claude Skill? If you are creating or maintaining an open source Claude Skill or MCP server, the Snyk Secure Developer Program provides free enterprise-level security scanning for open source projects. Snyk secures 585,000+ open source projects and offers full enterprise access, Discord community support, and integration assistance to qualifying maintainers. Apply here if you have an existing project or here if you are starting a new one.
Now, onto the list. These seven skills (and skill collections) cover the PM workflow from discovery and strategy through delivery and measurement.
# | Skill | Stars | Focus | Source |
|---|---|---|---|---|
1 | Anthropic Product Management Plugin | 6,526 | Full PM workflow (6 skills + 6 commands) | |
2 | PM-Skills | 15 | 24 lifecycle skills across 6 phases | |
3 | Ralph (PRD + Autonomous Execution) | 9,755 | PRD generation and autonomous implementation | |
4 | Claude Skills Product Team Collection | 1,668 | PM toolkit, agile owner, product strategist | |
5 | Jobs to Be Done Framework | 88 | JTBD product innovation and discovery | |
6 | Hooked UX (Habit-Forming Products) | 88 | Hook Model for retention and engagement | |
7 | CRO Methodology | 88 | Conversion rate optimization and funnel analysis |
1. Anthropic Product Management Plugin (Feature specs, roadmaps, competitive analysis)
Source: anthropics/knowledge-work-plugins (path: product-management/) Stars: 6,526 License: Apache-2.0 Last Updated: February 2026 Verified SKILL.md: Yes (6 SKILL.md files across the skills directory)
This is Anthropic's official product management plugin, built primarily for Cowork (Anthropic's agentic desktop application) but fully functional in Claude Code. It covers the entire PM workflow across six specialized skills and six slash commands, and it is the most polished PM skill collection available.
What Is Inside
The plugin bundles six skills, each between 8,000 and 13,000 characters of detailed instructions:
Skill | Slash command | What it covers |
|---|---|---|
feature-spec | /write-spec | PRDs, user stories, requirements prioritization (MoSCoW), acceptance criteria, scope management |
roadmap-management | /roadmap-update | Now/Next/Later, quarterly themes, OKR-aligned roadmaps, RICE/MoSCoW/ICE prioritization, dependency mapping, capacity planning |
competitive-analysis | /competitive-brief | Feature comparison matrices, positioning analysis, win/loss methodology, market trend identification |
user-research-synthesis | /synthesize-research | Thematic analysis, affinity mapping, persona development, survey interpretation, opportunity sizing |
stakeholder-comms | /stakeholder-update | Executive/engineering/customer update templates, ROAM risk framework, ADRs, meeting facilitation (standup, retro, sprint planning) |
metrics-tracking | /metrics-review | North Star metrics, product metrics hierarchy (L1/L2), OKR goal setting, dashboard design, review cadences |
What sets this plugin apart from generic PM prompting is the depth. The feature-spec skill does not just generate a PRD template. It includes decision logic for when requirements are truly P0 ("If everything is P0, nothing is P0. Challenge every must-have."), guidance on preventing scope creep, and acceptance criteria patterns in Given/When/Then format. The roadmap-management skill walks through four different roadmap formats and explains when each is appropriate, then covers four prioritization frameworks with practical guidance on when RICE is overkill and ICE is sufficient.
The competitive-analysis skill is particularly thorough. It covers four levels of competitors (direct, indirect, adjacent, and substitute solutions), structured win/loss interview questions, and a framework for separating genuine market signals from hype.
Data Source Integrations
When connected via MCP, the plugin can pull context from:
Chat (Slack) for stakeholder threads
Project trackers (Linear, Asana, monday.com, ClickUp, Atlassian)
Knowledge bases (Notion)
Design tools (Figma)
Product analytics (Amplitude, Pendo)
User feedback (Intercom)
Meeting transcription (Fireflies)
Without these connections, it works by having you provide context manually.
Installation
Or manually:
Usage
All six slash commands are available after installation:
Who this is for: Any PM using Claude Code or Cowork who wants a comprehensive, well-maintained set of PM workflows from Anthropic themselves. The official status and regular updates make this the safest starting point.
2. PM-Skills (24 skills across the full product lifecycle)
Source: product-on-purpose/pm-skills Stars: 15 License: Apache-2.0 Last Updated: January 2026 Verified SKILL.md: Yes (24 SKILL.md files, one per skill)
PM-Skills is the most comprehensive PM-specific Claude Skills collection. While the Anthropic plugin covers six core workflows, PM-Skills goes wider and deeper with 24 skills organized across six phases of product development, plus workflow bundles that chain skills together.
The 24 skills, by phase
Phase | Skills |
|---|---|
Discover | competitive-analysis, interview-synthesis, stakeholder-summary |
Define | hypothesis, jtbd-canvas, opportunity-tree, problem-statement |
Develop | adr (architecture decision record), design-rationale, solution-brief, spike-summary |
Deliver | edge-cases, launch-checklist, prd, release-notes, user-stories |
Measure | dashboard-requirements, experiment-design, experiment-results, instrumentation-spec |
Iterate | lessons-log, pivot-decision, refinement-notes, retrospective |
Each skill follows a consistent structure: YAML frontmatter with metadata (name, description, phase, version), a "When to Use" section, step-by-step instructions, an output format pointing to a TEMPLATE.md, a quality checklist, and a reference to EXAMPLE.md with a completed example.
What makes this collection stand out is the opinionated sequencing. Skills are not isolated prompts. They are designed to be used in order, with outputs from earlier phases feeding into later ones. The problem-statement from Define feeds into the prd in Deliver. The experiment-design in Measure connects back to the hypothesis from Define.
Workflow bundles
The repo includes workflow bundles that chain skills together:
Feature Kickoff: problem-statement, hypothesis, prd, user-stories
Lean Startup: hypothesis, experiment-design, experiment-results, pivot-decision
Triple Diamond: competitive-analysis, problem-statement, solution-brief, prd
Cross-platform compatibility
This repo works across practically every AI development environment:
Platform | Status |
|---|---|
Claude Code | Native (slash commands) |
Claude.ai / Desktop | ZIP upload |
GitHub Copilot | Auto-discovery via AGENTS.md |
Cursor / Windsurf | Auto-discovery via AGENTS.md |
VS Code (Cline, Continue) | AGENTS.md discovery |
Any MCP Client | Via companion pm-skills-mcp server |
Installation
Usage
All 24 skills are available as /skill-name commands:
Who this is for: PMs who want comprehensive lifecycle coverage and appreciate opinionated frameworks. Particularly useful for teams looking to standardize how they produce PM artifacts, since the templates and examples enforce consistency across team members. The Apache 2.0 license makes it easy to fork and customize for your organization's conventions.
3. Ralph (PRD generation + autonomous implementation)
Source: snarktank/ralph Stars: 9,755 License: MIT Last Updated: February 2026 Verified SKILL.md: Yes (2 SKILL.md files: skills/prd/ and skills/ralph/)
Ralph takes a different approach than the other entries on this list. It is not just about writing PM documents. It bridges the gap between PM specification and engineering execution by combining a PRD generation skill with an autonomous implementation loop.
The concept, based on Geoffrey Huntley's Ralph pattern, is simple: write a PRD, convert it to a structured JSON format, then let an AI agent (Claude Code or Amp) iterate through each user story autonomously until everything passes. For PMs, the interesting part is the PRD skill itself, which is specifically designed to produce specs that AI agents can execute.
The PRD skill
The /prd skill generates structured PRDs through a conversational workflow:
You describe the feature
Claude asks 3-5 clarifying questions with lettered multiple-choice options (so you can reply "1A, 2C, 3B")
Claude generates a complete PRD with: introduction, goals, user stories with acceptance criteria, functional requirements, non-goals, technical considerations, success metrics, and open questions
What is notable about Ralph's PRD skill is the emphasis on writing for implementability. User stories are deliberately sized to be completable in one focused AI session. Acceptance criteria must be verifiable, not vague ("Button shows confirmation dialog before deleting" rather than "Works correctly"). For any story with UI changes, the criteria include "Verify in browser using dev-browser skill."
The Ralph converter skill
The /ralph skill converts a PRD markdown file into prd.json, the structured format that the Ralph autonomous loop can execute. It handles story ordering (database changes before backend logic before UI), story sizing (splitting anything too large), and dependency sequencing.
How it works end-to-end
Each iteration is a fresh Claude instance with a clean context. Memory persists through git commits, a progress.txt file, and the prd.json file, which tracks which stories are complete.
Installation
Or manually:
Usage
Who this is for: PMs who work closely with engineering and want to see their specs turn into working code with minimal handoff friction. Particularly interesting for solo founders, small teams, or hackathon projects where the same person is writing the spec and shipping the feature. With 9,755 stars, Ralph is one of the most popular Claude Code projects on GitHub.
4. Claude Skills Product Team Collection (PM toolkit, agile owner, product strategist)
Source: alirezarezvani/claude-skills (path: product-team/) Stars: 1,668 License: MIT Last Updated: February 2026 Verified SKILL.md: Yes (5 SKILL.md files in the product-team directory)
This repository contains a broad collection of Claude Skills spanning business, engineering, marketing, and product management. The product team directory includes five specialized skills, three of which are directly relevant to PMs: product-manager-toolkit, agile-product-owner, and product-strategist.
Product Manager toolkit
At nearly 14,000 characters, this is the most feature-rich individual PM skill on this list. It includes bundled Python scripts for two workflows:
RICE prioritizer (scripts/rice_prioritizer.py): Takes a CSV of features with reach, impact, confidence, and effort scores, then calculates RICE scores, generates portfolio analysis (quick wins vs. big bets distribution), and produces a suggested quarterly roadmap based on team capacity. Outputs in text, JSON, or CSV.
Customer interview analyzer (scripts/customer_interview_analyzer.py): Takes interview transcripts and extracts pain points with severity ratings, feature requests with priority, Jobs to Be Done patterns, sentiment analysis, competitor mentions, and notable quotes.
Having actual executable scripts sets this apart from text-only skills. Instead of Claude reasoning through RICE math in its context window, it runs the Python script with your data and returns structured results.
The skill also covers three core workflows (Feature Prioritization, Customer Discovery, PRD Development) with step-by-step instructions and validation checklists.
Agile product owner
Focused on sprint execution: user story generation with INVEST validation, acceptance criteria in Given/When/Then format, epic breakdown techniques, sprint planning with capacity calculation, and backlog prioritization. Includes a user_story_generator.py script that generates INVEST-compliant stories with estimates and sprint loading.
Product Strategist
Aimed at senior PMs and Heads of Product. Features an OKR cascade generator (okr_cascade_generator.py) that takes a strategy type (growth, retention, revenue, innovation, operational) and cascades company OKRs down to product and team levels with alignment scoring. Outputs include vertical alignment, horizontal alignment, coverage, and balance scores.
Installation
Usage
Who this is for: PMs who want executable tools, not just prompt templates. The Python scripts add genuine utility beyond what a skill's markdown instructions alone can provide. The MIT license and active maintenance (last updated February 2026) make it a practical choice.
Related Snyk resources:
5. Jobs to be done framework
Source: wondelai/skills (path: jobs-to-be-done/) Stars: 88 License: MIT Last Updated: February 2026 Verified SKILL.md: Yes (SKILL.md with 4 supporting reference files)
If you have read Clayton Christensen's "Competing Against Luck," you know the Jobs to Be Done (JTBD) framework is one of the most powerful lenses for understanding why customers buy. This skill turns that framework into a structured Claude workflow, complete with interview scripts, diagnostic checklists, and competitive analysis through the "jobs" lens.
What it covers
The SKILL.md is a comprehensive implementation of JTBD theory:
Three Dimensions of Every Job: functional (what the customer needs to do), emotional (how they want to feel), and social (how they want to be perceived). The skill enforces all three dimensions because omitting any means missing a critical part of the customer's motivation.
Forces of Progress: the four forces that drive (or prevent) customers from switching products: push (frustration with current), pull (attraction of new), habit (attachment to current), and anxiety (fear of the new). The skill includes the key insight that reducing anxiety and habit is often more effective than increasing push and pull.
Big Hire vs. Little Hire: the distinction between the purchase decision (Big Hire) and the decision to use the product in the moment (Little Hire). Many products win the Big Hire but lose the Little Hire, leading to unused subscriptions and eventual churn.
Discovery Interview Questions: a structured interview script that follows the purchase timeline (first thoughts, search, purchase moment, usage) rather than asking customers directly what they want.
Job Statement Format: "When [circumstances], I want to [progress to achieve], so I can [outcome/benefit]."
The skill also includes four reference files covering innovation process methodology, competitive strategy through the jobs lens, organizational change management, and diagnostic checklists with case studies (SNHU, American Girl, Intuit).
Installation
Usage
Who this is for: PMs doing customer discovery, product-market fit analysis, or trying to understand churn. Especially valuable for PMs at early-stage companies where understanding the "job" is more important than optimizing features.
6. Hooked UX (Habit-forming product design)
Source: wondelai/skills (path: hooked-ux/) Stars: 88 License: MIT Last Updated: February 2026 Verified SKILL.md: Yes
Based on Nir Eyal's "Hooked: How to Build Habit-Forming Products," this skill implements the Hook Model (Trigger, Action, Variable Reward, Investment) as a structured Claude workflow for designing products that users return to repeatedly.
What it covers
The skill walks through the four phases of the Hook cycle:
Trigger: external triggers (notifications, emails, ads) and internal triggers (emotions, situations, routines). The skill helps you identify what internal trigger your product should associate with, because internal triggers are what drive unprompted usage.
Action: the simplest behavior in anticipation of a reward. The skill applies BJ Fogg's Behavior Model (Motivation x Ability x Trigger) to identify friction points in your core action.
Variable Reward: rewards of the tribe (social validation), rewards of the hunt (material resources, information), and rewards of the self (mastery, competence, completion). Variable rewards are more engaging than predictable ones.
Investment: actions users take that improve the product for the next cycle (data, content, followers, reputation, skill). Investments increase switching costs and load the next trigger.
The skill includes the "Habit Zone" diagnostic (usage frequency vs. perceived value), ethics evaluation criteria (the Manipulation Matrix), and specific design patterns for each phase.
Installation
Usage
Who this is for: PMs focused on retention, engagement, and building products that become daily habits. Pairs naturally with the JTBD skill (#5) because understanding the job is what reveals the internal trigger.
7. CRO Methodology (Conversion Rate Optimization)
Source: wondelai/skills (path: cro-methodology/) Stars: 88 License: MIT Last Updated: February 2026 Verified SKILL.md: Yes
Based on Karl Blanks and Ben Jesson's "Making Websites Win," this skill implements a scientific, customer-centric approach to conversion rate optimization. It explicitly rejects "best practices" in favor of evidence-based testing: understand WHY visitors are not converting before changing anything.
What it covers
The methodology centers on the Objection/Counter-Objection (O/CO) framework: systematically identify every objection a visitor might have, then address each one with evidence. This is more rigorous than A/B testing button colors. It starts with understanding visitor psychology and works outward to design changes.
The skill covers:
Conversion auditing: identifying objections, friction points, and missing "persuasion assets" (testimonials, guarantees, credentials, demonstrations)
Evidence-based testing: designing bold A/B tests based on hypotheses about visitor objections, not incremental tweaks
Funnel optimization: mapping and optimizing conversion funnels with stage-specific strategies
Persuasive copywriting: writing copy that addresses specific customer objections with counter-evidence
Landing page analysis: evaluating pages against a systematic checklist of conversion drivers
The key distinction from generic CRO advice is that this methodology starts with WHY visitors are not converting (objections analysis, customer research) before prescribing WHAT to change.
Installation
Usage
Who this is for: PMs who own conversion metrics, growth PMs, and anyone responsible for signup flows, onboarding funnels, or landing pages. Particularly useful when paired with the metrics-tracking skills from the Anthropic plugin (#1) to measure the impact of CRO changes.
A note on security when installing skills
The Agent Skills ecosystem is growing fast, and that speed comes with supply chain risk. Snyk's ToxicSkills study scanned 3,984 skills from ClawHub and skills.sh and found that 13.4% contained at least one critical security issue, including malware distribution, prompt injection attacks, and exposed secrets. The SKILL.md to Shell Access research demonstrated how three lines of markdown in a skill file can grant an attacker shell access to your machine. The barrier to publishing a new agent skill is a SKILL.md file and a week-old GitHub account. There is no code signing, no security review, and no sandbox by default.
Before installing any skill:
Read the SKILL.md and any bundled scripts. Skills are markdown and shell/Python scripts, not compiled binaries. You can read every line.
Check the source. Skills from established organizations (Anthropic, Snyk) and repos with significant community review (Ralph at 9,755 stars) carry lower risk.
Review permissions. The allowed-tools frontmatter field shows what tools a skill can use. A skill that needs Bash access warrants more scrutiny than one that only uses Read and Grep.
Be cautious with scripts. Skills that include Python or shell scripts in scripts/ execute code on your machine. Review them the same way you would review any third-party code.
The skills on this list are from reputable sources with clear licensing. But the general principle applies: trust, then verify.

Snyk's "Secure at Inception" workflow covers the practices that help teams catch security issues early, whether in human-written code, AI-generated code, or AI agent skills.
Wrapping up
Claude Skills sit in a practical sweet spot for product managers. They are more structured than one-off prompts (no more "write me a PRD" and hoping Claude remembers your preferred format), but lighter-weight than full integrations that require server setup and code. The Anthropic Product Management Plugin alone covers most of the daily PM workflow, and collections like PM-Skills go deeper with 24 opinionated skills across the entire product lifecycle.
The PM community's embrace of AI tooling is not about automating away the craft. It is about eliminating the friction in the parts of the job that PMs already know how to do but find time-consuming: drafting the first version of a PRD, structuring competitive analysis from scattered notes, formatting weekly stakeholder updates, and calculating RICE scores across a 50-item backlog. Skills formalize that delegation.
If you are already using Claude Code for product work, installing a few of these skills is a quick investment that pays off the first time Claude generates a complete PRD with acceptance criteria in Given/When/Then format, prioritizes your backlog with actual RICE math, or synthesizes 15 customer interviews into actionable themes with supporting quotes. The AI handles the structure. You handle the judgment.
If you are looking for MCP servers instead of Claude Skills, see our 7 MCP Servers for Product Managers.
Related Snyk resources:
Start securing your Python apps
Find and fix Python vulnerabilities with Snyk for free.
No credit card required.
Or Sign up with Azure AD Docker ID Bitbucket
By using Snyk, you agree to abide by our policies, including our Terms of Service and Privacy Policy.