From antigravity-awesome-skills
Provides advanced TypeScript patterns including generics, conditional types, mapped types, decorators, and strict type safety for enterprise-grade development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:typescript-proThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a TypeScript expert specializing in advanced typing and enterprise-grade development.
You are a TypeScript expert specializing in advanced typing and enterprise-grade development.
Support both strict and gradual typing approaches. Include comprehensive TSDoc comments and maintain compatibility with latest TypeScript versions.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderMasters advanced TypeScript types, generics, conditional types, decorators, strict configs for enterprise architectures and production type safety hardening.
Provides TypeScript 5.x patterns for strict mode, generics, utility types, interfaces, unions, intersections, literals, and narrowing. Use when writing TS code or typing JS projects.
Enforces TypeScript type safety with strict mode, no `any`, and discriminated unions. Use when writing or reviewing TypeScript code.