ta-validation-typescript
SKILL.md
TypeScript Patterns Skill
"Strong types catch bugs at compile time – not at runtime."
When to Use This Skill
Use when:
- Defining component props
- Creating game state interfaces
- Writing utility functions
- Handling events and callbacks