genesis-tools:typescript-error-fixer

Resolve TypeScript compilation errors and eliminate 'any' types via a four-phase workflow.

7|2|Updated Apr 16, 2025
One-click install
npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-typescript-error-fixer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genesis-tools:typescript-error-fixer
Source: https://github.com/genesiscz/GenesisTools/tree/main/plugins/genesis-tools/skills/typescript-error-fixer
Command: npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-typescript-error-fixer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill systematically resolves TypeScript compilation errors and enforces strict type safety by eliminating the use of any types across a codebase.

Core Features & Use Cases

  • Automated Error Detection: Parses TypeScript compiler output to identify and categorize errors.
  • Intelligent Fix Planning: Analyzes dependencies and prioritizes fixes for maximum impact.
  • Subagent-driven Resolution: Deploys specialized agents to fix errors file by file, ensuring proper type definitions.
  • Zero Tolerance for any: Enforces strict typing by researching and applying correct types instead of using any.
  • Use Case: When your TypeScript build fails due to numerous type errors, this Skill will diagnose, plan, and execute fixes, ensuring a clean and type-safe codebase.

Quick Start

Use the genesis-tools:typescript-error-fixer skill to fix all TypeScript compilation errors in the current project.

Frequently Asked Questions about genesis-tools:typescript-error-fixer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix TypeScript compilation errors automatically?

To fix TypeScript compilation errors automatically, this Skill parses the compiler output, analyzes dependencies to prioritize fixes, and deploys subagents to resolve type mismatches file by file for a clean codebase.

What is the best way to eliminate 'any' types from a TypeScript codebase?

The best way to eliminate 'any' types is using a strict type safety workflow that researches and applies correct type definitions, enforcing a zero-tolerance policy against 'any' during automated refactoring.

How does the subagent deployment workflow resolve type mismatches?

The subagent deployment workflow resolves type mismatches through a four-phase process: discovery, planning, subagent-driven resolution file by file, and final verification to ensure strict typing.

Can I use this to audit an existing codebase for type safety?

Yes, you can use this Skill to audit an existing codebase for type safety by running its discovery phase to detect type mismatches and identify areas requiring strict type enforcement.

What should I do if my TypeScript build fails due to numerous type errors?

If your TypeScript build fails due to numerous type errors, this Skill diagnoses the compiler output, plans an impact-prioritized fix strategy, and executes resolutions to ensure a clean build.

Does this Skill enforce strict typing for all TypeScript files?

Yes, this Skill enforces strict typing for all TypeScript files by applying a zero-tolerance policy against 'any' types, ensuring proper type definitions are implemented during the verification phase.