Initialize a new TypeScript project with intelligent framework detection and best practices setup
/plugin marketplace add cleydarly/typescript-claude-code/plugin install cleydarly-typescript-pro@cleydarly/typescript-claude-codeproject-typeInitialize a new TypeScript project with optimal configuration. Detect the project type and framework, then set up: 1. **Detect Project Context** - Check for existing package.json and framework indicators - Identify: React, Vue, Svelte, Node, Express, NestJS, or generic TS project - Detect build tool: Vite, webpack, esbuild, or none 2. **Initialize TypeScript** - Install TypeScript and @types packages appropriate for the framework - Create tsconfig.json optimized for the detected project type - Set up strict mode with appropriate compiler options - Configure module re...