typescript

Installation
SKILL.md

TypeScript Skill (2025-2026 Edition)

This skill outlines the latest best practices for writing robust, performant, and type-safe TypeScript code, aligned with the 2025-2026 ecosystem (TypeScript 5.x and beyond).

๐Ÿš€ Key Trends & Features (2025/2026)

  • Native Speed: The transition to a Go-based compiler (native port) is underway (TS 7+), promising massive performance gains.
  • Default Strictness: Modern projects treat strict: true as the absolute baseline.
  • Framework First: TS is now deeply integrated into frameworks (Next.js, Remix, NestJS) rather than an add-on.

๐Ÿ› ๏ธ Configuration Best Practices (tsconfig.json)

Use strict defaults to prevent bugs before they happen.

{
  "compilerOptions": {
    /* Type Safety */
    "strict": true,
Related skills

More from toilahuongg/shopify-agents-kit

Installs
6
GitHub Stars
9
First Seen
Mar 3, 2026