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, recommended extensions, and launch configs for multi-root projects. - Use Case: A developer starting a new Next.js project asks for an optimized editor setup and receives a complete settings.json with justified options, a tiered extension list with publisher IDs, and keybindings for their ten most frequent actions. ## Quick Start Ask the assistant to generate an optimized VS Code settings.json and extension stack for your primary tech stack, or paste your existing settings.json for an audit.