skills
Reusable Claude Code skills collection
- Language
- Markdown
- Version
- 1.0.0
- License
- MIT
- Category
- Ecosystem
A curated collection of Claude Code skills distributed via skills.sh. Includes agent team patterns, multi-perspective code review, parallel hypothesis debugging, sub-agent orchestration, and macOS dotfiles management.
Features
01
team-solve — investigate and solve problems using specialist agent teams
02
orchestrate-subagents — coordinate complex multi-task work with sub-agents
03
multi-review — parallel code review from security, performance, and correctness lenses
04
competing-hypotheses — debug by investigating multiple theories in parallel
05
dotfiles-mac — create and manage macOS dotfiles with GNU Stow
06
Distributed via skills.sh — one-command install into any project
Install
Skills CLI
>_
$ npx skills add shhac/skills Usage
>_ Install into a project
$ npx skills add shhac/skills >_ Use team-solve for debugging
$ /team-solve investigate the auth timeout bug >_ Run multi-perspective review
$ /multi-review >_ Investigate competing hypotheses
$ /competing-hypotheses why are tests flaky on CI