Agent Skills by grad13
Showing 16 vetted skills indexed across 1 GitHub repositories.
spec-to-tests
Generate test cases from specification documents for missing and partial coverage.
distribute-handoff
Compile project status, decisions, and requests into a structured markdown handoff document.
evaluate-plan
Score plan documents on a 100-point scale across ten categories and update them to address deficiencies.
update-plans
Update plan files by analyzing code and tests with parallel sub-agents.
update-reference
Synchronizes reference documents with code, tests, and documentation via type-specific update rules.
setup-dirs
Initialize and synchronize project directory structures with CLAUDE.md files.
check-handoff
Compare handoff documents against a central README.md to identify new, updated, and missing entries.
tests-to-code
Validates and synchronizes code with tests using static analysis and execution diagnostics.
tests-to-spec
Synchronize TypeScript test files with specification files by classifying discrepancies into cases A-E.
code-to-spec
Generate spec-v2.1 specification documents from source code with coverage analysis.
refactor-tests
Analyze test files for refactoring candidates and detect large or mixed-responsibility tests.
spec-to-code
Compare spec files against code logic, contracts, state, and side effects.
refactor-spec
Analyze spec files for internal quality issues and refactoring recommendations.
refactor-code
Analyze code directories to identify refactoring candidates by size and responsibility.
code-to-tests
Analyze code and generate missing unit tests for public interfaces.
make-plan
Generate structured project plan documents with phased research and refinement.