What problem does it solve? Configuring VS Code for a specific tech stack involves hundreds of settings, conflicting extensions, and scattered documentation, often resulting in a slow, noisy editor that increases cognitive load instead of reducing it. ## Core Features & Use Cases - Configuration Audit: Reviews an existing settings.json to flag redundant settings, conflicting options, missing high-leverage settings, and extension bloat. - Stack-Aware Generation: Produces a fully commented settings.json, tiered extension list, and keybindings.json tailored to stacks like Next.js/TypeScript, Python, Rust, or monorepos. - Workspace Setup: Generates .code-workspace files with per-folder settings and launch configs for multi-root monorepos. - Use Case: A developer starting a Next.js project asks for an optimized setup and receives a complete settings.json with strict TypeScript, ESLint/Prettier integration, a tiered extension list, and keybindings for their top workflow actions. ## Quick Start Ask the assistant to generate an optimized VS Code settings.json and extension stack for your primary stack, such as TypeScript or Python.