design-patterns
Installation
SKILL.md
Design Patterns for TypeScript
Guidance for selecting and implementing design patterns in TypeScript/Bun projects.
When to Use This Skill
Use this skill when:
- Choosing a design pattern to solve a structural or behavioral problem
- Implementing a known pattern in TypeScript
- Evaluating whether an existing pattern is the right fit
- Refactoring toward a well-known pattern