TypeScript operations - check types, fix errors, or extract/refactor types
Perform TypeScript operations: check types for errors, fix issues, or extract inline types into reusable definitions.
/plugin marketplace add djankies/claude-configs/plugin install typescript@claude-configs(check|fix|extract) <file>Execute TypeScript operations using specialized skills.
Operation: $1 Target file: $2
Based on the operation requested, use the appropriate skill:
Analyze TypeScript errors and provide detailed diagnostics for $2.
Use the TypeScript Type Checking skill:
@typescript/TYPES-check
Resolve all TypeScript errors in $2.
Use the TypeScript Error Resolution skill:
@typescript/TYPES-fix
Refactor inline types into reusable type definitions for $2.
Use the TypeScript Type Extraction skill:
@typescript/TYPES-extract
If $1 is not one of (check|fix|extract), show usage:
Usage: /ts (check|fix|extract) <file>
Operations:
check - Analyze TypeScript errors with detailed diagnostics
fix - Resolve all TypeScript errors with root cause analysis
extract - Refactor inline types into reusable modules