What problem does it solve? Editing Cursor/VSCode settings requires knowing the correct settings.json file location, valid setting keys, and safe JSON editing practices. This Skill guides the AI to read, modify, and write user settings without breaking existing configuration. ## Core Features & Use Cases - Settings File Location: Identifies the correct settings.json path across macOS, Linux, and Windows. - Safe Modification Workflow: Reads existing settings first, preserves unrelated entries, handles JSON-with-comments, and writes back with proper formatting. - 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 "change my theme to dark and enable auto save" — the Skill reads the current settings.json, adds workbench.colorTheme and files.autoSave, and writes the file back while preserving all other settings. ## Quick Start Ask the AI to change your Cursor editor font size to 16 and enable format on save in your user settings.