Back to Registry
View Author Profile
Official Verified
Pm Skills Marketplace
Skill by adisinghstudent
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adisinghstudent/pm-skills-marketplaceOr
---
name: pm-skills-marketplace
description: AI coding agent skill for using the PM Skills Marketplace — 65+ agentic PM skills and 36 chained workflows across 8 plugins for Claude Code, Cowork, and other AI assistants.
triggers:
- "install pm skills marketplace"
- "set up product management skills for claude"
- "use pm skills plugin"
- "run /discover command for product discovery"
- "write a PRD using pm skills"
- "install phuryn/pm-skills"
- "add pm skills to my project"
- "use product management workflows in claude code"
---
# PM Skills Marketplace
> Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection.
PM Skills Marketplace (`phuryn/pm-skills`) is an open-source collection of 65 PM skills and 36 chained workflows across 8 plugins, designed to give AI coding agents and product managers structured, framework-driven workflows for every PM domain — from discovery and strategy to execution, launch, and growth.
Skills encode proven PM frameworks (Teresa Torres, Marty Cagan, Alberto Savoia) and chain together into commands like `/discover`, `/strategy`, `/write-prd`, and `/plan-launch`.
---
## Installation
### Claude Code (CLI) — Recommended for Developers
```bash
# Add the marketplace registry
claude plugin marketplace add phuryn/pm-skills
# Install all 8 plugins individually
claude plugin install pm-toolkit@pm-skills
claude plugin install pm-product-strategy@pm-skills
claude plugin install pm-product-discovery@pm-skills
claude plugin install pm-market-research@pm-skills
claude plugin install pm-data-analytics@pm-skills
claude plugin install pm-marketing-growth@pm-skills
claude plugin install pm-go-to-market@pm-skills
claude plugin install pm-execution@pm-skills
Claude Cowork (GUI — recommended for non-developers)
- Open Customize (bottom-left corner)
- Go to Browse plugins → Personal → +
- Select Add marketplace from GitHub
- Enter:
phuryn/pm-skills
All 8 plugins install automatically.
Other AI Assistants (skills only — no slash commands)
Skills live in skills/*/SKILL.md and follow a universal format readable by any tool.
# Copy all skills for OpenCode (project-level)
for plugin in pm-*/; do
mkdir -p .opencode/skills/
cp -r "$plugin/skills/"* .opencode/skills/ 2>/dev/null
done
# Copy all skills for Gemini CLI (global)
for plugin in pm-*/; do
cp -r "$plugin/skills/"* ~/.gemini/skills/ 2>/dev/null
done
# Copy all skills for Cursor (project-level)
for plugin in pm-*/; do
mkdir -p .cursor/skills/
cp -r "$plugin/skills/"* .cursor/skills/ 2>/dev/null
done
# Copy all skills for Codex CLI (project-level)
for plugin in pm-*/; do
mkdir -p .codex/skills/
cp -r "$plugin/skills/"* .codex/skills/ 2>/dev/null
done
Plugin Overview
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adisinghstudent-pm-skills-marketplace": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
Planning With Files Manus Workflow
Skill by adisinghstudent
adisinghstudent 3809
claude-better-cli
Compatibility-first Claude CLI reimplementation with faster startup, lower memory, and drop-in command compatibility
adisinghstudent 3809
mirofish-offline-simulation
Fully local multi-agent swarm intelligence simulation engine using Neo4j + Ollama for public opinion, market sentiment, and social dynamics prediction.
adisinghstudent 3809
ghostling-libghostty-terminal
Build minimal terminal emulators using the libghostty-vt C API with Raylib for windowing and rendering
adisinghstudent 3809
Obra Superpowers Agentic Workflow
Skill by adisinghstudent
adisinghstudent 3809