andronics/claude-plugin-typescript-pro
Plugin Claude Code
Comprehensive TypeScript development toolkit with specialized agents, commands, skills, and hooks for end-to-end TypeScript project lifecycle management.
andronics/claude-plugin-typescript-pro
Plugin Claude Code
Comprehensive TypeScript development toolkit with specialized agents, commands, skills, and hooks for end-to-end TypeScript project lifecycle management.
andronics/claude-plugin-typescript-pro
Agent
TypeScript project architecture specialist for project setup, tsconfig design, monorepo configuration, and architectural decisions. Use when initializing projects, designing build configurations, or making structural decisions.
andronics/claude-plugin-typescript-pro
Agent
Senior TypeScript developer for implementing features, refactoring code, and following TypeScript best practices. Use for core development work, implementing business logic, and writing idiomatic TypeScript.
andronics/claude-plugin-typescript-pro
Agent
JavaScript to TypeScript migration specialist and TypeScript version upgrade expert. Use for migrating JS projects to TS, adopting strict mode incrementally, and upgrading TypeScript versions safely.
andronics/claude-plugin-typescript-pro
Agent
TypeScript performance optimization specialist focusing on build speed, type-checking performance, bundle size, and runtime performance. Use when compilation is slow, bundle size is large, or runtime performance needs improvement.
andronics/claude-plugin-typescript-pro
Agent
TypeScript library packaging and npm publishing specialist. Use for preparing libraries for npm, generating declaration files, configuring dual packages (ESM/CJS), and managing library releases.
andronics/claude-plugin-typescript-pro
Agent
TypeScript code review specialist performing comprehensive reviews with focus on type safety, best practices, performance, and maintainability. Use for PR reviews, code audits, and quality checks.
andronics/claude-plugin-typescript-pro
Agent
TypeScript testing specialist covering Jest, Vitest, Playwright, and Cypress. Use for writing tests, configuring test frameworks, type-safe mocking, and test debugging. Handles unit, integration, and E2E testing.
andronics/claude-plugin-typescript-pro
Agent
Advanced TypeScript type system expert specializing in complex generics, utility types, conditional types, mapped types, and type-level programming. Use for advanced type challenges, building reusable generic utilities, and type inference problems.
andronics/claude-plugin-typescript-pro
Command
Build TypeScript project with type-checking and comprehensive error analysis.
andronics/claude-plugin-typescript-pro
Command
Initialize a new TypeScript project with intelligent framework detection and best practices setup.
andronics/claude-plugin-typescript-pro
Command
Migrate JavaScript files to TypeScript with intelligent conversion wizard.
andronics/claude-plugin-typescript-pro
Command
Monorepo-specific TypeScript operations: setup, project references, build orchestration, and workspace management.
andronics/claude-plugin-typescript-pro
Command
Prepare TypeScript library for npm publishing with proper declarations and dual package support.
andronics/claude-plugin-typescript-pro
Command
Analyze and optimize TypeScript type-checking performance and build speed.
andronics/claude-plugin-typescript-pro
Command
Comprehensive TypeScript code review with type safety, performance, and best practices analysis.
andronics/claude-plugin-typescript-pro
Command
Incrementally adopt TypeScript strict mode with guided migration.
andronics/claude-plugin-typescript-pro
Command
Run tests with auto-detected framework (Jest, Vitest, Playwright, Cypress).
andronics/claude-plugin-typescript-pro
Command
Generate or refine TypeScript types from code, runtime data, or API responses.
andronics/claude-plugin-typescript-pro
Skill Claude CodeCodex
Optimize tsconfig.json and related TypeScript configuration for better performance, type safety, and developer experience. Analyzes current setup and suggests improvements based on project type and requirements. Use when build is slow, type checking lags, or configuration needs review.
andronics/claude-plugin-typescript-pro
Skill Claude CodeCodex
Translate TypeScript compiler errors into plain English with clear explanations and concrete fix suggestions. Automatically activates when TypeScript errors are encountered to help developers understand and resolve them quickly.
andronics/claude-plugin-typescript-pro
Skill Claude CodeCodex
Build complex generic types, utility types, and type-level functions. Specializes in advanced TypeScript type system programming with generics, conditional types, mapped types, and template literals. Use for type system challenges and creating reusable type utilities.
andronics/claude-plugin-typescript-pro
Skill Claude CodeCodex
Generate comprehensive, type-safe tests for TypeScript code. Detects test framework (Jest, Vitest, Playwright, Cypress) and creates appropriate unit, integration, or E2E tests with proper typing, mocking, and coverage. Use when writing tests, increasing coverage, or testing new features.
andronics/claude-plugin-typescript-pro
Skill Claude CodeCodex
Automatically infer and generate TypeScript types from runtime data, API responses, JSON samples, or existing JavaScript code. Use when encountering untyped data, API responses, or when converting JavaScript to TypeScript.