Agent skill
tooling
TypeScript tooling, configuration, and build optimization
Install this agent skill to your Project
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-typescript/tree/main/skills/tooling
SKILL.md
TypeScript Tooling Skill
Overview
Master TypeScript tooling including compiler configuration, build optimization, and development environment setup.
Topics Covered
tsconfig.json
- Compiler options deep dive
- Target and module settings
- Strict mode configuration
- Path aliases (paths, baseUrl)
- Include/exclude patterns
Project Setup
- Project references
- Composite projects
- Incremental builds
- Declaration maps
- Monorepo configuration
Build Tools
- tsc vs bundlers
- esbuild for speed
- SWC compilation
- webpack ts-loader
- Vite TypeScript support
Linting
- ESLint TypeScript parser
- Type-aware rules
- typescript-eslint plugin
- Custom rule configuration
- Prettier integration
IDE Integration
- VS Code settings
- tsconfig for IDE
- IntelliSense optimization
- Refactoring tools
- Error lens extensions
Prerequisites
- TypeScript basics
- Node.js environment
- Package management
Learning Outcomes
- Configure optimal tsconfig
- Set up efficient builds
- Integrate linting tools
- Optimize development experience
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
backend-technologies
Master backend development with Node.js, Python, Java, Go, Rust, API design, databases, and microservices. Use when building APIs, designing systems, or learning backend frameworks.
frontend-technologies
Master modern web development with HTML, CSS, JavaScript, React, Vue, Angular, Next.js, TypeScript, and responsive design. Use when building web applications, optimizing UI performance, or learning frontend frameworks.
advanced-types
Advanced TypeScript types including generics, conditionals, and mapped types
data-engineering
Master data engineering, ETL/ELT, data warehousing, SQL optimization, and analytics. Use when building data pipelines, designing data systems, or working with large datasets.
ai-ml-technologies
Master AI, machine learning, LLMs, prompt engineering, and blockchain development. Use when building AI applications, working with LLMs, or developing smart contracts.
testing
TypeScript testing strategies and type-safe test practices
Didn't find tool you were looking for?