Skip to content

Repository files navigation

Claude Code Skills

Custom skills for Claude Code, managed with GNU Stow.

Installation

From this directory, symlink a skill into ~/.claude/skills/:

stow -t ~ <skill>

For example:

stow -t ~ shellcheck

To install all skills:

for d in */; do stow -t ~ "$d"; done

Uninstallation

stow -t ~ -D <skill>

About

Custom claude skills

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors