·test-driven-development
</>

test-driven-development

yanko-belov/code-craft

Úselo al implementar cualquier característica o función nueva. Úselo cuando se le solicite "agregar pruebas más tarde". Úselo al escribir código antes de las pruebas.

15Instalaciones·0Tendencia·@yanko-belov

Instalación

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

Úselo al implementar cualquier característica o función nueva. Úselo cuando se le solicite "agregar pruebas más tarde". Úselo al escribir código antes de las pruebas. Fuente: yanko-belov/code-craft.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/yanko-belov/code-craft --skill test-driven-development
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-12
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es test-driven-development?

Úselo al implementar cualquier característica o función nueva. Úselo cuando se le solicite "agregar pruebas más tarde". Úselo al escribir código antes de las pruebas. Fuente: yanko-belov/code-craft.

¿Cómo instalo test-driven-development?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/yanko-belov/code-craft --skill test-driven-development Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

https://github.com/yanko-belov/code-craft