skills

Reusable Claude Code skills collection

Markdown v1.0.0 MIT
View on GitHub

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

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

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

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