Pm User Story Writer
Description
[](https://github.com/aakashg/pm-claude-skills/stargazers) [](LICENSE)
Installation
claude install-skill https://github.com/aakashg/pm-claude-skills README
PM Claude Skills
[](https://github.com/aakashg/pm-claude-skills/stargazers) [](LICENSE)
5 production-ready Claude Code skills for product managers. Drop them in `.claude/skills/` and they work immediately.
Each skill triggers on natural language. Say "write a LinkedIn post" or "validate this idea" and Claude follows the playbook.
**All 5 skills are fully functional. I wrote a deep dive breaking down 6 additional skills: the reasoning behind each one, how I built them, and what makes them work.**
**[Read the full skill breakdown →](https://www.news.aakashg.com/p/steal-6-of-my-claude-skills)**
The Skills
| # | Skill | Trigger | What It Does |
|---|---|---|---|
| 1 | LinkedIn Post Writer | "write a LinkedIn post" | Turns rough ideas into structured, high-performing LinkedIn posts |
| 2 | Idea Validator | "validate this idea" | Stress-tests product ideas across 5 dimensions before you invest time |
| 3 | Prompt Engineer | "improve this prompt" | Diagnoses and upgrades prompts using proven techniques |
| 4 | Product Designer | "review this design" | Reviews designs for clarity, consistency, and UX issues |
| 5 | Status Update Writer | "write a status update" | Converts messy notes into precise stakeholder updates |
Setup
**Option 1: One-liner install (all skills)**
git clone https://github.com/aakashg/pm-claude-skills.git /tmp/pm-claude-skills && \
mkdir -p .claude/skills && \
cp -r /tmp/pm-claude-skills/skills/* .claude/skills/
**Option 2: Cherry-pick individual skills**
mkdir -p .claude/skills
# Copy just the ones you want
cp -r /tmp/pm-claude-skills/skills/linkedin-post-writer .claude/skills/
cp -r /tmp/pm-claude-skills/skills/idea-validator .claude/skills/
...
Related Skills
Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community