pm-claude-skills 22.2.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 +44 -20
  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.2.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.2.0 β€” Studio, Auto-Agent & an editor extension):** create a skill in your browser with [**Skill Studio**](https://mohitagw15856.github.io/pm-claude-skills/studio.html) (β†’ one-click PR), let the [**✨ Auto-Agent**](https://mohitagw15856.github.io/pm-claude-skills/agent.html) plan and run a skill chain from a plain goal, and use the [**VS Code / Cursor extension**](vscode-extension/) to insert skills in your editor. Builds on the v22.1 Skills Hub. **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. Don't know which skills to use? The [**✨ Auto-Agent**](https://mohitagw15856.github.io/pm-claude-skills/agent.html) takes a plain-English goal, picks the right skills, and runs the chain for you.
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
 
@@ -165,6 +172,23 @@ This whole thing is an open, reproducible **[benchmark for AI professional work]
165
172
 
166
173
  ---
167
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 |
189
+
190
+ ---
191
+
168
192
  ## Contents
169
193
 
170
194
  - [πŸ‘‹ New here? Start in 30 seconds](#-new-here-start-in-30-seconds)
@@ -551,7 +575,7 @@ More templates will follow. If you want to contribute one, see the [template con
551
575
 
552
576
  ## πŸ“‹ Changelog
553
577
 
554
- **Latest: v22.2.0 β€” Studio, Auto-Agent & editor extension.** Skill Studio (browser authoring β†’ one-click PR), the Auto-Agent (goal β†’ planned skill chain), and a VS Code / Cursor extension. Builds on **v22.1.0 (the Skills Hub)** and **v22.0.0 (Closing the Loop)**. 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.
555
579
 
556
580
  Full [Keep a Changelog](https://keepachangelog.com/)-format history β€” every release back to the start β€” is in **[CHANGELOG.md](CHANGELOG.md)**.
557
581
 
@@ -637,18 +661,18 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog β†’ SKI
637
661
 
638
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.
639
663
 
640
- If these skills save you time at work, consider sponsoring:
641
-
642
- **[πŸ’– 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)).
643
665
 
644
- 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 |
645
672
 
646
- - New skills based on community votes in [SKILL_REQUEST.md](SKILL_REQUEST.md)
647
- - Updates to existing skills when new Claude models ship
648
- - Continued free, ad-free Medium articles documenting what works
649
- - Quality improvements across the library
673
+ Full details and where the money goes: **[SPONSORS.md](SPONSORS.md)**.
650
674
 
651
- 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.*
652
676
 
653
677
  ---
654
678
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-claude-skills",
3
- "version": "22.2.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": [