This enforces strict TDD discipline: red, green, refactor, in that order, every time. It won't let you write production code without a failing test first. If you already wrote the code, it tells you to delete it and start over. The cycle is rigid but the guidance is practical: test one behavior at a time, write the minimum code to pass, refactor only when green. It includes a table of anti-patterns like test-after and gold-plating, plus a list of common rationalizations and why they're wrong. Use this when you want guardrails against skipping steps or when you're teaching TDD and need something more prescriptive than a style guide.
npx -y skills add codeaholicguy/ai-devkit --skill tdd --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot