What problem does it solve? Setting up a new project from scratch involves researching current library versions, correct configuration files, and proper folder structures, which is time-consuming and error-prone. This Skill uses context7 tools to retrieve up-to-date library documentation and scaffolding instructions so the generated project follows current best practices. ## Core Features & Use Cases - Library Resolution: Calls mcp_context7_resolve-library-id to identify the correct library matching your project requirements. - Documentation-Driven Scaffolding: Calls mcp_context7_get-library-docs to fetch current setup instructions before generating files. - Full Project Initialization: Creates folder structures, package.json, configuration files (tsconfig, eslint), boilerplate code, and build instructions for frameworks like TypeScript, React, Next.js, Vite, Node.js, MCP servers, and VS Code extensions. - Use Case: Ask to create a new Next.js app in an empty workspace, and the Skill resolves the Next.js library via context7, pulls the latest docs, and scaffolds the complete project with dependencies and configs. ## Quick Start Create a new TypeScript Node.js project with full configuration in this empty workspace using the latest documentation.