typescript-best-practices
Installation
SKILL.md
TypeScript Best Practices
Enforce project-wide TypeScript standards and conventions.
When to Use
DO USE when:
- Writing any new TypeScript code
- Creating or modifying Vue components
- Defining new types or interfaces
- Creating composables or utilities
- Reviewing code for TypeScript compliance
- Refactoring JavaScript to TypeScript
- Questions about type definitions
- Type organization and structure