typescript-guardian
CommunityEnforce 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
- Ensure your tsconfig.json has strict mode enabled.
- Run type checks and linting to locate and fix issues.
- Replace implicit any with precise types and guards.
Dependency Matrix
Required Modules
None requiredComponents
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.