A collection of Claude Code skills, packaged as a plugin.
| Skill | Description |
|---|---|
| copywriting | Persuasive copy for SaaS landing pages, emails, ads, and sales pages — headlines, CTAs, product descriptions, and marketing copy that drives action. |
| pm-career-coach | PM career coach for resume reviews, career direction, and transitions into PM. Frameworks from Shreyas Doshi, Lenny Rachitsky, Jackie Bavaro, Ken Norton, Aakash Gupta, and Sachin Rekhi. |
| pm-career-interview | PM interview drill partner. ~500 questions (behavioral, product design, strategy, metrics, technical, leadership) from Aakash Gupta's cheat sheets, with CIRCLES / AARM / DIGS / Fermi frameworks and worked examples. |
| product-management | Product management skill for reviewing PRDs, specs, feature planning, and prioritization — inspired by Eno Reyes (co-founder of FactoryAI), who demoed his PM skill in this video on the Behind the Craft channel by Peter Yang. |
Option A — install as a plugin (all skills at once):
# From the Claude Code prompt
/plugin install <path-to-this-repo>Option B — copy a single skill:
Personal (all projects):
cp -r skills/pm-career-interview ~/.claude/skills/pm-career-interviewProject-scoped (shared with team via git):
cp -r skills/pm-career-interview .claude/skills/pm-career-interviewClaude Code discovers skills automatically from both locations — no plugin installation needed if you prefer the copy approach.
Each skill follows this convention:
<skill-name>/
├── SKILL.md # The skill file (required). YAML frontmatter with name and description, followed by skill content.
├── templates/ # Supporting templates and reference docs (optional)
└── examples/ # Real-world configuration examples (optional)
- Create a subfolder under
skills/named after your skill - Add a
SKILL.mdwith frontmatter:nameanddescription - Add supporting files (templates, examples) as needed
- Add your skill to the table above
- Open a PR
MIT