What problem does it solve? Starting a new project from scratch requires researching current library versions, correct configuration files, and proper folder structures, which is time-consuming and error-prone when done manually. ## Core Features & Use Cases - Library Resolution: Calls the context7 resolve-library-id tool to identify the correct libraries and frameworks for the requested project type. - Documentation-Driven Scaffolding: Retrieves up-to-date scaffolding instructions via the context7 get-library-docs tool before generating any files. - Full Project Initialization: Creates complete project structures including package.json, configuration files (tsconfig, eslint), boilerplate code, and folder hierarchies for frameworks like TypeScript, React, Next.js, Vite, Node.js servers, MCP servers, and VS Code extensions. - Use Case: Ask for a new Next.js project in an empty workspace, and the Skill resolves the latest Next.js documentation, then scaffolds the entire project with dependencies, configs, and starter code. ## Quick Start Create a new TypeScript Node.js server project with full configuration in this empty workspace.