Pm Prd Writer
Description
[](https://github.com/aakashg/pm-claude-skills/stargazers) [](LICENSE)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for aakashg/pm-claude-skills, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
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
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation