update-cursor-settings

Update Cursor/VSCode settings.json across macOS, Linux, and Windows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cuongnm-dev/team-ai-config --skill update-cursor-settings-cuongnm-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-cursor-settings
Source: https://github.com/cuongnm-dev/team-ai-config/tree/main/cursor/skills-cursor/update-cursor-settings
Command: npx skills add https://github.com/cuongnm-dev/team-ai-config --skill update-cursor-settings-cuongnm-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cursor/VSCode user settings can be scattered and error-prone; this skill updates settings.json safely to apply requested changes while preserving existing configuration.

Core Features & Use Cases

  • Read existing settings and identify the target keys to modify (e.g., editor.fontSize, workbench.colorTheme).
  • Validate JSON (including comments) to avoid syntax errors and preserve non-targeted settings.
  • Apply updates across macOS, Linux, and Windows and guide on restart if required.

Quick Start

Change Cursor settings by asking me to set editor.fontSize to 14.

Frequently Asked Questions about update-cursor-settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely update settings.json in VSCode without losing existing preferences?

To safely update VSCode settings.json, modify only target keys like editor.fontSize while validating JSON syntax with comments support, ensuring non-targeted preferences are preserved during incremental updates.

Can I change Cursor editor settings on macOS and Windows without breaking my configuration?

Yes, you can change Cursor editor settings across macOS, Linux, and Windows by locating the correct user settings path and applying incremental JSON updates that preserve your existing configuration without disruption.

What is the best way to modify VSCode color theme and font size preferences programmatically?

The best way to modify VSCode preferences like workbench.colorTheme and editor.fontSize is by applying targeted updates to settings.json, validating JSON syntax including comments, and preserving all other existing keys.

Why does updating settings.json corrupt my VSCode configuration when comments are present?

Updating settings.json can corrupt VSCode configuration if JSON syntax validation fails to account for comments, which this skill handles by validating JSON with comments support to avoid syntax errors and preserve existing settings.

Do I need to restart Cursor after modifying settings.json for changes to take effect?

You may need to restart Cursor after modifying settings.json for certain preference changes to take effect, and this skill provides restart guidance along with a clear rollback path if the updates cause issues.