Total Skills
3
Skills published by buchananwill with real stars/downloads and source-aware metadata.
Total Skills
3
Total Stars
3
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
general-correctness
1
implementation-loop
1
tdd-implementation-loop
1
Use when reviewing any codebase for logic errors, spec compliance, boundary conditions, and test coverage gaps. Universal correctness truths independent of language or framework.
Use when an agent must write code and verify it compiles. Defines the read-modify-build-iterate cycle and the completion rule that the last action before finishing must be a successful build.
Use when an agent must write code via test-driven development. Defines the types-stubs-red-green-refactor cycle with build verification. The last action before finishing must be a successful build with all tests passing.