What problem does it solve? Setting up a new project from scratch involves many decisions: which dependencies to install, how to structure folders, and what configuration files are needed. This Skill guides the AI to scaffold complete, working project structures in a VS Code workspace using up-to-date library documentation instead of outdated boilerplate. ## Core Features & Use Cases - Full Project Scaffolding: Creates complete folder structures, package.json, configuration files (tsconfig, eslint), and boilerplate code for frameworks like TypeScript, React, Next.js, Vite, and Node.js. - Documentation-Driven Setup: Uses the context7 MCP tools (resolve-library-id and get-library-docs) to fetch current library documentation before generating the project, so scaffolding matches the latest APIs. - Use Case: Ask to create a new Next.js app in an empty workspace, and the Skill resolves the Next.js library ID, retrieves its official docs, and generates the full project structure with dependencies and build instructions. ## Quick Start Ask the AI to set up a new React project with TypeScript in the current empty workspace using the latest official documentation.