update-cursor-settings

Modify Cursor/VSCode editor preferences in settings.json with JSON parsing and validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users modify their Cursor/VSCode editor settings, allowing them to customize their development environment for better productivity and personalization.

Core Features & Use Cases

  • Modify Editor Preferences: Change settings like font size, themes, tab size, auto-save, and more.
  • Personalize Workspace: Tailor the editor's behavior and appearance to individual needs.
  • Use Case: A user wants to increase the font size and enable "format on save" to improve code readability and maintain consistent code style.

Quick Start

Use the update-cursor-settings skill to change the editor font size to 16.

Frequently Asked Questions about update-cursor-settings

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

FAQPage Schema
How do I modify VSCode settings to change font size and enable format on save?

To modify VSCode settings for font size and format on save, you update the settings.json file. This skill directly parses and validates the JSON to apply your editor preferences automatically.

What is the best way to customize Cursor editor preferences like themes and tab size?

Customizing Cursor editor preferences like themes and tab size is done by manipulating the settings.json file. The skill writes these configuration changes directly to ensure your workspace is personalized.

Can I use this to update keybindings and auto save settings in Cursor?

Yes, you can update keybindings and auto save settings in Cursor. The skill modifies these specific user preferences within the settings.json file using JSON parsing and validation.

Does this approach require manual JSON editing to tweak editor settings?

No, tweaking editor settings does not require manual JSON editing. The skill handles the JSON parsing and validation internally to safely apply changes like tab size and auto save configurations.

Why do my settings.json changes fail to apply when customizing my editor?

Settings.json changes fail to apply due to invalid JSON syntax. This skill prevents those errors by validating the JSON structure before writing editor preferences like themes and font sizes.

What editor preferences can I personalize without manually opening settings.json?

You can personalize editor preferences including themes, font size, tab size, format on save, auto save, and keybindings. The skill modifies these directly in the settings.json file.