What problem does it solve? Setting up a new project from scratch involves many manual steps: choosing the right generator, configuring dependencies, creating folder structures, and writing boilerplate config files. This Skill provides guided, framework-specific setup instructions so a complete project can be initialized correctly in one flow. ## 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 .vscode/mcp.json configuration for debugging in VS Code. - Python Project Templates: Create Python script or package projects through the VS Code Python Environments extension command. - Use Case: A user asks to "create a new React app with TypeScript" — the Skill selects the Vite setup path and runs create-vite with the react-ts template, producing a ready-to-run project. ## Quick Start Ask the assistant to set up a new project, for example: create a new Next.js TypeScript project in this empty workspace folder.