test-driven-development
How to Install
Claude Code:
git clone --depth 1 https://github.com/addyosmani/agent-skills.git && cp agent-skills/skills/SKILL.md ~/.claude/skills/SKILL.mdCursor:
Copy the SKILL.md content into your .cursorrules fileWrite a failing test before writing the code that makes it pass. For bug fixes, reproduce the bug with a test before attempting a fix. Tests are proof — "seems right" is not done. A codebase with...
Details
| Category | Coding → generation |
| Source | https://github.com/addyosmani/agent-skills/tree/main/skills/test-driven-development/SKILL.md |
| Stars | ★ 61.1K |
| Risk Level | Safe |
Related Skills
test-driven-development
# Test-Driven Development
## Overview
Write a failing test before writing the code that makes it p
test-driven-development
# Test-Driven Development (TDD)
## Overview
Write the test first. Watch it fail. Write minimal cod
incremental-implementation
# Incremental Implementation
## Overview
Build in thin vertical slices — implement one piece, test
n8n-code-tool
# n8n Custom Code Tool
Expert guidance for writing code inside `@n8n/n8n-nodes-langchain.toolCode`