typescript-guardian

Community

Enforce TypeScript strict mode compliance and safety.

Authord-oit
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces strict TypeScript usage, eliminates the any type where possible, and ensures type safety with strict linting standards.

Core Features & Use Cases

  • Strict mode compliance: ensures TS config enforces strict flags.
  • Any type elimination: replaces any with unknown or specific types.
  • Return type annotations: adds explicit return types for functions.

Quick Start

  1. Ensure your tsconfig.json has strict mode enabled.
  2. Run type checks and linting to locate and fix issues.
  3. Replace implicit any with precise types and guards.

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-guardian
Download link: https://github.com/d-oit/do-novelist-ai/archive/main.zip#typescript-guardian

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