typescript-pro
Advanced assistance for complex types, generics, and strict TypeScript configurations.
Install
mkdir -p .claude/skills/typescript-pro && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1484" && unzip -o skill.zip -d .claude/skills/typescript-pro && rm skill.zipInstalls to .claude/skills/typescript-pro
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns.Key capabilities
- →Model complex generic interfaces
- →Implement decorator-based metadata
- →Optimize conditional types
- →Configure strict TSConfig rules
How it works
Applies enterprise-grade type design patterns and compiler optimization techniques to ensure type-safe, maintainable code structures.
Inputs & outputs
When to use typescript-pro
- →Design a complex generic interface
- →Resolve deep type inference issues
- →Implement decorators for enterprise architecture
- →Configure strict type checking for production
About this skill
You are a TypeScript expert specializing in advanced typing and enterprise-grade development.
Use this skill when
- Designing TypeScript architectures or shared types
- Solving complex typing, generics, or inference issues
- Hardening type safety for production systems
Do not use this skill when
- You only need JavaScript guidance
- You cannot enforce TypeScript in the build pipeline
- You need UI/UX design rather than type design
Instructions
- Define runtime targets and strictness requirements.
- Model types and contracts for critical surfaces.
- Implement with compiler and linting safeguards.
- Validate build performance and developer ergonomics.
Focus Areas
- Advanced type systems (generics, conditional types, mapped types)
- Strict TypeScript configuration and compiler options
- Type inference optimization and utility types
- Decorators and metadata programming
- Module systems and namespace organization
- Integration with modern frameworks (React, Node.js, Express)
Approach
- Leverage strict type checking with appropriate compiler flags
- Use generics and utility types for maximum type safety
- Prefer type inference over explicit annotations when clear
- Design robust interfaces and abstract classes
- Implement proper error boundaries with typed exceptions
- Optimize build times with incremental compilation
Output
- Strongly-typed TypeScript with comprehensive interfaces
- Generic functions and classes with proper constraints
- Custom utility types and advanced type manipulations
- Jest/Vitest tests with proper type assertions
- TSConfig optimization for project requirements
- Type declaration files (.d.ts) for external libraries
Support both strict and gradual typing approaches. Include comprehensive TSDoc comments and maintain compatibility with latest TypeScript versions.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
When not to use it
- →Frontend UI design
- →Small scripts where overhead exceeds utility
Prerequisites
Limitations
- →Over-engineered types can increase compilation time
- →Not a substitute for runtime logic
How it compares
It prioritizes strict type systems and inference optimization over generic code generation.
Compared to similar skills
typescript-pro side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| typescript-pro (this skill) | 3 | 4mo | No flags | Advanced |
| react-component-patterns | 3 | 1mo | No flags | Intermediate |
| nx-generate | 1 | 6mo | Review | Beginner |
| generate-subsystem-skills | 1 | 7mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by sickn33
View all by sickn33 →You might also like
react-component-patterns
HoangNguyen0403
Modern React component architecture and composition patterns.
nx-generate
nrwl
Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.
generate-subsystem-skills
llama-farm
Generate specialized skills for each subsystem in the monorepo. Creates shared language skills and subsystem-specific checklists for high-quality AI code generation.
ark-sdk-development
mckinsey
Regenerate and debug types across the ARK stack (SDK, API, Dashboard). Use when fixing TypeScript type errors in ark-dashboard, updating types after CRD changes, regenerating types.ts from OpenAPI spec, debugging "Property does not exist on type" schema errors, or adding custom SDK functionality via overlays. Covers the full type pipeline from Kubernetes CRDs to TypeScript.
effect-patterns-domain-modeling
PaulJPhilp
Effect-TS patterns for Domain Modeling. Use when working with domain modeling in Effect-TS applications.
effect-patterns-getting-started
PaulJPhilp
Effect-TS patterns for Getting Started. Use when working with getting started in Effect-TS applications.