update-cursor-settings

Modify Cursor/VSCode settings.json values while preserving existing settings.

2|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/anyekoutouming/anyekoutouming --skill update-cursor-settings-anyekoutouming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-cursor-settings
Source: https://github.com/anyekoutouming/anyekoutouming/tree/main/update-cursor-settings
Command: npx skills add https://github.com/anyekoutouming/anyekoutouming --skill update-cursor-settings-anyekoutouming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modify Cursor/VSCode user settings in settings.json to tailor editor behavior, appearance, and workflow for your development environment.

Core Features & Use Cases

  • Read the existing settings.json and preserve unrelated settings while applying requested changes.
  • Update common settings such as editor.fontSize, editor.tabSize, editor.wordWrap, editor.formatOnSave, workbench.colorTheme, and files.autoSave across macOS, Linux, and Windows.
  • Validate JSON syntax before writing to avoid breaking configuration and ensure changes are idempotent.

Quick Start

Modify your Cursor settings.json to adjust editor.fontSize and workbench.colorTheme.

Frequently Asked Questions about update-cursor-settings

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

FAQPage Schema
How do I change VSCode settings like font size and format on save?

To change VSCode settings, you modify values in the settings.json file. This process updates editor preferences like font size, tab size, and format on save while preserving existing configurations and validating JSON syntax.

How do I safely edit settings.json without losing my current configuration?

To safely edit settings.json, read the current file first and preserve unrelated settings. Validate the JSON syntax before writing to ensure changes are idempotent and avoid breaking your existing configuration.

Can I update Cursor editor preferences across different operating systems?

You can update Cursor editor preferences across macOS, Linux, and Windows. The process modifies the settings.json file to apply changes to editor behavior and appearance universally regardless of the operating system.

What is the best way to configure word wrap and color themes in Cursor?

The best way to configure word wrap and color themes in Cursor is by updating the settings.json file. This approach safely applies changes to workbench.colorTheme and editor.wordWrap while validating the JSON structure.

Why does modifying my settings.json break the editor configuration?

Modifying settings.json breaks the editor configuration due to invalid JSON syntax. Avoid this by using a method that validates JSON before writing back, ensuring your changes are idempotent and preserving existing settings.

Does updating files.autoSave in Cursor require manual JSON formatting?

Updating files.autoSave in Cursor does not require manual JSON formatting. The process reads the settings.json file, applies the auto save value, and writes back with proper formatting and validation automatically.