pm-claude-skills 29.4.0 → 29.4.2

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 +24 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://mohitagw15856.github.io/pm-claude-skills/">
3
- <img src="web/docs-assets/professions-hero.png" width="100%" alt="PM Skills — 190+ open-source AI skills, one for every profession: Product Management, Engineering, Marketing & GTM, Customer Success, Data & Analytics, Leadership & People, Design & UX, Business & Strategy, Legal, Finance, Founders & Startups, Educators, HR, Sales, Operations, Research & Healthcare, Figma, Social Media, Writers & Content, and Cross-Profession. The structure a senior pro uses, as portable SKILL.md files. Works with Claude, ChatGPT, Gemini, Cursor, Codex & Hermes." />
3
+ <img src="web/docs-assets/professions-hero.png" width="100%" alt="PM Skills — 240+ open-source AI skills, one for every profession: Product Management, Engineering, Marketing & GTM, Customer Success, Data & Analytics, Leadership & People, Design & UX, Business & Strategy, Legal, Finance, Founders & Startups, Educators, HR, Sales, Operations, Research & Healthcare, Figma, Social Media, Writers & Content, and Cross-Profession. The structure a senior pro uses, as portable SKILL.md files. Works with Claude, ChatGPT, Gemini, Cursor, Codex & Hermes." />
4
4
  </a>
5
5
  </p>
6
6
 
@@ -88,6 +88,29 @@ A community-built library of professional skills for every field — product man
88
88
 
89
89
  ---
90
90
 
91
+ ## 📄 Good content deserves good paper
92
+
93
+ It's not just text — the playground exports every result as a **professionally typeset PDF** (pick a theme; it even tints to your brand colour). Here's the *same skills* producing real, designed documents — **click any to open the PDF:**
94
+
95
+ <table>
96
+ <tr>
97
+ <td width="25%" align="center"><a href="web/docs-assets/samples/resume.pdf"><img src="web/docs-assets/samples/resume.png" alt="Resume — Paper theme" /></a><br /><b><a href="skills/resume">Resume</a></b><br /><sub>Paper theme</sub></td>
98
+ <td width="25%" align="center"><a href="web/docs-assets/samples/one-pager.pdf"><img src="web/docs-assets/samples/one-pager.png" alt="One-Pager — Modern theme" /></a><br /><b><a href="skills/one-pager">One-Pager</a></b><br /><sub>Modern theme</sub></td>
99
+ <td width="25%" align="center"><a href="web/docs-assets/samples/cover-letter.pdf"><img src="web/docs-assets/samples/cover-letter.png" alt="Cover Letter — Paper theme" /></a><br /><b><a href="skills/cover-letter">Cover Letter</a></b><br /><sub>Paper theme</sub></td>
100
+ <td width="25%" align="center"><a href="web/docs-assets/samples/prd.pdf"><img src="web/docs-assets/samples/prd.png" alt="PRD — Technical theme" /></a><br /><b><a href="skills/prd-template">PRD</a></b><br /><sub>Technical theme</sub></td>
101
+ </tr>
102
+ <tr>
103
+ <td width="25%" align="center"><a href="web/docs-assets/samples/linkedin-profile.pdf"><img src="web/docs-assets/samples/linkedin-profile.png" alt="LinkedIn Profile — Modern theme" /></a><br /><b><a href="skills/linkedin-profile">LinkedIn</a></b><br /><sub>Modern theme</sub></td>
104
+ <td width="25%" align="center"><a href="web/docs-assets/samples/portfolio-page.pdf"><img src="web/docs-assets/samples/portfolio-page.png" alt="Portfolio — Paper theme" /></a><br /><b><a href="skills/portfolio-page">Portfolio</a></b><br /><sub>Paper theme</sub></td>
105
+ <td width="25%" align="center"><a href="web/docs-assets/samples/personal-bio.pdf"><img src="web/docs-assets/samples/personal-bio.png" alt="Personal Bio — Modern theme" /></a><br /><b><a href="skills/personal-bio">Bio</a></b><br /><sub>Modern theme</sub></td>
106
+ <td width="25%" align="center"><a href="web/docs-assets/samples/brand-onepager.pdf"><img src="web/docs-assets/samples/brand-onepager.png" alt="One-Pager tinted to a brand colour" /></a><br /><b><a href="skills/one-pager">Brand-tinted</a></b><br /><sub>your brand colour</sub></td>
107
+ </tr>
108
+ </table>
109
+
110
+ > Generate yours: run a skill in the [Playground](https://mohitagw15856.github.io/pm-claude-skills/), then **Download → PDF · Paper / Modern / Technical**. Add a `Brand color: #hex` line to your context and it tints to match (last tile). Personal documents live in the [`pm-personal`](#️-all-244-skills) bundle (résumé, cover letter, bio, LinkedIn, portfolio, one-pager).
111
+
112
+ ---
113
+
91
114
  ## 📄 One-page cheatsheet
92
115
 
93
116
  <details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-claude-skills",
3
- "version": "29.4.0",
3
+ "version": "29.4.2",
4
4
  "type": "module",
5
5
  "mcpName": "io.github.mohitagw15856/pm-claude-skills",
6
6
  "description": "244 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/",