ts-general-practices
Installation
SKILL.md
TypeScript General Practices
Framework-independent TypeScript rules. Read the relevant atomic card in references/ before
applying a convention.
When to Apply
- Write or review TypeScript in an application, package, or monorepo.
- Refactor type safety, imports, generics, or unknown-data boundaries.
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | TypeScript type safety | HIGH | ts- |