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 provides guided, framework-specific setup instructions so a complete development environment is initialized correctly the first time. ## Core Features & Use Cases - Multi-Framework Scaffolding: Supports VS Code extensions (via Yeoman generator-code), Next.js apps, Vite projects (React, Vue, Svelte, and more), MCP servers, and Python scripts or packages. - MCP Server Initialization: Fetches official Model Context Protocol SDK documentation, creates the required mcp.json configuration in .vscode, and sets up debugging support. - Python Project Templates: Invokes VS Code commands to create Python script or distributable package projects with the proper environment extensions. - Use Case: A developer asks to "set up a new TypeScript MCP server" — the Skill fetches the SDK docs, scaffolds the project, writes the mcp.json config, and prepares it for debugging in VS Code. ## Quick Start Ask the assistant to create a new project of a specific type, such as "set up a new Next.js project with TypeScript in this empty workspace."