~/.claude/skills/. Installation means cloning the repository and making the skills available in that directory — either as individual symlinks or as the entire directory.
Prerequisites
- Claude Code installed and working
gitavailable on your PATH
Install
Clone the repository
Clone the
claude-skills repo to a permanent location on your machine. Choose a path you won’t move, since symlinks will point to it.Choose an installation option
You have two options depending on how many skills you want.
- Option A: Individual skills
- Option B: Entire library
Symlink only the skills you want. This keeps your Repeat for each skill you want. The available skill names match the directory names in the repository.
~/.claude/skills/ directory tidy if you already have other skills installed.Verify the installation
Open a new Claude Code session and type any skill’s slash command — for example
/deep-research. If Claude loads the skill context and begins the workflow, the installation succeeded.If the slash command is not recognised, confirm that the symlink target exists and points to a directory containing a
SKILL.md file.