pm-claude-skills 28.3.0 → 28.4.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 CHANGED
@@ -45,7 +45,7 @@
45
45
 
46
46
  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
47
 
48
- **🆕 Latest release (v28.1.0 — Integrations):** PM Skills now plugs into **[n8n](connectors/n8n.md)**, powers **[Lovable](connectors/lovable.md)** apps, and lives in your **[Obsidian](connectors/obsidian.md)** vault — all backed by a read-only **REST API** (`/v1`) on the hosted Worker, auto-deployed via GitHub Actions. *Previously (v28.0.0 — live across the whole AI ecosystem):* every channel is now shipped & public — **[`pip install pm-skills`](https://pypi.org/project/pm-skills/)** (LangChain/CrewAI), the **hosted MCP connector** `https://pm-skills-mcp.pm-claude-skills.workers.dev/` (add to **ChatGPT/Claude.ai/Cursor** by URL), and the **[official MCP registry](https://github.com/mohitagw15856/pm-claude-skills/blob/main/server.json)** listing. See the new **[🌍 Use It Anywhere](#-use-it-anywhere--the-ai-ecosystem)** section. Also: **multi-model playground** (run any skill with your own **Claude / OpenAI / Gemini / Ollama** key — local models included), a **[remote MCP connector](mcp-remote/)** (add PM Skills to **ChatGPT, Claude.ai & Cursor** with one URL — no install), the MCP server now exposes skills as **prompts + resources**, **4 new IDE targets** (Cline, Continue, Zed, Roo — 9 platforms total), a **[Python package](python/)** (`pip install pm-skills` → LangChain/CrewAI tools), an **[`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt)** for agent discovery, a reusable **[score-skills GitHub Action](.github/actions/score-skills/)**, and **MCP-registry manifests**. Plus the full library is now **eval-scored: 196 skills, avg 4.8/5**. **207 skills**. See the [changelog](#-changelog).
48
+ **🆕 Latest release (v28.4.0 — run it free, no credit card):** the playground no longer needs a paid key to start. Use a **free Google AI Studio key** (no card, ~30 seconds) or pick **In-browser** to run a model with **no key at all** (WebLLM on WebGPU — fully private, nothing leaves your device), and every skill now shows a **pre-generated sample output** so you can see the value with zero setup. Plus the **[Professional Brain is now in the browser](https://mohitagw15856.github.io/pm-claude-skills/brain.html)** — a 🧠 Brain page that feeds your durable memory into every run and saves outcomes back. *Earlier (v28.3 — the Professional Brain):* skills gained a durable, local markdown **memory** they read before answering, **write back** to (provenance-tagged, approval-gated), and even **act on** (open tickets/post updates via `action-runner`, dry-run + approval). Set it up in 5 minutes — **[Quickstart](BRAIN_QUICKSTART.md)** · [architecture](BRAIN.md). *Recent integrations:* **[n8n](connectors/n8n.md)**, **[Lovable](connectors/lovable.md)**, **[Obsidian](connectors/obsidian.md)** + a read-only **REST API** (`/v1`) on the hosted Worker. *Earlier (v28.0):* every channel is now shipped & public — **[`pip install pm-skills`](https://pypi.org/project/pm-skills/)** (LangChain/CrewAI), the **hosted MCP connector** `https://pm-skills-mcp.pm-claude-skills.workers.dev/` (add to **ChatGPT/Claude.ai/Cursor** by URL), and the **[official MCP registry](https://github.com/mohitagw15856/pm-claude-skills/blob/main/server.json)** listing. See the new **[🌍 Use It Anywhere](#-use-it-anywhere--the-ai-ecosystem)** section. Also: **multi-model playground** (run any skill with your own **Claude / OpenAI / Gemini / Ollama** key — local models included), a **[remote MCP connector](mcp-remote/)** (add PM Skills to **ChatGPT, Claude.ai & Cursor** with one URL — no install), the MCP server now exposes skills as **prompts + resources**, **4 new IDE targets** (Cline, Continue, Zed, Roo — 9 platforms total), a **[Python package](python/)** (`pip install pm-skills` → LangChain/CrewAI tools), an **[`llms.txt`](https://mohitagw15856.github.io/pm-claude-skills/llms.txt)** for agent discovery, a reusable **[score-skills GitHub Action](.github/actions/score-skills/)**, and **MCP-registry manifests**. Plus the full library is now **eval-scored: 196 skills, avg 4.8/5**. **207 skills**. See the [changelog](#-changelog).
49
49
 
50
50
  ### ▶ See it in action — [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
51
51
 
@@ -317,6 +317,8 @@ The same 207 skills reach you through every channel — pick whatever fits your
317
317
 
318
318
  > **196 of 207 skills are eval-scored, averaging 4.8/5** — see the [leaderboard](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html).
319
319
 
320
+ > 🧠 **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)**.
321
+
320
322
  ---
321
323
 
322
324
  ## 🔌 Works With — Cross-Tool Compatibility
@@ -1,5 +1,7 @@
1
1
  # Professional Brain Skill
2
2
 
3
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
4
+
3
5
  Most skills start cold — you paste the same context every time, and decisions made six weeks
4
6
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
5
7
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -1,5 +1,7 @@
1
1
  # Professional Brain Skill
2
2
 
3
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
4
+
3
5
  Most skills start cold — you paste the same context every time, and decisions made six weeks
4
6
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
5
7
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -1,5 +1,7 @@
1
1
  # Professional Brain Skill
2
2
 
3
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
4
+
3
5
  Most skills start cold — you paste the same context every time, and decisions made six weeks
4
6
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
5
7
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -5,6 +5,8 @@ description: "Maintain a durable, local markdown memory ('brain') of your produc
5
5
 
6
6
  # Professional Brain Skill
7
7
 
8
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
9
+
8
10
  Most skills start cold — you paste the same context every time, and decisions made six weeks
9
11
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
10
12
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -6,6 +6,8 @@ alwaysApply: false
6
6
 
7
7
  # Professional Brain Skill
8
8
 
9
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
10
+
9
11
  Most skills start cold — you paste the same context every time, and decisions made six weeks
10
12
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
11
13
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -4,6 +4,8 @@ Follow these instructions:
4
4
 
5
5
  # Professional Brain Skill
6
6
 
7
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
8
+
7
9
  Most skills start cold — you paste the same context every time, and decisions made six weeks
8
10
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
9
11
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -7,6 +7,8 @@ description: "Maintain a durable, local markdown memory ('brain') of your produc
7
7
 
8
8
  # Professional Brain Skill
9
9
 
10
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
11
+
10
12
  Most skills start cold — you paste the same context every time, and decisions made six weeks
11
13
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
12
14
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -1,5 +1,7 @@
1
1
  # Professional Brain Skill
2
2
 
3
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
4
+
3
5
  Most skills start cold — you paste the same context every time, and decisions made six weeks
4
6
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
5
7
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -5,6 +5,8 @@ description: "Maintain a durable, local markdown memory ('brain') of your produc
5
5
 
6
6
  # Professional Brain Skill
7
7
 
8
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
9
+
8
10
  Most skills start cold — you paste the same context every time, and decisions made six weeks
9
11
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
10
12
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
@@ -1,5 +1,7 @@
1
1
  # Professional Brain Skill
2
2
 
3
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
4
+
3
5
  Most skills start cold — you paste the same context every time, and decisions made six weeks
4
6
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
5
7
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-claude-skills",
3
- "version": "28.3.0",
3
+ "version": "28.4.0",
4
4
  "type": "module",
5
5
  "mcpName": "io.github.mohitagw15856/pm-claude-skills",
6
6
  "description": "206 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>.",
@@ -5,6 +5,8 @@ description: "Maintain a durable, local markdown memory ('brain') of your produc
5
5
 
6
6
  # Professional Brain Skill
7
7
 
8
+ > 🚀 **New to this? Start with the [5-minute Quickstart](../../BRAIN_QUICKSTART.md)** — a folder + one file, with a worked example. This file is the full reference.
9
+
8
10
  Most skills start cold — you paste the same context every time, and decisions made six weeks
9
11
  ago lose the *why*. This skill gives the library a **memory**: a plain-markdown `brain/` folder
10
12
  on disk that skills read before they answer and write to after. No vector DB, no cloud — just