typescript-expert
Installation
SKILL.md
AI-consumed reference. Optimized for Claude to read during execution. Human-readable explanation: see docs/architecture/HIERARCHICAL_PLANNING.md or docs/getting-started/ depending on topic.
TypeScript Expert — Gotchas & Decisions
Use Context7 for TypeScript docs.
Strict Config (Always Enable)
{ "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true }