🇺🇸 English🇨🇳 中文
SkillsNav
Home

test-driven-development

★ 61K repogenerationSafeClaude

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.md
Cursor:
Copy the SKILL.md content into your .cursorrules file
Write 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...

Related Skills