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

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

brainstorm — propose competing solutions with peer review and a trade-off matrix

06

improve-code-structure — refactor for clarity, decompose files/functions, sweep dead code

07

repeat-until-settled — run any skill in a loop until output settles, with cycle and stall handling

08

sync-fork — bring a forked repo in line with upstream and clean up landed branches

09

restack — manage stacked branches without external tooling, inferring the graph from git history

10

ask-me-about — interview-driven mental-model extraction via targeted questioning

11

image-to-svg — high-quality raster-to-SVG recreation via parallel agents and render-compare iteration

12

quotespeak — pop-culture-quote substitution mode with 1000+ tagged-bank entries

13

dotfiles-mac — create and manage macOS dotfiles with GNU Stow

14

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