Loading...
Loading...
This skill should be used when the user asks to "optimize TypeScript performance", "speed up tsc compilation", "configure tsconfig.json", "fix type errors", "improve async patterns", or encounters TS errors (TS2322, TS2339, "is not assignable to"). Also triggers on .ts, .tsx, .d.ts file work involving type definitions, module organization, or memory management. Does NOT cover TypeScript basics, framework-specific patterns, or testing.
npx skill4agent add pproenca/dot-skills typescript| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Type System Performance | CRITICAL | |
| 2 | Compiler Configuration | CRITICAL | |
| 3 | Async Patterns | HIGH | |
| 4 | Module Organization | HIGH | |
| 5 | Type Safety Patterns | MEDIUM-HIGH | |
| 6 | Memory Management | MEDIUM | |
| 7 | Runtime Optimization | LOW-MEDIUM | |
| 8 | Advanced Patterns | LOW | |