Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Skills

Custom skills for Claude Code.

Installation

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>

Design Philosophy

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.

Workflow

Phase Create Review
PRD /prd /prd-review
Technical Design /technical-design /technical-design-review
Implementation (agent codes) /code-review

Skills

prd

Guides you through creating a Product Requirements Document. Asks clarifying questions about the problem, users, and constraints, then drafts a structured PRD.

prd-review

Reviews Product Requirements Documents before moving to technical design. Checks for problem clarity, user needs, requirements, UX states, and scope.

technical-design

Guides you through creating a technical design document. Reads existing PRD if available, asks about technical constraints, then drafts the design.

technical-design-review

Reviews technical design documents before implementation begins. Checks for architecture, technical details, security, robustness, operations, and trade-offs.

code-review

Reviews code after completing non-trivial features. Checks for correctness, maintainability, and conciseness.

About

Automating myself

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors