·typescript

Best practices and guidelines for TypeScript (2025-2026 Edition), focusing on TS 5.x+, modern type safety, and performance.

0Installs·0Trend·@toilahuongg

Installation

$npx skills add https://github.com/toilahuongg/google-antigravity-kit --skill typescript

SKILL.md

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).

unknown over any Never use any unless absolutely necessary (e.g., migrating legacy code). Use unknown and narrow the type safely.

satisfies Operator (TS 4.9+) Use satisfies to validate a value matches a type without widening the type (preserving inference).

Best practices and guidelines for TypeScript (2025-2026 Edition), focusing on TS 5.x+, modern type safety, and performance. Source: toilahuongg/google-antigravity-kit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/toilahuongg/google-antigravity-kit --skill typescript
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is typescript?

Best practices and guidelines for TypeScript (2025-2026 Edition), focusing on TS 5.x+, modern type safety, and performance. Source: toilahuongg/google-antigravity-kit.

How do I install typescript?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/toilahuongg/google-antigravity-kit --skill typescript Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/toilahuongg/google-antigravity-kit