·test-driven-development
</>

test-driven-development

yanko-belov/code-craft

Use when implementing any new feature or function. Use when asked to "add tests later". Use when writing code before tests.

15Installs·0Trend·@yanko-belov

Installation

$npx skills add https://github.com/yanko-belov/code-craft --skill test-driven-development

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.

View raw

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
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