$git clone https://github.com/mohitagw15856/pm-claude-skillsA library of 750 skills — each one a plain `SKILL.md` file that teaches your AI assistant to do one professional task properly. Decode a lease before you sign it. Write a PRD your team can execute. Simulate the promotion committee before the real one meets. Check the weather
| 1 | # 🧠 PM Skills — 750 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes |
| 2 | |
| 3 | [](#-quick-start) |
| 4 | [](https://github.com/mohitagw15856/pm-claude-skills/stargazers) |
| 5 | [](https://www.npmjs.com/package/pm-claude-skills) |
| 6 | [](https://pypi.org/project/pm-skills/) |
| 7 | [](SKILLS.md) |
| 8 | [](.github/workflows/skillcheck.yml) |
| 9 | [](conformance/REGISTRY.md) |
| 10 | [](.github/workflows/skill-audit.yml) |
| 11 | [](https://github.com/mohitagw15856/pm-claude-skills/releases) |
| 12 | [](LICENSE) |
| 13 | [](https://github.com/sponsors/mohitagw15856) |
| 14 | |
| 15 | **A library of 750 skills — each one a plain `SKILL.md` file that teaches your AI assistant to do one professional task properly.** Decode a lease before you sign it. Write a PRD your team can execute. Simulate the promotion committee before the real one meets. Check the weather with zero API keys. Generic AI gives you filler; these give you the structure a senior professional actually uses. |
| 16 | |
| 17 | Works natively in **Claude Code** and **Hermes Agent**, with ready-to-paste exports for **ChatGPT, Gemini, Cursor, Codex** and 8 more tools. *(PM stands for Professional, not just Product Management.)* |
| 18 | |
| 19 | ## ⚡ Quick start |
| 20 | |
| 21 | | You want to… | Do this | |
| 22 | |---|---| |
| 23 | | **Browse the skills** | **[SKILLS.md](SKILLS.md)** — the full catalog · or the [searchable web catalog](https://mohitagw15856.github.io/pm-claude-skills/catalog.html) | |
| 24 | | **Install in Claude Code** | `/plugin` → search **pm-skills** *(it's in the official Anthropic directory)* — or `npx pm-claude-skills add --agent claude` | |
| 25 | | **Install in Cursor / Codex / Windsurf / Cline…** | `npx pm-claude-skills add --agent cursor` *(or `codex`, `windsurf`, `aider`, `cline`, `zed`…)* | |
| 26 | | **Use one skill in ChatGPT / Gemini** | Copy it from [`exports/chatgpt/`](exports/chatgpt/) or [`exports/gemini/`](exports/gemini/) and paste as instructions | |
| 27 | | **Skills over MCP, in any session** | `claude mcp add pm-skills -- npx -y pm-claude-skills-mcp` | |
| 28 | |
| 29 | No `npm install` needed — `npx pm-claude-skills …` always runs the latest. `npx pm-claude-skills list` shows everything in your terminal. Full per-tool instructions: **[docs/installation.md](docs/installation.md)**. |
| 30 | |
| 31 | ## 📚 The skills |
| 32 | |
| 33 | Every skill follows the same discipline: what it produces, the inputs it needs, a real framework (severity scales, decision rules — not vibes), a concrete output template, quality checks, and anti-patterns. All 750 pass the [SkillSpec](SKILLSPEC.md) L3 gate and a security audit in CI. |
| 34 | |
| 35 | ### For everyone — life's paperwork and decisions |
| 36 | |
| 37 | | Family | What it does | Examples (of many) | |
| 38 | |---|---|---| |
| 39 | | 🔍 **Decoders** (25+) | Read the document *before* you sign it — plain language, 🔴🟡🟢 severity, the money math | [lease](skills/lease-decoder/SKILL.md) · [medical bill](skills/medic |