Agent skill

lang-typescript

TypeScript language patterns and type safety rules. Extends core-coding-standards with TypeScript-specific rules. Use when writing TypeScript code.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/lang-typescript

SKILL.md

Principles

  • Enable strict mode — no implicit any, strict null checks
  • Prefer discriminated unions over type assertions
  • Use unknown over any — narrow with type guards

Rules

See rules/ for detailed patterns.

Didn't find tool you were looking for?

Be as detailed as possible for better results