Claude Skills
A pack of Claude Code skills — slash commands and workflow helpers I use across every project.

The problem
I use Claude Code on every codebase I touch. Over time I built up a collection of slash commands and workflows — things like /commit for clean conventional commits, /pr for opinionated pull requests, /check for pre-commit health, /dispatch for orchestrating parallel subagent work.
Once I'd written the same script three times across three projects, it was time to package them up.
What I built
A published Claude Code skill pack distributed through the Claude Code marketplace. The skills cover:
- Workflow automation — commits, PRs, code review checklists
- Multi-agent orchestration — coordinating parallel subagents for independent tasks
- Codebase health — pre-commit checks, build verification
- Context management — anchoring long sessions to prevent drift
Each skill is documented, versioned, and self-contained. The pack is installed once per machine and works across every project I open.
Outcome
Published to the Claude Code marketplace and actively used across all my own work — including the build of this very site. Open source for anyone else who wants to grab them.