Custom skills for Claude Code.
Share this repo with Claude and ask it to install the skills you want.
Or install manually at different scopes:
Personal (all your projects):
ln -s /path/to/this/repo/<skill-name> ~/.claude/skills/<skill-name>Project (single project):
ln -s /path/to/this/repo/<skill-name> /your/project/.claude/skills/<skill-name>These skills are intentionally open-ended. Rather than providing exhaustive checklists, they outline key areas to consider and trust the agent's judgment to determine what's relevant. This avoids forced, irrelevant feedback and produces more useful output.
| Phase | Create | Review |
|---|---|---|
| PRD | /prd |
/prd-review |
| Technical Design | /technical-design |
/technical-design-review |
| Implementation | (agent codes) | /code-review |
Guides you through creating a Product Requirements Document. Asks clarifying questions about the problem, users, and constraints, then drafts a structured PRD.
Reviews Product Requirements Documents before moving to technical design. Checks for problem clarity, user needs, requirements, UX states, and scope.
Guides you through creating a technical design document. Reads existing PRD if available, asks about technical constraints, then drafts the design.
Reviews technical design documents before implementation begins. Checks for architecture, technical details, security, robustness, operations, and trade-offs.
Reviews code after completing non-trivial features. Checks for correctness, maintainability, and conciseness.