typescript

Apply 42 TypeScript optimization rules across 8 categories for faster compilation and safer typing.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/decebal/decebal-claude-skills --skill typescript-decebal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript
Source: https://github.com/decebal/decebal-claude-skills/tree/main/skills/typescript
Command: npx skills add https://github.com/decebal/decebal-claude-skills --skill typescript-decebal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

TypeScript projects often suffer from performance and type-safety gaps as they scale; this skill consolidates optimization patterns and best practices into an actionable guide for large codebases.

Core Features & Use Cases

  • 42 rules across 8 categories to guide refactoring, optimization, and safe typing.
  • Real-world scenarios including tsconfig tuning, type-safety patterns, and module best practices.
  • Use cases for large codebases in professional settings.

Quick Start

Run a project audit and apply the top-priority TS performance rules to your codebase.

Frequently Asked Questions about typescript

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

FAQPage Schema
How do I optimize TypeScript compilation performance in a large codebase?

Optimize TypeScript compilation by applying proven performance rules and tsconfig tuning. This involves auditing 42 optimization patterns across 8 categories to refactor inefficient modules and enforce faster, safer builds.

What's the best way to improve type-safety in TypeScript monorepos?

Improve type-safety in TypeScript monorepos by applying targeted type-safety patterns and module best practices. This approach uses predefined rules to enforce safer typing across large codebases without sacrificing build performance.

Why does TypeScript compilation slow down as my project scales?

TypeScript compilation slows down as projects scale due to performance and type-safety gaps. Consolidating optimization patterns and applying tsconfig tuning resolves these inefficiencies for large codebases.

Can I use this approach to refactor TypeScript projects for faster builds?

Yes, you can refactor TypeScript projects for faster builds by running a project audit. This applies top-priority performance rules and module optimization techniques to address specific bottlenecks in large codebases.

Does this method work for tuning tsconfig settings in professional settings?

Yes, tuning tsconfig settings is a core use case for this method. It applies real-world tsconfig optimization scenarios to enforce safety checks and efficient builds specifically for large codebases in professional settings.