enforcing-typescript-standards
Installation
SKILL.md
Enforcing TypeScript Standards
Enforces the project's core TypeScript standards including explicit typing, import organization, class member ordering, and code safety rules.
Triggers
Activate this skill when the user says or implies any of these:
- "write", "create", "implement", "add", "build" (new TypeScript code)
- "fix", "update", "change", "modify", "refactor" (existing TypeScript code)
- "review", "check", "improve", "clean up" (code quality)
- Any request involving
.tsor.tsxfiles
Specific triggers:
- Creating a new
.tsor.tsxfile - Modifying existing TypeScript code
- Reviewing TypeScript code for compliance