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.
Files changed (2) hide show
  1. package/README.md +47 -21
  2. 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&center=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
  [![Stars](https://img.shields.io/github/stars/mohitagw15856/pm-claude-skills?style=social)](https://github.com/mohitagw15856/pm-claude-skills/stargazers)
@@ -12,7 +18,7 @@
12
18
  [![Platforms](https://img.shields.io/badge/works%20with-Claude%20%7C%20ChatGPT%20%7C%20Gemini%20%7C%20Cursor%20%7C%20Codex%20%7C%20Hermes-8A2BE2)](#-works-with--cross-tool-compatibility)
13
19
  [![SkillCheck](https://img.shields.io/github/actions/workflow/status/mohitagw15856/pm-claude-skills/skillcheck.yml?branch=main&label=SkillCheck)](.github/workflows/skillcheck.yml)
14
20
  [![Security Audit](https://img.shields.io/github/actions/workflow/status/mohitagw15856/pm-claude-skills/skill-audit.yml?branch=main&label=security%20audit)](.github/workflows/skill-audit.yml)
15
- [![Version](https://img.shields.io/badge/version-22.1.0-brightgreen)](https://github.com/mohitagw15856/pm-claude-skills/releases)
21
+ [![Version](https://img.shields.io/badge/version-22.3.0-brightgreen)](https://github.com/mohitagw15856/pm-claude-skills/releases)
16
22
  [![Install](https://img.shields.io/badge/Install%20in%20Claude%20Code-2%20minutes-orange)](https://github.com/mohitagw15856/pm-claude-skills#-quick-install-2-minutes)
17
23
  [![License](https://img.shields.io/badge/license-MIT-lightgrey)](LICENSE)
18
24
  [![Sponsor](https://img.shields.io/badge/sponsor-❀️-ff69b4)](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.1.0 β€” The Skills Hub):** a community **[hub](https://mohitagw15856.github.io/pm-claude-skills/community.html)** with per-skill discussions, an [**eval-gated contribution flow**](#-eval-verified-quality--not-just-quantity), a free [**Grade-your-work**](https://mohitagw15856.github.io/pm-claude-skills/grade.html) tool, a public [**benchmark**](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) β€” and a redesigned UI. Builds on v22.0.0 (self-improving skills, Critique mode, Workflow Canvas, `/red-team`). **175 skills**, 15 eval-scored. See the [changelog](#-changelog).
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
- DISCOVER β†’ DECIDE β†’ BUILD β†’ SHIP β†’ MEASURE β†’ COMMUNICATE
66
- ────────── ────────── ────────── ────────── ────────── ─────────────
67
- frame the prioritise design & launch & track & report up
68
- problem, & spec the engineer release analyse & out
69
- research work the work the work results
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
+ [![Auto-Agent β€” a goal becomes a planned chain of skills that runs end to end](web/docs-assets/agent-demo.gif)](https://mohitagw15856.github.io/pm-claude-skills/agent.html)
109
116
 
110
117
  [![Workflow Canvas β€” drag skills into a chain and run it, each step feeding the next](web/docs-assets/canvas-demo.gif)](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 ([submit one β†’](https://github.com/mohitagw15856/pm-claude-skills/issues/new?template=submit-skill.yml)).
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.1.0 β€” The Skills Hub.** A GitHub-native community layer: per-skill discussions, a Community feed, an eval-gated contribution flow, a free Grade-your-work tool, a public benchmark, and a redesigned UI. Builds on **v22.0.0 (Closing the Loop)** β€” self-improving skills, Critique mode, the Workflow Canvas, and `/red-team`. Now **175 skills**, 15 eval-scored.
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, consider sponsoring:
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
- Sponsorships from $5/month (coffee tier) up to $500/month (sustaining sponsor with logo placement). Every sponsor directly funds:
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
- - New skills based on community votes in [SKILL_REQUEST.md](SKILL_REQUEST.md)
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
- Higher tiers include custom skill development for your team, direct access for support, and logo placement in this README. See the [sponsor page](https://github.com/sponsors/mohitagw15856) for full tier details.
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.1.0",
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": [