What problem does it solve? Starting a new project from scratch involves repetitive boilerplate work: creating folder structures, configuring package.json, setting up TypeScript configs, and installing dependencies. This Skill automates full project initialization so you can go from an empty folder to a working development environment in one step. ## Core Features & Use Cases - Framework Scaffolding: Initialize VS Code extensions (via Yeoman generator-code), Next.js apps, and Vite projects (React, Vue, Svelte, and more) with official CLI tools. - MCP Server Setup: Create Model Context Protocol servers in TypeScript, Python, C#, Java, or Kotlin, including the .vscode/mcp.json configuration for debugging. - Python Projects: Generate Python script or distributable package projects using the VS Code Python Environments extension. - Use Case: Ask to "set up a new Next.js project with TypeScript and Tailwind" and the Skill runs create-next-app with the correct flags, producing a ready-to-run application. ## Quick Start Ask the assistant to create a new Vite React TypeScript project in the current empty workspace folder.