test-driven-development
✓Use when implementing any new feature or function. Use when asked to "add tests later". Use when writing code before tests.
Installation
SKILL.md
Write the test first. Watch it fail. Then write the code.
TDD is not about testing - it's about design. Writing tests first forces you to think about the interface before the implementation.
If you're about to write implementation without a test, STOP:
Use when implementing any new feature or function. Use when asked to "add tests later". Use when writing code before tests. Source: yanko-belov/code-craft.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yanko-belov/code-craft --skill test-driven-development- Source
- yanko-belov/code-craft
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is test-driven-development?
Use when implementing any new feature or function. Use when asked to "add tests later". Use when writing code before tests. Source: yanko-belov/code-craft.
How do I install test-driven-development?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yanko-belov/code-craft --skill test-driven-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yanko-belov/code-craft
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12