What problem does it solve? Starting a new project from scratch involves many repetitive steps: creating folder structures, configuring package.json, setting up TypeScript configs, and installing dependencies. This Skill provides guided, framework-specific setup instructions so a complete, runnable project is initialized correctly the first time. ## 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 the correct CLI commands and arguments. - MCP Server Setup: Create Model Context Protocol servers in TypeScript, Python, C#, Java, or Kotlin, including the required .vscode/mcp.json configuration for debugging. - Python Projects: Create Python script or distributable package projects through the VS Code Python Environments extension commands. - Use Case: A user asks to "set up a new React TypeScript project" and the Skill directs the assistant to run create-vite with the react-ts template, producing a complete workspace with dependencies and config files. ## Quick Start Ask the assistant to create a new project of a specific type, for example: set up a new Next.js TypeScript project in this empty workspace folder.