Armory
Source
Browse
Skills

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install test-driven-development --cli claude

writes the skill into.claude/skills/test-driven-development/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/test-driven-development/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when implementing any feature or bugfix, before writing implementation code

When to use it

Use when implementing any feature or bugfix, before writing implementation code

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/test-driven-development/SKILL.md -o .claude/skills/test-driven-development/SKILL.md

Notes

Extracted from davila7/claude-code-templates, test-driven-development category.