Agent Skills by Kevin Cook
Showing 19 vetted skills indexed across 1 GitHub repositories.
design
Generate design documents from feature board specifications and codebase exploration.
audit-deps
Audit project dependencies for vulnerabilities, outdated versions, and unused packages.
board-status
Display pipeline status, lane counts, and tags for active boards in a monorepo.
implement-design
Convert design documents into code using Sonnet agents.
extract-patterns
Identify reusable code patterns and generate pattern files with indexes.
update-documentation
Update project documentation after code changes by classifying changes and removing stale references.
scope
Create kanban board files from interactive project scoping conversations.
refactor-fix
Automates implementation of refactoring findings from a report, with testing and report updates.
board-park
Append user-provided ideas to a Kanban board's Backlog lane in BOARD.md.
refactor-plan
Analyze code to identify and prioritize refactoring opportunities.
create-skill
Guide interactive creation of Claude Code skills with predefined templates.
review
Facilitate interactive acceptance testing sessions and triage findings into board items.
e2e-test-design
Design end-to-end test suites by analyzing codebases and failure scenarios.
write-documentation
Detect documentation gaps and create matching documentation from codebase structure.
project-status
Run build and test commands and report results in a table.
refactor-validate
Validate refactor reports, run tests, and archive completed reports.
refactor
Orchestrate plan, fix, and validate phases for codebase refactors.
design-principles
Enforce and document Ports & Adapters, Single Source of Truth, and Generated Contracts principles.
implementation-principles
Enforce fail-fast, single-source-of-truth, ports & adapters, and generated contracts coding principles.