Typescript Standards
Installation
SKILL.md
TypeScript Standards
Core Rule: Detect and use the project's package manager. Write self-documenting TypeScript with explicit types on exports.
When to use this skill
- When installing packages or running scripts in a TypeScript project
- When writing or modifying TypeScript code
- When adding type annotations or organizing imports in a TypeScript project
- When writing tests or running code quality tools in a TypeScript project
Package Manager Detection
CRITICAL: Always detect and use the project's existing package manager. NEVER mix package managers.