pm-claude-skills 22.1.0 β 22.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 +47 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# π§ PM Skills β 175 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://mohitagw15856.github.io/pm-claude-skills/">
|
|
5
|
+
<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=175+eval-scored+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
|
|
6
|
+
</a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
3
9
|
> **Generic AI gives you filler. These give you the structure a senior pro actually uses** β PRDs, exec updates, launch plans, postmortems β as open-source `SKILL.md` files. Across **18 professions**, not just product management. One source, every AI tool.
|
|
4
10
|
|
|
5
11
|
[](https://github.com/mohitagw15856/pm-claude-skills/stargazers)
|
|
@@ -12,7 +18,7 @@
|
|
|
12
18
|
[](#-works-with--cross-tool-compatibility)
|
|
13
19
|
[](.github/workflows/skillcheck.yml)
|
|
14
20
|
[](.github/workflows/skill-audit.yml)
|
|
15
|
-
[](https://github.com/mohitagw15856/pm-claude-skills/releases)
|
|
16
22
|
[](https://github.com/mohitagw15856/pm-claude-skills#-quick-install-2-minutes)
|
|
17
23
|
[](LICENSE)
|
|
18
24
|
[](https://github.com/sponsors/mohitagw15856)
|
|
@@ -24,7 +30,7 @@
|
|
|
24
30
|
|
|
25
31
|
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).
|
|
26
32
|
|
|
27
|
-
**π Latest release (v22.
|
|
33
|
+
**π Latest release (v22.3.0 β Monetization & a polished playground):** a [**Sponsors program**](SPONSORS.md) + [**embeddable widget**](web/embed.js) + [**Pro/Teams**](https://mohitagw15856.github.io/pm-claude-skills/pro.html) page, and a redesigned playground with a **βK palette**, a hero landing, **favourites**, **light/dark** mode, **compare-models** (Opus/Sonnet/Haiku side by side), and **save-as-image**. Builds on v22.2 (Studio, Auto-Agent, editor extension). **175 skills**, 15 eval-scored. See the [changelog](#-changelog).
|
|
28
34
|
|
|
29
35
|
### βΆ See it in action β [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
|
|
30
36
|
|
|
@@ -61,13 +67,12 @@ A community-built library of professional skills for every field β product man
|
|
|
61
67
|
|
|
62
68
|
These 175 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:
|
|
63
69
|
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
βββββββββββββββββββββββ feeds the next discovery βββββββββββββββββββββββ
|
|
70
|
+
```mermaid
|
|
71
|
+
flowchart LR
|
|
72
|
+
A(["π Discover"]) --> B(["π― Decide"]) --> C(["π¨ Build"]) --> D(["π Ship"]) --> E(["π Measure"]) --> F(["π£ Communicate"])
|
|
73
|
+
F -. "feeds the next discovery" .-> A
|
|
74
|
+
classDef s fill:#1d222b,stroke:#d97757,color:#e7ebf0;
|
|
75
|
+
class A,B,C,D,E,F s;
|
|
71
76
|
```
|
|
72
77
|
|
|
73
78
|
| Phase | What you're doing | Start with these skills |
|
|
@@ -105,7 +110,9 @@ Individual skills are great. **Chaining** them is the superpower. A *recipe* run
|
|
|
105
110
|
|
|
106
111
|
β Full detail and how to add your own in [**WORKFLOWS.md**](WORKFLOWS.md). Recipes run as slash commands in Claude Code, or over MCP via the `get_workflow` tool.
|
|
107
112
|
|
|
108
|
-
**Or build your own visually.** The [**Workflow Canvas**](https://mohitagw15856.github.io/pm-claude-skills/canvas.html) lets you drag any skills into a custom chain and run it in the browser β each step's output feeds the next. Like n8n, but for professional thinking.
|
|
113
|
+
**Or build your own visually.** The [**Workflow Canvas**](https://mohitagw15856.github.io/pm-claude-skills/canvas.html) lets you drag any skills into a custom chain and run it in the browser β each step's output feeds the next. Like n8n, but for professional thinking. Don't know which skills to use? The [**β¨ Auto-Agent**](https://mohitagw15856.github.io/pm-claude-skills/agent.html) takes a plain-English goal, **plans which skills to chain**, and runs them for you β each step feeding the next:
|
|
114
|
+
|
|
115
|
+
[](https://mohitagw15856.github.io/pm-claude-skills/agent.html)
|
|
109
116
|
|
|
110
117
|
[](https://mohitagw15856.github.io/pm-claude-skills/canvas.html)
|
|
111
118
|
|
|
@@ -161,7 +168,24 @@ That's not luck β it's a [self-improving pipeline](scripts/improve-skill.mjs)
|
|
|
161
168
|
|
|
162
169
|
**Already have a draft?** Flip on **π Critique mode** in the Playground β or use the standalone [**Grade your work**](https://mohitagw15856.github.io/pm-claude-skills/grade.html) tool β to paste an existing PRD/roadmap/update and get a rubric score, ranked gaps, and a redline graded against the skill's framework. Before you ship, run [**`/red-team`**](skills/red-team-review/SKILL.md) to stress-test the plan against a room of hostile expert personas.
|
|
163
170
|
|
|
164
|
-
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
|
|
171
|
+
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)).
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## βοΈ How it compares
|
|
176
|
+
|
|
177
|
+
Most skill repos are a folder of prompts. This one is a **system** β measured, composable, and usable in the browser:
|
|
178
|
+
|
|
179
|
+
| | **PM Skills** | Typical skill repo |
|
|
180
|
+
|---|:---:|:---:|
|
|
181
|
+
| Skills | **175**, across 18 professions | a handful β dozens, usually one domain |
|
|
182
|
+
| Quality | **eval-scored** on a rubric + a public [benchmark](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) | trust the README |
|
|
183
|
+
| Improves itself | β
eval β critique β rewrite (kept only if it scores higher) | β |
|
|
184
|
+
| Grounded in frameworks | β
each cites its source (RICE, JTBD, Pyramid Principleβ¦) | rarely |
|
|
185
|
+
| Run without installing | β
[browser playground](https://mohitagw15856.github.io/pm-claude-skills/) + your key | β copy-paste |
|
|
186
|
+
| Compose / orchestrate | β
[recipes](WORKFLOWS.md), a [visual canvas](https://mohitagw15856.github.io/pm-claude-skills/canvas.html), an [auto-agent](https://mohitagw15856.github.io/pm-claude-skills/agent.html) | β |
|
|
187
|
+
| Works beyond Claude | β
MCP Β· ChatGPT/Gemini exports Β· VS Code extension | usually one tool |
|
|
188
|
+
| Community | β
per-skill discussions + a [hub](https://mohitagw15856.github.io/pm-claude-skills/community.html) | issues only |
|
|
165
189
|
|
|
166
190
|
---
|
|
167
191
|
|
|
@@ -260,6 +284,8 @@ There are two kinds of support. **Native `SKILL.md` agents** read the file as-is
|
|
|
260
284
|
auto-discover skills from the `description` frontmatter. **Other tools** take the markdown
|
|
261
285
|
body as a system prompt β for those we ship ready-made [exports](#ready-to-use-exports).
|
|
262
286
|
|
|
287
|
+
**In your editor (VS Code / Cursor):** the [**`vscode-extension/`**](vscode-extension/) brings all 175 skills into the Command Palette β search and *insert a skill as context* for Copilot/Cursor chat, copy it, or open it in the Playground.
|
|
288
|
+
|
|
263
289
|
| Platform | How it works | Auto-trigger? |
|
|
264
290
|
|---|---|---|
|
|
265
291
|
| **Claude Code** (CLI / desktop / web / IDE) | Native. Install via the plugin marketplace; Claude loads a skill automatically when your request matches its description. | β
Yes |
|
|
@@ -549,7 +575,7 @@ More templates will follow. If you want to contribute one, see the [template con
|
|
|
549
575
|
|
|
550
576
|
## π Changelog
|
|
551
577
|
|
|
552
|
-
**Latest: v22.
|
|
578
|
+
**Latest: v22.3.0 β Monetization & a polished playground.** A Sponsors program, an embeddable "run this skill" widget, and a Pro/Teams page; plus a redesigned playground (βK palette, hero landing, favourites, light/dark, compare-models, save-as-image) and a README glow-up. Builds on **v22.2.0** (Studio, Auto-Agent, editor extension). Now **175 skills**, 15 eval-scored.
|
|
553
579
|
|
|
554
580
|
Full [Keep a Changelog](https://keepachangelog.com/)-format history β every release back to the start β is in **[CHANGELOG.md](CHANGELOG.md)**.
|
|
555
581
|
|
|
@@ -635,18 +661,18 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog β SKI
|
|
|
635
661
|
|
|
636
662
|
Building and maintaining 175 skills across 26 bundles takes real time β testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
|
|
637
663
|
|
|
638
|
-
If these skills save you time at work,
|
|
639
|
-
|
|
640
|
-
**[π Become a Sponsor β](https://github.com/sponsors/mohitagw15856)**
|
|
664
|
+
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)).
|
|
641
665
|
|
|
642
|
-
|
|
666
|
+
| Tier | / mo | What you get |
|
|
667
|
+
|------|----:|--------------|
|
|
668
|
+
| β **Supporter** | $5 | Name in [SPONSORS.md](SPONSORS.md) Β· sponsor badge |
|
|
669
|
+
| π **Backer** | $25 | + priority on your skill requests Β· roadmap vote |
|
|
670
|
+
| π’ **Sustaining** | $100 | + **your logo + link here and on the site** Β· one custom skill / quarter |
|
|
671
|
+
| π **Partner** | $500 | + logo on **every skill page** Β· a **private skill pack for your team** Β· priority support |
|
|
643
672
|
|
|
644
|
-
|
|
645
|
-
- Updates to existing skills when new Claude models ship
|
|
646
|
-
- Continued free, ad-free Medium articles documenting what works
|
|
647
|
-
- Quality improvements across the library
|
|
673
|
+
Full details and where the money goes: **[SPONSORS.md](SPONSORS.md)**.
|
|
648
674
|
|
|
649
|
-
|
|
675
|
+
**Our sponsors:** *be the [first](https://github.com/sponsors/mohitagw15856) β your logo goes right here.*
|
|
650
676
|
|
|
651
677
|
---
|
|
652
678
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-claude-skills",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "175 professional Agent Skills (SKILL.md) + subagents + slash commands for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes. Install into any AI coding tool with: npx pm-claude-skills add --agent <tool>.",
|
|
6
6
|
"keywords": [
|