Agent Skills by Cameron Unterberger
Showing 21 vetted skills indexed across 1 GitHub repositories.
test-design-reviewer
Review test suites for quality, coverage, and bug-catching efficacy using a weighted scoring rubric.
caveman-help
Displays a quick-reference card of caveman modes, skills, and deactivation triggers.
comments
Audit and rewrite source code comments using Ousterhout's design principles.
evolutionary-spike
Runs parallel throwaway prototype spikes to resolve design and feasibility questions empirically.
to-tasks
Breaks plans and specs into independently implementable vertical-slice tasks.
technical-writing
Reviews and rewrites technical documentation using Diátaxis, Google style, STE, and Global English rules.
caveman-review
Generates one-line code review comments with location, severity, problem, and fix.
handoff
Generates a portable markdown handoff document for transferring work between sessions or agents.
ubiquitous-language
Extract domain terminology from conversations into a canonical CONTEXT.md glossary.
domain-model
Validates plans against project domain language and updates CONTEXT.md and ADRs inline.
to-spec
Guides collaborative specification writing through codebase analysis, discovery interviews, and red-team refinement.
user-doc-audit
Audit and rewrite entry documentation by verifying every claim against source code.
skill-creator
Create, validate, and package Claude skill directories with SKILL.md frontmatter.
harden
Runs an iterative multi-phase quality loop that refines code changes until convergence.
code-reviewer
Reviews local git changes or remote GitHub Pull Requests for correctness, maintainability, and security.
commit
Formats Conventional Commit messages and stages files atomically for git commits.
simplify
Reviews changed code for reuse, quality, and efficiency, then fixes findings.
caveman
Compresses AI responses into terse caveman-style prose while preserving technical accuracy.
caveman-commit
Generates terse Conventional Commits messages from staged changes without committing.
tdd
Guides test-first feature development and bug fixes using the red-green-refactor loop.
grill-me
Interviews the user with sequential questions to stress-test plans and designs.