auditBrutally honest codebase audit with parallel agents. Finds bugs, architectural rot, and dead weight.
1.5.0
2
commitAtomic commits with conventional format, grouped by architectural layer. GPG signs when available.
1.5.0
3
framesExtract video frames as images so Claude can analyze screen recordings, bug reproductions, and demos.
1.5.0
4
gifConvert screen recordings to compressed GIFs using ffmpeg two-pass palette method.
1.5.0
5
handoffSession quality gate for Claude Code. Health checks, resume points, and cross-machine continuity.
1.6.0
6
polishFull codebase sweep that scores every file 0-10 on polish potential and refines files scoring 5+.
1.5.0
7
qmdReference repo manager. Clone GitHub repos, index with QMD, search with BM25/vector/hybrid, manage embeddings and models. All on-device.
1.7.0
8
teamsOrchestrate teams of Claude Code sessions working in parallel. Decomposes work, spawns teammates, assigns tasks with file ownership, and coordinates execution.
1.4.0
9
techdebtLightweight end-of-session tech debt sweep. Finds duplicated code, dead exports, unused deps, stale TODOs, and bloated files.