skills
Reusable Claude Code skills collection
- Language
- Markdown
- Version
- 1.0.0
- License
- MIT
- Category
- Ecosystem
A curated collection of 13 Claude Code skills distributed via skills.sh. Spans agent team patterns, multi-perspective code review, parallel hypothesis debugging, sub-agent orchestration, structured refactoring, raster-to-SVG conversion, fork syncing, branch restacking, and more.
Features
team-solve — investigate and solve problems using specialist agent teams
orchestrate-subagents — coordinate complex multi-task work with sub-agents
multi-review — parallel code review from security, performance, and correctness lenses
competing-hypotheses — debug by investigating multiple theories in parallel
brainstorm — propose competing solutions with peer review and a trade-off matrix
improve-code-structure — refactor for clarity, decompose files/functions, sweep dead code
repeat-until-settled — run any skill in a loop until output settles, with cycle and stall handling
sync-fork — bring a forked repo in line with upstream and clean up landed branches
restack — manage stacked branches without external tooling, inferring the graph from git history
ask-me-about — interview-driven mental-model extraction via targeted questioning
image-to-svg — high-quality raster-to-SVG recreation via parallel agents and render-compare iteration
quotespeak — pop-culture-quote substitution mode with 1000+ tagged-bank entries
dotfiles-mac — create and manage macOS dotfiles with GNU Stow
Distributed via skills.sh — one-command install into any project
Install
Skills CLI
$ npx skills add shhac/skills Usage
$ npx skills add shhac/skills $ /team-solve investigate the auth timeout bug $ /multi-review $ /competing-hypotheses why are tests flaky on CI