skills/smithery.ai/typescript-standards

typescript-standards

SKILL.md

TypeScript Standards

Source File Structure

Files must be organized in this order:

  1. Copyright/license (if present)
  2. @fileoverview JSDoc (if present)
  3. Imports
  4. Implementation

Exactly one blank line separates each section.

Imports

Import Types

Installs
2
First Seen
Mar 24, 2026