What problem does it solve? Changing Cursor or VSCode editor preferences requires manually locating and editing the settings.json file, which risks breaking the editor with invalid JSON or accidentally overwriting existing settings. This Skill guides safe, targeted modifications to user settings. ## Core Features & Use Cases - Guided Settings Modification: Reads the existing settings.json, applies only the requested change, and preserves all other settings and comments. - Cross-Platform Paths: Provides the correct settings.json location for macOS, Linux, and Windows. - Common Request Mapping: Translates natural requests like "bigger font" or "format on save" into concrete keys such as editor.fontSize and editor.formatOnSave. - Use Case: A user says "enable auto save and use a dark theme" — the Skill reads the current file, adds files.autoSave and workbench.colorTheme, writes valid JSON back, and notes whether a reload is needed. ## Quick Start Ask the assistant to change your Cursor editor font size to 16 and enable format on save in your user settings.