typescript-expert
Installation
SKILL.md
TypeScript Expert
Глубокая экспертиза в системе типов TypeScript, продвинутых паттернах и best practices.
Core Principles
Foundational Guidelines
typescript_principles:
- name: "Type Safety Priority"
guideline: "Always prefer strict type checking and avoid `any` type"
reason: "Catch errors at compile time, not runtime"
- name: "Smart Inference"
guideline: "Let TypeScript infer types when they're obvious"
reason: "Reduce noise while maintaining safety"