Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills

Reusable Claude Code skills, installable globally or per-project.

Install

Clone once, then install any skill into your global Claude skills directory:

git clone https://github.com/<your-user>/skills.git ~/.skills
cd ~/.skills
./install.sh code-style          # one skill, globally (~/.claude/skills)
./install.sh --all               # every skill, globally
./install.sh --list              # show what's available

Install into a specific project instead of globally:

./install.sh code-style --project ~/work/my-app
./install.sh --all --project                 # uses current directory

Installs default to symlinks, so edits to a skill in this repo are picked up immediately wherever it's installed. Use --copy if you need a portable snapshot or are crossing filesystems.

Run ./install.sh --help for the full option list.

Available skills

Skill Description
code-style Code style conventions: function/file size, naming, types, tests, comments, formatting, logging.

Creating a new skill

  1. mkdir my-skill
  2. Add my-skill/SKILL.md:
    ---
    name: my-skill
    description: Specific trigger describing when the model should invoke this skill.
    ---
    
    Skill instructions here.
  3. Add a row to the table above and commit.

See CLAUDE.md for repo-internal conventions.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages