typescript-strict

Enforce TypeScript strict mode and type-safe patterns in code.

1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Doyajin174/myskills --skill typescript-strict-doyajin174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-strict
Source: https://github.com/Doyajin174/myskills/tree/main/.public/skills/typescript-strict
Command: npx skills add https://github.com/Doyajin174/myskills --skill typescript-strict-doyajin174

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces TypeScript strict mode and type-safe patterns, promoting robust type usage and preventing untyped code paths.

Core Features & Use Cases

  • Strict mode enforcement: Enable strict in tsconfig and ensure noImplicitAny.
  • Type guards & generics: Promote safe type guards and generics usage.
  • Null safety: Emphasize strict null checks and robust handling.

Quick Start

Enable strict mode in tsconfig and add a type guard for a fragile API response.