Pm User Story Writer banner
aakashg aakashg

Pm User Story Writer

Documentation community Intermediate

Description

[](https://github.com/aakashg/pm-claude-skills/stargazers) [](LICENSE)

Installation

Terminal
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/

...