Skip to content

no-session/claude-code-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

A collection of skills for Claude Code.

Skills

Skill Description
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 )

Usage

For all your projects (personal):

# Copy a skill folder into your personal skills directory
cp -r product-management ~/.claude/skills/product-management

For a specific project (shared with team via git):

# Copy into the project's .claude/skills directory
cp -r product-management .claude/skills/product-management

Claude Code discovers skills automatically from both locations — no plugin installation needed. Customize the templates and configuration to match your team's workflow.

Skill Structure

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)

Contributing

  1. Create a subfolder named after your skill
  2. Add a SKILL.md with frontmatter: name and description
  3. Add supporting files (templates, examples) as needed
  4. Add your skill to the table above
  5. Open a PR

License

MIT

About

A collection of skills for Claude Code — reusable prompt-driven workflows you can add to your projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors