pm-claude-skills 29.2.0 โ 29.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +186 -50
- package/bin/cli.mjs +14 -1
- package/bin/postinstall.mjs +37 -0
- package/bin/run.mjs +80 -0
- package/exports/README.md +1 -1
- package/exports/aider/README.md +7 -1
- package/exports/aider/pm-career/brag-doc/brag-doc.md +59 -0
- package/exports/aider/pm-career/career-ladder-map/career-ladder-map.md +57 -0
- package/exports/aider/pm-career/one-on-one-prep/one-on-one-prep.md +57 -0
- package/exports/aider/pm-career/promotion-packet/promotion-packet.md +55 -0
- package/exports/aider/pm-career/salary-negotiation/salary-negotiation.md +61 -0
- package/exports/aider/pm-career/self-review/self-review.md +52 -0
- package/exports/chatgpt/README.md +7 -1
- package/exports/chatgpt/pm-career/brag-doc/SYSTEM_PROMPT.md +59 -0
- package/exports/chatgpt/pm-career/career-ladder-map/SYSTEM_PROMPT.md +57 -0
- package/exports/chatgpt/pm-career/one-on-one-prep/SYSTEM_PROMPT.md +57 -0
- package/exports/chatgpt/pm-career/promotion-packet/SYSTEM_PROMPT.md +55 -0
- package/exports/chatgpt/pm-career/salary-negotiation/SYSTEM_PROMPT.md +61 -0
- package/exports/chatgpt/pm-career/self-review/SYSTEM_PROMPT.md +52 -0
- package/exports/cline/README.md +7 -1
- package/exports/cline/pm-career/brag-doc/brag-doc.md +59 -0
- package/exports/cline/pm-career/career-ladder-map/career-ladder-map.md +57 -0
- package/exports/cline/pm-career/one-on-one-prep/one-on-one-prep.md +57 -0
- package/exports/cline/pm-career/promotion-packet/promotion-packet.md +55 -0
- package/exports/cline/pm-career/salary-negotiation/salary-negotiation.md +61 -0
- package/exports/cline/pm-career/self-review/self-review.md +52 -0
- package/exports/continue/README.md +7 -1
- package/exports/continue/pm-career/brag-doc/brag-doc.md +64 -0
- package/exports/continue/pm-career/career-ladder-map/career-ladder-map.md +62 -0
- package/exports/continue/pm-career/one-on-one-prep/one-on-one-prep.md +62 -0
- package/exports/continue/pm-career/promotion-packet/promotion-packet.md +60 -0
- package/exports/continue/pm-career/salary-negotiation/salary-negotiation.md +66 -0
- package/exports/continue/pm-career/self-review/self-review.md +57 -0
- package/exports/continue/pm-cross/sycophancy-challenger/sycophancy-challenger.md +2 -2
- package/exports/continue/pm-design/design-critique/design-critique.md +2 -2
- package/exports/continue/pm-engineering/context-mode/context-mode.md +2 -2
- package/exports/continue/pm-engineering/incident-postmortem/incident-postmortem.md +1 -1
- package/exports/continue/pm-gtm/go-to-market/go-to-market.md +1 -1
- package/exports/continue/pm-hr/redundancy-consultation/redundancy-consultation.md +1 -1
- package/exports/continue/pm-operations/email-triage/email-triage.md +2 -2
- package/exports/continue/pm-research/patient-communication/patient-communication.md +2 -2
- package/exports/continue/pm-writers/aeo-optimizer/aeo-optimizer.md +2 -2
- package/exports/continue/pm-writers/instagram-post-downloader/instagram-post-downloader.md +2 -2
- package/exports/cursor/README.md +7 -1
- package/exports/cursor/pm-career/brag-doc/brag-doc.mdc +65 -0
- package/exports/cursor/pm-career/career-ladder-map/career-ladder-map.mdc +63 -0
- package/exports/cursor/pm-career/one-on-one-prep/one-on-one-prep.mdc +63 -0
- package/exports/cursor/pm-career/promotion-packet/promotion-packet.mdc +61 -0
- package/exports/cursor/pm-career/salary-negotiation/salary-negotiation.mdc +67 -0
- package/exports/cursor/pm-career/self-review/self-review.mdc +58 -0
- package/exports/cursor/pm-cross/sycophancy-challenger/sycophancy-challenger.mdc +1 -1
- package/exports/cursor/pm-design/design-critique/design-critique.mdc +1 -1
- package/exports/cursor/pm-engineering/context-mode/context-mode.mdc +1 -1
- package/exports/cursor/pm-engineering/incident-postmortem/incident-postmortem.mdc +1 -1
- package/exports/cursor/pm-gtm/go-to-market/go-to-market.mdc +1 -1
- package/exports/cursor/pm-hr/redundancy-consultation/redundancy-consultation.mdc +1 -1
- package/exports/cursor/pm-operations/email-triage/email-triage.mdc +1 -1
- package/exports/cursor/pm-research/patient-communication/patient-communication.mdc +1 -1
- package/exports/cursor/pm-writers/aeo-optimizer/aeo-optimizer.mdc +1 -1
- package/exports/cursor/pm-writers/instagram-post-downloader/instagram-post-downloader.mdc +1 -1
- package/exports/gemini/README.md +7 -1
- package/exports/gemini/pm-career/brag-doc/GEM_INSTRUCTIONS.md +63 -0
- package/exports/gemini/pm-career/career-ladder-map/GEM_INSTRUCTIONS.md +61 -0
- package/exports/gemini/pm-career/one-on-one-prep/GEM_INSTRUCTIONS.md +61 -0
- package/exports/gemini/pm-career/promotion-packet/GEM_INSTRUCTIONS.md +59 -0
- package/exports/gemini/pm-career/salary-negotiation/GEM_INSTRUCTIONS.md +65 -0
- package/exports/gemini/pm-career/self-review/GEM_INSTRUCTIONS.md +56 -0
- package/exports/gemini/pm-cross/sycophancy-challenger/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-design/design-critique/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-engineering/context-mode/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-engineering/incident-postmortem/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-gtm/go-to-market/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-hr/redundancy-consultation/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-operations/email-triage/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-research/patient-communication/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-writers/aeo-optimizer/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-writers/instagram-post-downloader/GEM_INSTRUCTIONS.md +1 -1
- package/exports/obsidian/README.md +7 -1
- package/exports/obsidian/pm-career/brag-doc/brag-doc.md +74 -0
- package/exports/obsidian/pm-career/career-ladder-map/career-ladder-map.md +72 -0
- package/exports/obsidian/pm-career/one-on-one-prep/one-on-one-prep.md +72 -0
- package/exports/obsidian/pm-career/promotion-packet/promotion-packet.md +70 -0
- package/exports/obsidian/pm-career/salary-negotiation/salary-negotiation.md +76 -0
- package/exports/obsidian/pm-career/self-review/self-review.md +67 -0
- package/exports/obsidian/pm-cross/sycophancy-challenger/sycophancy-challenger.md +1 -1
- package/exports/obsidian/pm-design/design-critique/design-critique.md +1 -1
- package/exports/obsidian/pm-engineering/context-mode/context-mode.md +1 -1
- package/exports/obsidian/pm-engineering/incident-postmortem/incident-postmortem.md +1 -1
- package/exports/obsidian/pm-gtm/go-to-market/go-to-market.md +1 -1
- package/exports/obsidian/pm-hr/redundancy-consultation/redundancy-consultation.md +1 -1
- package/exports/obsidian/pm-operations/email-triage/email-triage.md +1 -1
- package/exports/obsidian/pm-research/patient-communication/patient-communication.md +1 -1
- package/exports/obsidian/pm-writers/aeo-optimizer/aeo-optimizer.md +1 -1
- package/exports/obsidian/pm-writers/instagram-post-downloader/instagram-post-downloader.md +1 -1
- package/exports/roo/README.md +7 -1
- package/exports/roo/pm-career/brag-doc/brag-doc.md +59 -0
- package/exports/roo/pm-career/career-ladder-map/career-ladder-map.md +57 -0
- package/exports/roo/pm-career/one-on-one-prep/one-on-one-prep.md +57 -0
- package/exports/roo/pm-career/promotion-packet/promotion-packet.md +55 -0
- package/exports/roo/pm-career/salary-negotiation/salary-negotiation.md +61 -0
- package/exports/roo/pm-career/self-review/self-review.md +52 -0
- package/exports/windsurf/README.md +7 -1
- package/exports/windsurf/pm-career/brag-doc/brag-doc.md +64 -0
- package/exports/windsurf/pm-career/career-ladder-map/career-ladder-map.md +62 -0
- package/exports/windsurf/pm-career/one-on-one-prep/one-on-one-prep.md +62 -0
- package/exports/windsurf/pm-career/promotion-packet/promotion-packet.md +60 -0
- package/exports/windsurf/pm-career/salary-negotiation/salary-negotiation.md +66 -0
- package/exports/windsurf/pm-career/self-review/self-review.md +57 -0
- package/exports/windsurf/pm-cross/sycophancy-challenger/sycophancy-challenger.md +1 -1
- package/exports/windsurf/pm-design/design-critique/design-critique.md +1 -1
- package/exports/windsurf/pm-engineering/context-mode/context-mode.md +1 -1
- package/exports/windsurf/pm-engineering/incident-postmortem/incident-postmortem.md +1 -1
- package/exports/windsurf/pm-gtm/go-to-market/go-to-market.md +1 -1
- package/exports/windsurf/pm-hr/redundancy-consultation/redundancy-consultation.md +1 -1
- package/exports/windsurf/pm-operations/email-triage/email-triage.md +1 -1
- package/exports/windsurf/pm-research/patient-communication/patient-communication.md +1 -1
- package/exports/windsurf/pm-writers/aeo-optimizer/aeo-optimizer.md +1 -1
- package/exports/windsurf/pm-writers/instagram-post-downloader/instagram-post-downloader.md +1 -1
- package/exports/zed/README.md +7 -1
- package/exports/zed/pm-career/brag-doc/brag-doc.md +59 -0
- package/exports/zed/pm-career/career-ladder-map/career-ladder-map.md +57 -0
- package/exports/zed/pm-career/one-on-one-prep/one-on-one-prep.md +57 -0
- package/exports/zed/pm-career/promotion-packet/promotion-packet.md +55 -0
- package/exports/zed/pm-career/salary-negotiation/salary-negotiation.md +61 -0
- package/exports/zed/pm-career/self-review/self-review.md +52 -0
- package/package.json +3 -2
- package/skill-sources.json +3 -0
- package/skills/aeo-optimizer/SKILL.md +1 -1
- package/skills/brag-doc/SKILL.md +64 -0
- package/skills/career-ladder-map/SKILL.md +62 -0
- package/skills/context-mode/SKILL.md +1 -1
- package/skills/design-critique/SKILL.md +1 -1
- package/skills/email-triage/SKILL.md +1 -1
- package/skills/go-to-market/SKILL.md +1 -1
- package/skills/incident-postmortem/SKILL.md +1 -1
- package/skills/instagram-post-downloader/SKILL.md +1 -1
- package/skills/one-on-one-prep/SKILL.md +62 -0
- package/skills/patient-communication/SKILL.md +1 -1
- package/skills/promotion-packet/SKILL.md +60 -0
- package/skills/redundancy-consultation/SKILL.md +1 -1
- package/skills/salary-negotiation/SKILL.md +66 -0
- package/skills/salary-negotiation/scripts/comp_compare.py +90 -0
- package/skills/self-review/SKILL.md +57 -0
- package/skills/sycophancy-challenger/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
# ๐ง PM Skills โ
|
|
7
|
+
# ๐ง PM Skills โ 238 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
|
|
8
8
|
|
|
9
9
|
[](https://github.com/mohitagw15856/pm-claude-skills/stargazers)
|
|
10
10
|
[](https://www.npmjs.com/package/pm-claude-skills)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
[](https://github.com/mohitagw15856/pm-claude-skills#-use-it-anywhere--the-ai-ecosystem)
|
|
15
15
|
[](mcp-remote/)
|
|
16
16
|
[](https://smithery.ai/servers/mohit15856/pm-skills)
|
|
17
|
-
[](https://github.com/mohitagw15856/pm-claude-skills)
|
|
18
18
|
[](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html)
|
|
19
19
|
[](agents/)
|
|
20
20
|
[](commands/)
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
<p align="center">
|
|
32
32
|
<a href="https://mohitagw15856.github.io/pm-claude-skills/">
|
|
33
|
-
<img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757¢er=true&vCenter=true&width=720&lines=
|
|
33
|
+
<img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757¢er=true&vCenter=true&width=720&lines=238+pro+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
|
|
34
34
|
</a>
|
|
35
35
|
</p>
|
|
36
36
|
|
|
@@ -40,12 +40,22 @@
|
|
|
40
40
|
|
|
41
41
|
### โญ If this saves you time, [star the repo](https://github.com/mohitagw15856/pm-claude-skills) โ it's the #1 way to help others find it.
|
|
42
42
|
|
|
43
|
+
## โก Use it in 30 seconds โ pick one
|
|
44
|
+
|
|
45
|
+
| You want toโฆ | Do this |
|
|
46
|
+
|---|---|
|
|
47
|
+
| **Just try it** (no install) | Open the **[Playground](https://mohitagw15856.github.io/pm-claude-skills/)** โ pick a skill โ run it in your browser. |
|
|
48
|
+
| **Use it in Claude Code / Cursor / Codex** | `npx pm-claude-skills add --agent claude` *(or `cursor`, `codex`, `windsurf`โฆ)* |
|
|
49
|
+
| **Have it in every AI session** | `claude mcp add pm-skills -- npx -y pm-claude-skills-mcp` |
|
|
50
|
+
|
|
51
|
+
*Not sure? Start with the Playground.* This is a **CLI, not a library** โ you don't need `npm install`; `npx pm-claude-skills โฆ` always runs the latest. Browse everything first with `npx pm-claude-skills list`.
|
|
52
|
+
|
|
43
53
|
> **PM stands for Professional, not just Product Management.**
|
|
44
|
-
>
|
|
54
|
+
> 238 professional skills + 4 agent templates across 32 bundles covering 23 professions. Built for Claude Code โ and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
|
|
45
55
|
|
|
46
56
|
A community-built library of professional skills for every field โ product management, engineering, customer success, marketing, social media, writers, design, legal, finance, HR, sales, operations, research, and more. Each skill is a structured `SKILL.md` file that teaches an AI assistant how to produce professional-grade outputs for your workflows. Skills run natively in **Claude Code** and **Hermes Agent** (same open `SKILL.md` standard), and ship as ready-to-paste exports for **ChatGPT** and **Gemini** โ see [Works With](#-works-with--cross-tool-compatibility).
|
|
47
57
|
|
|
48
|
-
**๐ Latest โ v29.
|
|
58
|
+
**๐ Latest โ v29.3.0 (run skills from the terminal + a Career pack):** the CLI can now **run** any skill headless โ `cat notes.txt | npx pm-claude-skills run meeting-notes --out summary.md` โ so every skill is scriptable and CI-usable, not just installable or browser-only. Plus a new **Career & Growth bundle** (`brag-doc`, `self-review`, `promotion-packet`, `one-on-one-prep`, `career-ladder-map`, `salary-negotiation` with a total-comp comparison script). *Earlier (v29.2):* a **Compliance & Trust** bundle (SOC 2, GDPR, HIPAA, ISO 27001 โ each with a scoring script), a **C-suite decision pack**, and **[role Personas](PERSONAS.md)**. **238 skills across 32 bundles.** โ **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
|
|
49
59
|
|
|
50
60
|
### โถ See it in action โ [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
|
|
51
61
|
|
|
@@ -74,17 +84,20 @@ A community-built library of professional skills for every field โ product man
|
|
|
74
84
|
| ๐ญ [Competitor Teardown](skills/competitor-teardown) | "what are rivals up to?" | a positioning map, feature gaps & strategy |
|
|
75
85
|
| ๐ [Meeting Notes](skills/meeting-notes) | a raw transcript | decisions, owners & next steps |
|
|
76
86
|
|
|
77
|
-
โ Want proof first? See [**real sample outputs**](https://mohitagw15856.github.io/pm-claude-skills/examples.html) from each skill. Like what you see? [**Install in 2 minutes**](#-quick-install-2-minutes) ยท [browse all
|
|
87
|
+
โ Want proof first? See [**real sample outputs**](https://mohitagw15856.github.io/pm-claude-skills/examples.html) from each skill. Like what you see? [**Install in 2 minutes**](#-quick-install-2-minutes) ยท [browse all 238 skills](#๏ธ-all-238-skills) ยท [**โญ star the repo**](https://github.com/mohitagw15856/pm-claude-skills/stargazers) so others find it.
|
|
78
88
|
|
|
79
89
|
---
|
|
80
90
|
|
|
81
91
|
## ๐ One-page cheatsheet
|
|
82
92
|
|
|
83
|
-
|
|
93
|
+
<details>
|
|
94
|
+
<summary>Read more โ</summary>
|
|
95
|
+
|
|
96
|
+
The whole library on one page โ install, all 238 skills by profession, the Professional Brain, the REST API, integrations, and quality tooling. Great to **print, share, or drop into a slide**.
|
|
84
97
|
|
|
85
98
|
<p align="center">
|
|
86
99
|
<a href="CHEATSHEET.md">
|
|
87
|
-
<img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills one-page cheatsheet โ
|
|
100
|
+
<img src="web/docs-assets/cheatsheet.png" width="80%" alt="PM Skills one-page cheatsheet โ 238 skills, the Professional Brain, REST API, integrations, and tooling at a glance." />
|
|
88
101
|
</a>
|
|
89
102
|
</p>
|
|
90
103
|
|
|
@@ -94,6 +107,8 @@ The whole library on one page โ install, all 232 skills by profession, the Pro
|
|
|
94
107
|
> example-driven manual โ install โ your first skill โ worked examples (PRD, exec update, RICE,
|
|
95
108
|
> postmortem) โ chaining recipes โ the Brain โ running anywhere โ tips. **[Download the PDF โ](web/docs-assets/PM-Skills-Guide.pdf)**
|
|
96
109
|
|
|
110
|
+
</details>
|
|
111
|
+
|
|
97
112
|
---
|
|
98
113
|
|
|
99
114
|
## ๐ง The Professional Brain โ local-first memory for any AI agent
|
|
@@ -110,13 +125,16 @@ Generic AI forgets everything between sessions, so you re-paste context forever
|
|
|
110
125
|
|
|
111
126
|
## ๐ One library, the whole professional workflow
|
|
112
127
|
|
|
113
|
-
|
|
128
|
+
<details>
|
|
129
|
+
<summary>Read more โ</summary>
|
|
130
|
+
|
|
131
|
+
These 238 skills aren't a random catalog โ they cover the **full arc of professional work**, end to end. Wherever you are in the loop, there's a skill for it:
|
|
114
132
|
|
|
115
133
|
```mermaid
|
|
116
134
|
flowchart LR
|
|
117
135
|
A(["๐ Discover"]) --> B(["๐ฏ Decide"]) --> C(["๐จ Build"]) --> D(["๐ Ship"]) --> E(["๐ Measure"]) --> F(["๐ฃ Communicate"])
|
|
118
136
|
F -. "feeds the next discovery" .-> A
|
|
119
|
-
classDef s fill:#
|
|
137
|
+
classDef s fill:#1d238b,stroke:#d97757,color:#e7ebf0;
|
|
120
138
|
class A,B,C,D,E,F s;
|
|
121
139
|
```
|
|
122
140
|
|
|
@@ -129,12 +147,17 @@ flowchart LR
|
|
|
129
147
|
| **๐ Measure** | Track outcomes & analyse | `metrics-framework` ยท `cohort-analysis` ยท `ab-test-planner` ยท `churn-analysis` |
|
|
130
148
|
| **๐ฃ Communicate** | Report up and out | `executive-update` ยท `board-deck-narrative` ยท `stakeholder-update` ยท `qbr-deck` |
|
|
131
149
|
|
|
132
|
-
> New here? Start with the [**top-tier skills**](#๏ธ-skill-tiers--start-with-the-strongest), or jump straight to [**all
|
|
150
|
+
> New here? Start with the [**top-tier skills**](#๏ธ-skill-tiers--start-with-the-strongest), or jump straight to [**all 238 skills**](#๏ธ-all-238-skills) grouped by profession.
|
|
151
|
+
|
|
152
|
+
</details>
|
|
133
153
|
|
|
134
154
|
---
|
|
135
155
|
|
|
136
156
|
## ๐งฉ Workflow Recipes โ chain skills into one flow
|
|
137
157
|
|
|
158
|
+
<details>
|
|
159
|
+
<summary>Read more โ</summary>
|
|
160
|
+
|
|
138
161
|
Individual skills are great. **Chaining** them is the superpower. A *recipe* runs several skills in sequence and **passes each output forward as context** โ so a fuzzy idea comes out the other end as a finished, joined-up set of artifacts. No other skills library chains across professions like this.
|
|
139
162
|
|
|
140
163
|
```
|
|
@@ -163,10 +186,15 @@ Individual skills are great. **Chaining** them is the superpower. A *recipe* run
|
|
|
163
186
|
|
|
164
187
|
[](https://mohitagw15856.github.io/pm-claude-skills/canvas.html)
|
|
165
188
|
|
|
189
|
+
</details>
|
|
190
|
+
|
|
166
191
|
---
|
|
167
192
|
|
|
168
193
|
## ๐ง Skill Memory โ set your context once, every skill uses it
|
|
169
194
|
|
|
195
|
+
<details>
|
|
196
|
+
<summary>Read more โ</summary>
|
|
197
|
+
|
|
170
198
|
Generic output is the #1 complaint with AI. **Skill Memory** fixes it: tell the skills who you are *once*, and every skill and recipe produces output already tuned to your product, audience, and voice โ no re-typing.
|
|
171
199
|
|
|
172
200
|
- **In Claude Code:** run [`/setup-context`](commands/setup-context.md) (or copy [`templates/pm-context.example.md`](templates/pm-context.example.md) โ `pm-context.md`). Skills read it as standing context.
|
|
@@ -178,10 +206,15 @@ With context: "write an exec update" โ your voice, your metrics,
|
|
|
178
206
|
your audience โ shippable on the first try
|
|
179
207
|
```
|
|
180
208
|
|
|
209
|
+
</details>
|
|
210
|
+
|
|
181
211
|
---
|
|
182
212
|
|
|
183
213
|
## ๐ค Run a skill from a GitHub comment (ChatOps)
|
|
184
214
|
|
|
215
|
+
<details>
|
|
216
|
+
<summary>Read more โ</summary>
|
|
217
|
+
|
|
185
218
|
This repo ships a [**Skill Bot**](.github/workflows/skill-bot.yml): comment on any issue or PR and a skill runs and replies inline.
|
|
186
219
|
|
|
187
220
|
```
|
|
@@ -191,10 +224,15 @@ Audience: CEO. Period: Q2. Shipped onboarding redesign; activation up; hiring be
|
|
|
191
224
|
|
|
192
225
|
The bot runs the skill and posts the result as a reply. `/skill list` shows usage. It's gated to repo collaborators (so random commenters can't trigger paid API calls) and needs an `ANTHROPIC_API_KEY` secret. Copy the workflow into your own repo to give your whole team skill-powered ChatOps.
|
|
193
226
|
|
|
227
|
+
</details>
|
|
228
|
+
|
|
194
229
|
---
|
|
195
230
|
|
|
196
231
|
## โ
Eval-verified quality โ not just quantity
|
|
197
232
|
|
|
233
|
+
<details>
|
|
234
|
+
<summary>Read more โ</summary>
|
|
235
|
+
|
|
198
236
|
**Grounded in canonical frameworks.** These aren't invented prompts โ each skill encodes a proven method and cites it: RICE (Intercom), Jobs-to-be-Done (Christensen), Continuous Discovery (Teresa Torres), Porter's Five Forces, the Pyramid Principle (Minto), Google SRE, WCAG, *Obviously Awesome* (April Dunford), and more. The source shows as a **"๐ Based on"** line on every [skill page](https://mohitagw15856.github.io/pm-claude-skills/skill/rice-prioritisation.html) and in the Playground.
|
|
199
237
|
|
|
200
238
|
**And measured, not just claimed.** An [eval harness](evals/) runs each skill against a held-out test case, then an LLM judge (Opus 4.8) rates the output on four dimensions โ **structure, completeness, usefulness, grounding** โ averaged across two models. **15 skills are eval-scored** today (and climbing); the rest are reviewed against the [authoring standard](SKILL-AUTHORING-STANDARD.md). A **[regression gate](.github/workflows/skill-pr-check.yml)** then blocks any PR that drops a skill's score, so quality can't quietly rot as models change.
|
|
@@ -219,15 +257,20 @@ That's not luck โ it's a [self-improving pipeline](scripts/improve-skill.mjs)
|
|
|
219
257
|
|
|
220
258
|
This whole thing is an open, reproducible **[benchmark for AI professional work](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html)** โ and it's *eval-gated*: every contributed skill is auto-checked for structure and scored on the rubric. The easiest way to add one is **[Skill Studio](https://mohitagw15856.github.io/pm-claude-skills/studio.html)** โ describe a skill in your browser, generate a compliant `SKILL.md`, and open a pull request in one click ([or use the form โ](https://github.com/mohitagw15856/pm-claude-skills/issues/new?template=submit-skill.yml)).
|
|
221
259
|
|
|
260
|
+
</details>
|
|
261
|
+
|
|
222
262
|
---
|
|
223
263
|
|
|
224
264
|
## โ๏ธ How it compares
|
|
225
265
|
|
|
266
|
+
<details>
|
|
267
|
+
<summary>Read more โ</summary>
|
|
268
|
+
|
|
226
269
|
Most skill repos are a folder of prompts. This one is a **system** โ measured, composable, and usable in the browser:
|
|
227
270
|
|
|
228
271
|
| | **PM Skills** | Typical skill repo |
|
|
229
272
|
|---|:---:|:---:|
|
|
230
|
-
| Skills | **
|
|
273
|
+
| Skills | **238**, across 23 professions | a handful โ dozens, usually one domain |
|
|
231
274
|
| Quality | **eval-scored** on a rubric + a public [benchmark](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) | trust the README |
|
|
232
275
|
| Improves itself | โ
eval โ critique โ rewrite (kept only if it scores higher) | โ |
|
|
233
276
|
| Grounded in frameworks | โ
each cites its source (RICE, JTBD, Pyramid Principleโฆ) | rarely |
|
|
@@ -236,38 +279,29 @@ Most skill repos are a folder of prompts. This one is a **system** โ measured,
|
|
|
236
279
|
| Works beyond Claude | โ
MCP ยท ChatGPT/Gemini exports ยท VS Code extension | usually one tool |
|
|
237
280
|
| Community | โ
per-skill discussions + a [hub](https://mohitagw15856.github.io/pm-claude-skills/community.html) | issues only |
|
|
238
281
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
## Contents
|
|
242
|
-
|
|
243
|
-
- [๐ New here? Start in 30 seconds](#-new-here-start-in-30-seconds)
|
|
244
|
-
- [๐ One library, the whole professional workflow](#-one-library-the-whole-professional-workflow)
|
|
245
|
-
- [๐งฉ Workflow Recipes โ chain skills into one flow](#-workflow-recipes--chain-skills-into-one-flow)
|
|
246
|
-
- [๐ง Skill Memory โ set your context once](#-skill-memory--set-your-context-once-every-skill-uses-it)
|
|
247
|
-
- [โ
Eval-verified quality](#-eval-verified-quality--not-just-quantity)
|
|
248
|
-
- [๐ Quick Install](#-quick-install-2-minutes)
|
|
249
|
-
- [๐ Works With โ Cross-Tool Compatibility](#-works-with--cross-tool-compatibility)
|
|
250
|
-
- [๐ค Subagents & Slash Commands](#-subagents--slash-commands)
|
|
251
|
-
- [๐ Skill Playground โ try any skill in your browser](#-skill-playground--try-any-skill-in-your-browser)
|
|
252
|
-
- [๐ฆ Plugin Directory](#-plugin-directory)
|
|
253
|
-
- [๐ค Building Blocks for Agent Templates](#-building-blocks-for-agent-templates)
|
|
254
|
-
- [๐ท๏ธ Skill Tiers โ start with the strongest](#๏ธ-skill-tiers--start-with-the-strongest)
|
|
255
|
-
- [๐๏ธ All 232 Skills](#๏ธ-all-232-skills)
|
|
256
|
-
- [๐ Changelog](#-changelog)
|
|
257
|
-
- [๐ค Contributing](#-contributing--add-your-skill)
|
|
258
|
-
- [๐ Related Projects](#-related-projects)
|
|
282
|
+
</details>
|
|
259
283
|
|
|
260
284
|
---
|
|
261
285
|
|
|
262
286
|
## ๐ Quick Install (2 minutes)
|
|
263
287
|
|
|
264
|
-
|
|
288
|
+
<details>
|
|
289
|
+
<summary>Read more โ</summary>
|
|
290
|
+
|
|
291
|
+
> **Not sure where to start?** Pick by what you want:
|
|
292
|
+
> - **Just try it (0 install):** open the **[live Playground](https://mohitagw15856.github.io/pm-claude-skills/)** and run any skill.
|
|
293
|
+
> - **Use it in Claude Code:** `npx pm-claude-skills add --agent claude` (or the `/plugin` route below).
|
|
294
|
+
> - **Have it in every session:** add the MCP server (one line, below).
|
|
295
|
+
>
|
|
296
|
+
> โ ๏ธ **You don't need `npm install pm-claude-skills`** โ it's a CLI, not a library, so there's nothing to import. Use `npx pm-claude-skills โฆ` (it always runs the latest). `npm install` just downloads it and does nothing on its own.
|
|
297
|
+
|
|
298
|
+
**With the [`skills`](https://github.com/vercel-labs/skills) CLI** (the open agent-skills installer that works across Claude Code, Cursor, Codex, OpenCode & 60+ agents) โ pick from all 238 interactively:
|
|
265
299
|
|
|
266
300
|
```bash
|
|
267
301
|
npx skills add mohitagw15856/pm-claude-skills # browse & pick (auto-detects your agent)
|
|
268
302
|
npx skills add mohitagw15856/pm-claude-skills --list # just preview the catalog
|
|
269
303
|
npx skills add mohitagw15856/pm-claude-skills --skill prd-template # grab one
|
|
270
|
-
npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all
|
|
304
|
+
npx skills add mohitagw15856/pm-claude-skills --skill '*' # install all 238
|
|
271
305
|
```
|
|
272
306
|
|
|
273
307
|
**Or our own installer** โ via the [`pm-claude-skills`](https://www.npmjs.com/package/pm-claude-skills) npm package (Windows/macOS/Linux, needs Node), which also installs subagents, slash commands & cross-tool exports:
|
|
@@ -276,7 +310,7 @@ npx skills add mohitagw15856/pm-claude-skills --skill '*' # install a
|
|
|
276
310
|
npx pm-claude-skills add --agent claude # or: codex ยท cursor ยท hermes ยท openclaw
|
|
277
311
|
```
|
|
278
312
|
|
|
279
|
-
**Or one-line MCP** โ make all
|
|
313
|
+
**Or one-line MCP** โ make all 238 skills + 5 workflow recipes available in *every* session of any MCP client (Claude Code, Claude Desktop, Cursor, Windsurf), no per-file install:
|
|
280
314
|
|
|
281
315
|
```bash
|
|
282
316
|
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
|
|
@@ -322,18 +356,22 @@ claude plugin install pm-social@pm-claude-skills # Social Media ๐
|
|
|
322
356
|
|
|
323
357
|
claude plugin install pm-writers@pm-claude-skills # Writers & Content Creators ๐
|
|
324
358
|
|
|
325
|
-
|
|
326
359
|
Or clone and symlink for auto-updates:
|
|
327
360
|
|
|
328
361
|
git clone https://github.com/mohitagw15856/pm-claude-skills.git ~/pm-claude-skills
|
|
329
362
|
mkdir -p ~/.claude/skills
|
|
330
363
|
ln -s ~/pm-claude-skills/skills/* ~/.claude/skills/
|
|
331
364
|
|
|
365
|
+
</details>
|
|
366
|
+
|
|
332
367
|
---
|
|
333
368
|
|
|
334
369
|
## ๐ Use It Anywhere โ the AI Ecosystem
|
|
335
370
|
|
|
336
|
-
|
|
371
|
+
<details>
|
|
372
|
+
<summary>Read more โ</summary>
|
|
373
|
+
|
|
374
|
+
The same 238 skills reach you through every channel โ pick whatever fits your stack:
|
|
337
375
|
|
|
338
376
|
| Channel | Get it |
|
|
339
377
|
|---|---|
|
|
@@ -347,14 +385,19 @@ The same 232 skills reach you through every channel โ pick whatever fits your
|
|
|
347
385
|
| ๐ฅ๏ธ **IDE rules** | Generated exports for **Cursor, Windsurf, Aider, Cline, Continue, Zed, Roo** โ [`exports/`](exports/) |
|
|
348
386
|
| ๐ค **Agents & answer engines** | [`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt) makes the whole library discoverable & citable |
|
|
349
387
|
|
|
350
|
-
> **196 of
|
|
388
|
+
> **196 of 238 skills are eval-scored, averaging 4.8/5** โ see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
|
|
351
389
|
|
|
352
390
|
> ๐ง **Give your skills memory:** the [Professional Brain](BRAIN.md) is a local markdown folder skills read, write back to, and act on. It's a folder + one file to start โ **[5-minute Quickstart](BRAIN_QUICKSTART.md)**.
|
|
353
391
|
|
|
392
|
+
</details>
|
|
393
|
+
|
|
354
394
|
---
|
|
355
395
|
|
|
356
396
|
## ๐ Works With โ Cross-Tool Compatibility
|
|
357
397
|
|
|
398
|
+
<details>
|
|
399
|
+
<summary>Read more โ</summary>
|
|
400
|
+
|
|
358
401
|
These skills were built for Claude Code, but they aren't locked to it. Each `SKILL.md` is
|
|
359
402
|
two portable parts: a small **frontmatter** block (`name` + `description`) and a
|
|
360
403
|
**markdown body** that is just a well-structured set of instructions and output templates.
|
|
@@ -364,7 +407,7 @@ There are two kinds of support. **Native `SKILL.md` agents** read the file as-is
|
|
|
364
407
|
auto-discover skills from the `description` frontmatter. **Other tools** take the markdown
|
|
365
408
|
body as a system prompt โ for those we ship ready-made [exports](#ready-to-use-exports).
|
|
366
409
|
|
|
367
|
-
**In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all
|
|
410
|
+
**In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 238 skills into the Command Palette โ search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
|
|
368
411
|
|
|
369
412
|
| Platform | How it works | Auto-trigger? |
|
|
370
413
|
|---|---|---|
|
|
@@ -434,10 +477,15 @@ node scripts/build-exports.mjs --check # CI: fail if exports are stale
|
|
|
434
477
|
|
|
435
478
|
> Prefer a hand-curated ChatGPT collection? There's also a [companion Custom GPT library](#-companion-repository--chatgpt-custom-gpts) built from the same frameworks.
|
|
436
479
|
|
|
480
|
+
</details>
|
|
481
|
+
|
|
437
482
|
---
|
|
438
483
|
|
|
439
484
|
## ๐ค Subagents & Slash Commands
|
|
440
485
|
|
|
486
|
+
<details>
|
|
487
|
+
<summary>Read more โ</summary>
|
|
488
|
+
|
|
441
489
|
It's not just skills. The library also ships **Claude Code subagents** and **slash commands** built on top of the strongest skills, so common workflows are one delegation or one command away.
|
|
442
490
|
|
|
443
491
|
**Subagents** ([`agents/`](agents/)) โ focused personas Claude delegates to automatically by description:
|
|
@@ -465,10 +513,15 @@ npx pm-claude-skills add --agent claude # ~/.claude/{skills,agents,commands,ou
|
|
|
465
513
|
|
|
466
514
|
Commands whose skill ships a Python helper (RICE, sprint capacity, customer health) run it to **compute** results, not estimate them. To string these together, see the [orchestration patterns](ORCHESTRATION.md) (skill chains & multi-agent handoffs).
|
|
467
515
|
|
|
516
|
+
</details>
|
|
517
|
+
|
|
468
518
|
---
|
|
469
519
|
|
|
470
520
|
## ๐งฉ MCP Server โ Skills on Demand
|
|
471
521
|
|
|
522
|
+
<details>
|
|
523
|
+
<summary>Read more โ</summary>
|
|
524
|
+
|
|
472
525
|
For MCP clients (Claude Desktop, Cline, โฆ), there's a zero-dependency [**MCP server**](mcp/) so your assistant **searches and pulls skills on demand** instead of installing 172 files. It exposes three tools โ `list_skills`, `search_skills`, `get_skill` โ over stdio (no network, nothing leaves your machine).
|
|
473
526
|
|
|
474
527
|
```json
|
|
@@ -485,10 +538,15 @@ Then ask: *"search the skills for customer churn, then apply the best one to my
|
|
|
485
538
|
|
|
486
539
|
> `pm-skills` needs **no auth**. To connect GitHub, Slack, Notion, etc., you add *that* provider's MCP server with its own token/OAuth **once** in your client โ then every skill can use it. (filesystem = a folder you grant; GitHub = a PAT; Slack/Notion = OAuth.)
|
|
487
540
|
|
|
541
|
+
</details>
|
|
542
|
+
|
|
488
543
|
---
|
|
489
544
|
|
|
490
545
|
## โ๏ธ AI-Powered Tooling
|
|
491
546
|
|
|
547
|
+
<details>
|
|
548
|
+
<summary>Read more โ</summary>
|
|
549
|
+
|
|
492
550
|
Three ways to put the library to work beyond installing files:
|
|
493
551
|
|
|
494
552
|
**๐ค Run a skill in your CI โ [GitHub Action](action/).** Auto-write PR descriptions, changelogs, release notes, or run a code-review checklist on every PR:
|
|
@@ -509,12 +567,17 @@ ANTHROPIC_API_KEY=sk-ant-โฆ npx pm-claude-skills generate --from ./team-process
|
|
|
509
567
|
|
|
510
568
|
**๐ Skill Leaderboard โ [evals](evals/).** An LLM-as-judge harness scores each skill across Claude models on structure, completeness, usefulness, and grounding. **[View the leaderboard โ](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html)**
|
|
511
569
|
|
|
512
|
-
> **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all
|
|
570
|
+
> **Score the *whole* library, cheaply.** `npm run eval:gen-cases` writes a representative input for **all 238 skills** (curated cases kept verbatim; the rest auto-generated), then `npm run eval:all` runs the full pass on Haiku for **~$2** total. The weakest scorers can then be auto-rewritten with **`npm run improve -- <skill>`** (`/improve`), which keeps a change only if the score goes up.
|
|
571
|
+
|
|
572
|
+
</details>
|
|
513
573
|
|
|
514
574
|
---
|
|
515
575
|
|
|
516
576
|
## ๐ Skill Playground โ Try Any Skill in Your Browser
|
|
517
577
|
|
|
578
|
+
<details>
|
|
579
|
+
<summary>Read more โ</summary>
|
|
580
|
+
|
|
518
581
|
**โถ Live: [mohitagw15856.github.io/pm-claude-skills](https://mohitagw15856.github.io/pm-claude-skills/)** ยท ๐ [Browse the full skill catalog](https://mohitagw15856.github.io/pm-claude-skills/catalog.html)
|
|
519
582
|
|
|
520
583
|
Don't want to install anything yet? Run any of these skills from a **zero-backend web app** using **your own Claude, OpenAI, or Gemini key**. Pick a provider, pick a skill, fill in the auto-generated form, and the result streams back live. Your key is stored only in your browser (`localStorage`) and sent **directly to the provider you chose** โ nothing touches a server we own.
|
|
@@ -533,10 +596,15 @@ cd web && python3 -m http.server 8000 # serve over HTTP (not file://)
|
|
|
533
596
|
|
|
534
597
|
It's fully static โ deploy the `web/` folder to GitHub Pages, Netlify, or Vercel with no environment variables. Full details in [`web/README.md`](web/README.md).
|
|
535
598
|
|
|
599
|
+
</details>
|
|
600
|
+
|
|
536
601
|
---
|
|
537
602
|
|
|
538
603
|
## ๐ฆ Plugin Directory
|
|
539
604
|
|
|
605
|
+
<details>
|
|
606
|
+
<summary>Read more โ</summary>
|
|
607
|
+
|
|
540
608
|
Not sure which plugin to install? Here's what each one covers:
|
|
541
609
|
|
|
542
610
|
| Plugin | Skills | Best for |
|
|
@@ -567,10 +635,15 @@ Not sure which plugin to install? Here's what each one covers:
|
|
|
567
635
|
| **pm-strategy** | ambiguity-resolver, competitive-intelligence-monitor, competitor-signal-tracker, executive-update, stakeholder-influence-mapper, strategic-narrative-generator | Senior PM and strategic work โ resolving ambiguity, tracking competitive signals, mapping stakeholder influence, writing executive updates, and building strategic narratives. |
|
|
568
636
|
| **pm-writers** | aeo-optimizer, instagram-post-downloader, notes-humanizer, substack-notes-scraper, thumbnail-creator | For content creators and writers using Claude: optimising for AI search engines, humanising notes, scraping research from Substack, and generating thumbnail concepts. |
|
|
569
637
|
|
|
638
|
+
</details>
|
|
639
|
+
|
|
570
640
|
---
|
|
571
641
|
|
|
572
642
|
## ๐ฌ See It in Action
|
|
573
643
|
|
|
644
|
+
<details>
|
|
645
|
+
<summary>Read more โ</summary>
|
|
646
|
+
|
|
574
647
|
**Debugging Log Analyser** โ paste a stack trace or error log, get a structured root cause diagnosis with probable cause, affected code path, a specific fix, and next debugging steps.
|
|
575
648
|
|
|
576
649
|
**PR Description Writer** โ share your diff or commit list, get a reviewer-friendly PR description with summary, changes made, testing steps, and reviewer notes.
|
|
@@ -579,13 +652,18 @@ Not sure which plugin to install? Here's what each one covers:
|
|
|
579
652
|
|
|
580
653
|
> ๐น Drop a demo in [Discussions](../../discussions) and we'll feature it here.
|
|
581
654
|
|
|
655
|
+
</details>
|
|
656
|
+
|
|
582
657
|
---
|
|
583
658
|
|
|
584
659
|
## ๐ค Building Blocks for Agent Templates
|
|
585
660
|
|
|
661
|
+
<details>
|
|
662
|
+
<summary>Read more โ</summary>
|
|
663
|
+
|
|
586
664
|
On May 5, 2026, Anthropic [released their first agent templates](https://www.anthropic.com/news/finance-agents) โ pre-packaged Claude agents that combine **skills, connectors, and subagents** into ready-to-run workflows for financial services.
|
|
587
665
|
|
|
588
|
-
This library is the largest open-source collection of professional skills available โ covering 20 professions beyond financial services. **The
|
|
666
|
+
This library is the largest open-source collection of professional skills available โ covering 20 professions beyond financial services. **The 238 skills here are the building blocks for agent templates outside of finance.**
|
|
589
667
|
|
|
590
668
|
### What is an agent template?
|
|
591
669
|
|
|
@@ -615,7 +693,6 @@ Examples of agent templates this library supports:
|
|
|
615
693
|
| **Finance Board Pack Agent** | investor-update, board-deck-narrative, financial-model-narrative | NetSuite or Xero, Google Drive | KPI variance analyst |
|
|
616
694
|
| **Marketing Launch Agent** | go-to-market, content-calendar, email-campaign, media-pitch | HubSpot, Notion | Channel strategist |
|
|
617
695
|
|
|
618
|
-
|
|
619
696
|
### Available agent templates
|
|
620
697
|
|
|
621
698
|
The pm-claude-skills library now includes four working agent templates, each built from existing skills in this library combined with subagents and connectors. All four follow the architecture Anthropic introduced for [financial services agent templates](https://www.anthropic.com/news/finance-agents) on May 5, 2026.
|
|
@@ -640,39 +717,45 @@ All templates are part of the main library โ installing the marketplace gives
|
|
|
640
717
|
|
|
641
718
|
/plugin marketplace add mohitagw15856/pm-claude-skills
|
|
642
719
|
|
|
643
|
-
|
|
644
720
|
Then navigate to the template you want and follow its README:
|
|
645
721
|
|
|
646
722
|
cd templates/pm-sprint-agent # or pm-discovery-agent, etc.
|
|
647
723
|
cat README.md # full setup instructions
|
|
648
724
|
|
|
649
|
-
|
|
650
725
|
### Building your own template
|
|
651
726
|
|
|
652
727
|
If you want to build a template for a workflow not covered above โ Legal Contract Review, Sales Pursuit, Finance Board Pack, HR Onboarding, Marketing Campaign โ see the [template contribution guide](./templates/CONTRIBUTING.md).
|
|
653
728
|
|
|
654
729
|
The pattern is consistent: pick a multi-step workflow, identify which existing skills cover the structured outputs, add connectors for data access, and define subagents for specialised analysis. The four templates above are reference implementations.
|
|
655
730
|
|
|
656
|
-
|
|
657
731
|
It combines four skills, two connectors, and two subagents into a single workflow that handles end-to-end sprint planning.
|
|
658
732
|
|
|
659
733
|
Documentation, working orchestration script, and example outputs are included in the template folder.
|
|
660
734
|
|
|
661
735
|
More templates will follow. If you want to contribute one, see the [template contribution guide](./templates/CONTRIBUTING.md).
|
|
662
736
|
|
|
737
|
+
</details>
|
|
738
|
+
|
|
663
739
|
---
|
|
664
740
|
|
|
665
741
|
## ๐ Changelog
|
|
666
742
|
|
|
667
|
-
|
|
743
|
+
<details>
|
|
744
|
+
<summary>Read more โ</summary>
|
|
745
|
+
|
|
746
|
+
**Latest: v29.1.0 โ AI/ML + Growth skill packs, composable recipes, a deeper Brain.** 238 skills across 32 bundles, 23 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
|
|
668
747
|
|
|
669
748
|
Full [Keep a Changelog](https://keepachangelog.com/)-format history โ every release back to the start โ is in **[CHANGELOG.md](CHANGELOG.md)**.
|
|
670
749
|
|
|
750
|
+
</details>
|
|
671
751
|
|
|
672
752
|
---
|
|
673
753
|
|
|
674
754
|
## ๐ The Article Series
|
|
675
755
|
|
|
756
|
+
<details>
|
|
757
|
+
<summary>Read more โ</summary>
|
|
758
|
+
|
|
676
759
|
This repo was built alongside a published 16-part article series on Medium.
|
|
677
760
|
|
|
678
761
|
<details>
|
|
@@ -699,11 +782,16 @@ This repo was built alongside a published 16-part article series on Medium.
|
|
|
699
782
|
|
|
700
783
|
</details>
|
|
701
784
|
|
|
785
|
+
</details>
|
|
786
|
+
|
|
702
787
|
---
|
|
703
788
|
|
|
704
789
|
## ๐ท๏ธ Skill Tiers โ Start With the Strongest
|
|
705
790
|
|
|
706
|
-
|
|
791
|
+
<details>
|
|
792
|
+
<summary>Read more โ</summary>
|
|
793
|
+
|
|
794
|
+
A 238-skill library doesn't have 238 equally-mature skills, and pretending otherwise
|
|
707
795
|
wastes your time. Skills are tiered honestly so you can start with the best work:
|
|
708
796
|
|
|
709
797
|
- ๐ข **Production-Ready (50)** โ battle-tested, stable output, used in real work. Includes the three skills with computed Python helpers (sprint planning, RICE, customer health). **Start here.**
|
|
@@ -714,9 +802,14 @@ wastes your time. Skills are tiered honestly so you can start with the best work
|
|
|
714
802
|
|
|
715
803
|
If you're new, install `pm-essentials` and try a couple of Production-Ready skills before going wide.
|
|
716
804
|
|
|
805
|
+
</details>
|
|
806
|
+
|
|
717
807
|
---
|
|
718
808
|
|
|
719
|
-
## ๐๏ธ All
|
|
809
|
+
## ๐๏ธ All 238 Skills
|
|
810
|
+
|
|
811
|
+
<details>
|
|
812
|
+
<summary>Read more โ</summary>
|
|
720
813
|
|
|
721
814
|
Every skill, grouped by profession. **[Browse the full per-skill catalog โ SKILLS.md](SKILLS.md)** ยท **[searchable live catalog](https://mohitagw15856.github.io/pm-claude-skills/catalog.html)** ยท **[run any skill in the browser](https://mohitagw15856.github.io/pm-claude-skills/)**
|
|
722
815
|
|
|
@@ -746,11 +839,16 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog โ SKI
|
|
|
746
839
|
|
|
747
840
|
> Full per-skill detail (folder paths, descriptions, "๐" markers) lives in **[SKILLS.md](SKILLS.md)**.
|
|
748
841
|
|
|
842
|
+
</details>
|
|
843
|
+
|
|
749
844
|
---
|
|
750
845
|
|
|
751
846
|
## โค๏ธ Sponsor This Work
|
|
752
847
|
|
|
753
|
-
|
|
848
|
+
<details>
|
|
849
|
+
<summary>Read more โ</summary>
|
|
850
|
+
|
|
851
|
+
Building and maintaining 238 skills across 32 bundles takes real time โ testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
|
|
754
852
|
|
|
755
853
|
If these skills save you time at work โ or you're a company that wants your logo in front of the PMs, engineers, and operators who use them daily โ **[become a sponsor โ](https://github.com/sponsors/mohitagw15856)** (or [โ buy me a coffee](https://www.buymeacoffee.com/mohit15856)).
|
|
756
854
|
|
|
@@ -765,10 +863,15 @@ Full details and where the money goes: **[SPONSORS.md](SPONSORS.md)**.
|
|
|
765
863
|
|
|
766
864
|
**Our sponsors:** *be the [first](https://github.com/sponsors/mohitagw15856) โ your logo goes right here.*
|
|
767
865
|
|
|
866
|
+
</details>
|
|
867
|
+
|
|
768
868
|
---
|
|
769
869
|
|
|
770
870
|
## ๐ค Contributing โ Add Your Skill
|
|
771
871
|
|
|
872
|
+
<details>
|
|
873
|
+
<summary>Read more โ</summary>
|
|
874
|
+
|
|
772
875
|
This is an open-source community library. If you've built a skill that saves you time, share it here.
|
|
773
876
|
|
|
774
877
|
**New here?** See the [Roadmap & good first issues](ROADMAP.md#-good-first-issues) for starter tasks. **Found a bug?** [Open a bug report โ](../../issues/new?template=bug-report.md).
|
|
@@ -793,7 +896,6 @@ description: "One sentence. Use when [trigger condition]. Produces [output descr
|
|
|
793
896
|
|
|
794
897
|
[Instructions for Claude to follow when this skill is invoked]
|
|
795
898
|
|
|
796
|
-
|
|
797
899
|
**What makes a good skill:**
|
|
798
900
|
- Solves a recurring professional workflow (not a one-off task)
|
|
799
901
|
- Has a clear trigger description so Claude knows when to activate it
|
|
@@ -816,10 +918,15 @@ Have a skill idea? Add it to [SKILL_REQUEST.md](SKILL_REQUEST.md), [open an issu
|
|
|
816
918
|
|
|
817
919
|
**Contributors** get credited in this README and in the article series. ๐
|
|
818
920
|
|
|
921
|
+
</details>
|
|
922
|
+
|
|
819
923
|
---
|
|
820
924
|
|
|
821
925
|
## ๐ฆ All Plugin Bundles
|
|
822
926
|
|
|
927
|
+
<details>
|
|
928
|
+
<summary>Read more โ</summary>
|
|
929
|
+
|
|
823
930
|
Install the whole library or just the bundles you need:
|
|
824
931
|
|
|
825
932
|
# Install everything
|
|
@@ -876,20 +983,30 @@ claude plugin install pm-social@pm-claude-skills # Social Media ๐
|
|
|
876
983
|
|
|
877
984
|
claude plugin install pm-writers@pm-claude-skills # Writers & Content Creators ๐
|
|
878
985
|
|
|
986
|
+
</details>
|
|
987
|
+
|
|
879
988
|
---
|
|
880
989
|
|
|
881
990
|
## ๐ค Companion Repository โ ChatGPT Custom GPTs
|
|
882
991
|
|
|
992
|
+
<details>
|
|
993
|
+
<summary>Read more โ</summary>
|
|
994
|
+
|
|
883
995
|
If you use ChatGPT instead of Claude Code, there's a companion repo with the same professional frameworks built as Custom GPT system prompts:
|
|
884
996
|
|
|
885
997
|
**[professional-gpt-library](https://github.com/mohitagw15856/professional-gpt-library)** โ 10 starter GPTs across 8 professions, MIT licence.
|
|
886
998
|
|
|
887
999
|
Read the full breakdown: [Part 12 โ I Built the Same Skills Library for ChatGPT](https://medium.com/product-powerhouse/i-built-the-same-skills-library-for-chatgpt-heres-what-s-different-a9305f9c20b9)
|
|
888
1000
|
|
|
1001
|
+
</details>
|
|
1002
|
+
|
|
889
1003
|
---
|
|
890
1004
|
|
|
891
1005
|
## ๐ Related Projects
|
|
892
1006
|
|
|
1007
|
+
<details>
|
|
1008
|
+
<summary>Read more โ</summary>
|
|
1009
|
+
|
|
893
1010
|
Claude Skills is a fast-growing open ecosystem. If this library doesn't have what you
|
|
894
1011
|
need, these community projects are worth a look โ and if you maintain one of the lists
|
|
895
1012
|
below, a reciprocal link is always welcome. ๐
|
|
@@ -912,10 +1029,15 @@ below, a reciprocal link is always welcome. ๐
|
|
|
912
1029
|
|
|
913
1030
|
> Maintain a Claude Skills project and want to be listed here? [Open a PR](../../pulls) or an [issue](../../issues).
|
|
914
1031
|
|
|
1032
|
+
</details>
|
|
1033
|
+
|
|
915
1034
|
---
|
|
916
1035
|
|
|
917
1036
|
## ๐ ๏ธ Custom Skills for Your Team
|
|
918
1037
|
|
|
1038
|
+
<details>
|
|
1039
|
+
<summary>Read more โ</summary>
|
|
1040
|
+
|
|
919
1041
|
The 155 skills in this library are built for general professional workflows. But the most powerful version of Claude Skills is one built specifically for *your* team โ your templates, your terminology, your processes, your quality standards.
|
|
920
1042
|
|
|
921
1043
|
**What custom skills look like in practice:**
|
|
@@ -931,10 +1053,15 @@ The difference between a generic skill and one built for your context is signifi
|
|
|
931
1053
|
|
|
932
1054
|
Include a brief description of your team, the workflows you want to automate, and the tools you use. I'll come back to you within 48 hours.
|
|
933
1055
|
|
|
1056
|
+
</details>
|
|
1057
|
+
|
|
934
1058
|
---
|
|
935
1059
|
|
|
936
1060
|
## ๐ How Skills Work
|
|
937
1061
|
|
|
1062
|
+
<details>
|
|
1063
|
+
<summary>Read more โ</summary>
|
|
1064
|
+
|
|
938
1065
|
Skills are markdown files that Claude reads dynamically. When you describe a task, Claude scans available skill descriptions (~100 tokens) and loads the full skill only when relevant. This means:
|
|
939
1066
|
|
|
940
1067
|
- Skills are efficient โ they only use tokens when triggered
|
|
@@ -944,10 +1071,15 @@ Skills are markdown files that Claude reads dynamically. When you describe a tas
|
|
|
944
1071
|
|
|
945
1072
|
Learn more: [Anthropic's Skills documentation](https://code.claude.com/docs/en/skills)
|
|
946
1073
|
|
|
1074
|
+
</details>
|
|
1075
|
+
|
|
947
1076
|
---
|
|
948
1077
|
|
|
949
1078
|
## โญ Star Milestones
|
|
950
1079
|
|
|
1080
|
+
<details>
|
|
1081
|
+
<summary>Read more โ</summary>
|
|
1082
|
+
|
|
951
1083
|
Stars unlock the next wave of skills and features. We've hit every milestone so far โ here's the track record, and what's next:
|
|
952
1084
|
|
|
953
1085
|
| Milestone | Unlocks | Status |
|
|
@@ -971,3 +1103,7 @@ Want a specific skill built? [Vote or request in SKILL_REQUEST.md](SKILL_REQUEST
|
|
|
971
1103
|
---
|
|
972
1104
|
|
|
973
1105
|
*Built and maintained by [Mohit Aggarwal](https://medium.com/@mohit15856) | [Product Notes publication](https://medium.com/product-powerhouse) | [๐ Sponsor my work](https://github.com/sponsors/mohitagw15856)*
|
|
1106
|
+
|
|
1107
|
+
</details>
|
|
1108
|
+
|
|
1109
|
+
---
|