Skip to content

gsarig/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

skills

A collection of reusable Claude Code skills. These are skills I use in my own workflow that I think are generic enough to be useful beyond my specific setup.

What are skills?

Skills are SKILL.md files that teach Claude Code how to handle specific tasks. Drop one into your ~/.claude/skills/<name>/ directory and Claude will pick it up automatically.

Skills

Skill Description
code-review Review a PR, diff file, or staged changes; run the project linter; report issues by severity
grill-me Stress-test a plan or design through a structured interview, one decision at a time. Inspired by Matt Pocock
writing-skills Guide the creation or update of a SKILL.md file with the right structure and fields. Read the backstory

Installation

Each skill has its own README with installation instructions. The general pattern:

mkdir -p ~/.claude/skills/<skill-name>
cp skills/<skill-name>/SKILL.md ~/.claude/skills/<skill-name>/SKILL.md

License

MIT

About

A collection of reusable Claude Code skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages