pm-claude-skills 30.1.0 → 30.2.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  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).
62
62
 
63
- **🆕 Latest — v30.1.0 (Localization pack + reach every language):** a new **🌐 Localization bundle** — `professional-translator` (register-aware, not literal), `transcreation` (recreate marketing impact in-culture), `localization-brief` (translate/adapt/rebuild for a market), `subtitle-caption` (reading-speed rules), `glossary-builder` (consistent termbase), `i18n-readiness-review` (engineering prep). Plus a **🌐 Translate** button in the playground that localizes any result into 11 languages (incl. **中文 Mandarin**) without re-running. *Earlier (v30.0):* AI-builder, Crisis-comms, Healthcare, Life-admin, Nonprofit & procurement packs + an [eval-coverage page](https://mohitagw15856.github.io/pm-claude-skills/coverage.html). **319 skills across 46 bundles.** → **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
63
+ **🆕 Latest — v30.2.0 (中文 interface a bilingual playground):** the whole playground UI now switches between **English and Simplified Chinese** every page carries a **🌐 中文 / 🌐 English** toggle in the nav (nav, hero, Job Search, Guided Journeys, Catalog, and more are hand-translated, not machine output). Your choice is remembered across visits. This is on top of the **🌐 Translate** button that localizes any *generated result* into 11 languages. *Earlier (v30.1):* a **🌐 Localization bundle** `professional-translator`, `transcreation`, `localization-brief`, `subtitle-caption`, `glossary-builder`, `i18n-readiness-review`. **319 skills across 46 bundles.** → **[Full release history & notes](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
64
64
 
65
65
  ### ▶ See it in action — [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-claude-skills",
3
- "version": "30.1.0",
3
+ "version": "30.2.0",
4
4
  "type": "module",
5
5
  "mcpName": "io.github.mohitagw15856/pm-claude-skills",
6
6
  "description": "319 professional Agent Skills (SKILL.md) + subagents + slash commands for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes. It's a CLI, not a library: run `npx pm-claude-skills add --agent <tool>` to install into your AI tool — no `npm install` needed. Or try any skill free at https://mohitagw15856.github.io/pm-claude-skills/",