Claude
Skills
Sign in
Back

typescript

Included with Lifetime
$97 forever

You MUST activate this skill when working on TypeScript or JavaScript projects

General

What this skill does


# TypeScript

- Prefer TypeScript over JavaScript. Strict mode always
- Avoid `any` (use `unknown`), prefer discriminated unions over enums, `readonly` for immutables
- Const by default, async/await over promise chains, optional chaining and nullish coalescing
- Never hardcode styles - use theme/config
Files: 1
Size: 0.4 KB
Complexity: 3/100
Category: General

Related in General