TypeScript Strict Mode

Official

Enforce strict typings across the codebase.

Authorjhl-labs
Version1.0.0
Installs0

System Documentation

What problem does it solve?

TypeScript codebases often suffer from implicit any, incomplete type coverage, and risky null handling. This Skill provides a disciplined set of guidelines to ensure all code is explicitly typed, safer, and easier to maintain.

Core Features & Use Cases

  • Enforces explicit return types on all functions and explicit types on all variables and parameters.
  • Promotes safety through no-any policy, strict null checks, and robust type guards.
  • Use Case: during refactoring, ensures type correctness across modules and reduces runtime errors.

Quick Start

Enable TypeScript strict mode in tsconfig and begin annotating all new and existing code with explicit types.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: TypeScript Strict Mode
Download link: https://github.com/jhl-labs/sepilot_desktop/archive/main.zip#typescript-strict-mode

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.