What problem does it solve? Setting up a new project from scratch involves many boilerplate steps: choosing the right generator, running the correct scaffolding command with proper flags, installing dependencies, and creating configuration files. This Skill provides the exact commands and rules for initializing complete projects in a VS Code workspace, so the AI scaffolds the full structure correctly instead of creating files one by one. ## Core Features & Use Cases - Framework Scaffolding: Runs the official generators for VS Code extensions (Yeoman generator-code), Next.js (create-next-app), and Vite (create-vite) with documented argument options. - MCP Server Initialization: Sets up Model Context Protocol servers in TypeScript, Python, C#, Java, or Kotlin, including SDK lookup, copilot-instructions.md updates, and .vscode/mcp.json configuration. - Python Project Templates: Creates Python script or package projects via the VS Code Python Environments extension commands. - Use Case: A user asks to "create a new Next.js project with Tailwind and TypeScript" in an empty workspace folder, and the Skill directs the agent to run create-next-app with the correct flags, producing a ready-to-run application. ## Quick Start Ask the AI to set up a new project, for example: create a new Vite React TypeScript project in this empty workspace folder.