feat: migrate all skills from Claude session: SKILL.md

This commit is contained in:
Zac Gaetano 2026-06-02 22:45:51 -04:00
parent 475bbc7fb4
commit 9b9ea756d2

View file

@ -0,0 +1,14 @@
---
name: test-driven-development
description: Use when implementing any feature or bugfix, before writing implementation code
---
# Test-Driven Development (TDD)
## Overview
Write the test first. Watch it fail. Write minimal code to pass.
**Core principle:** If you didn't watch the test fail, you don't know if it tests the right thing.
**Violating the letter of the rules is violating the spirit of the rules.**