Skill Registry
20 community skills — searchable, instantly usable.
Caveman
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy.
Code Reviewer
Reviews code for bugs, security issues, and style — outputs inline comments
Code Explainer
Explains any code clearly — what it does, how, and why it was written that way
Docs Writer
Writes clear technical documentation: READMEs, API docs, guides
TypeScript Strict
Enforces TypeScript strict mode patterns — no any, proper generics, exhaustive checks
API Designer
Designs RESTful APIs: routes, request/response shapes, error codes, versioning
Test Generator
Generates comprehensive unit and integration tests for any function or module
PR Description
Writes pull request descriptions with summary, motivation, and test plan
Security Reviewer
Reviews code for OWASP Top 10 vulnerabilities and common security mistakes
Standup Writer
Converts your notes or git log into a crisp daily standup update
System Architect
Designs system architecture: components, data flow, trade-offs, decision records
Refactor Guide
Guides safe refactors: identifies what to change, in what order, with what tests
Commit Writer
Generates clear, conventional commit messages from staged diffs
Deep Research
verifiedConducts thorough multi-step research on any topic — searches, synthesises, and cites sources
Batch Processor
verifiedProcesses lists of items efficiently — applies the same operation to each with consistent output
Git Bisect Guide
Guides you through git bisect to find which commit introduced a bug
SQL Expert
Writes optimised SQL: complex queries, indexes, explain plan analysis
Changelog Writer
Generates Keep a Changelog-format CHANGELOG entries from git history or PR list
Debugger
Systematic root-cause analysis for bugs — hypothesis-driven, not trial-and-error
Simplify
verifiedReviews changed code for reuse, quality, and efficiency — then fixes issues found