update-cursor-settings

Update Cursor/VSCode settings.json while preserving existing settings and validating JSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/OM-bit-hub/daily_tracker --skill update-cursor-settings-om-bit-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-cursor-settings
Source: https://github.com/OM-bit-hub/daily_tracker/tree/main/.agents/skills-cursor/update-cursor-settings
Command: npx skills add https://github.com/OM-bit-hub/daily_tracker --skill update-cursor-settings-om-bit-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a guided approach to updating Cursor/VSCode settings in settings.json, helping you apply configuration changes without breaking existing preferences.

Core Features & Use Cases

  • Guided modification of common settings: editor font size, tab size, format on save, auto save, themes, and keybindings.
  • Supports app-wide (user) settings across macOS, Linux, and Windows.
  • Safe, documented workflow that preserves existing settings and validates JSON syntax before writing.

Quick Start

Update Cursor/VSCode settings.json to set your editor fontSize and colorTheme as requested.

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 my VSCode settings.json without losing existing configurations?

To change VSCode settings.json safely, this Skill validates JSON syntax and preserves existing preferences while applying new editor, appearance, and workspace configurations with proper formatting.

What is the best way to modify Cursor editor preferences like font size and themes?

The best way to modify Cursor editor preferences is through a guided settings.json update, which safely adjusts font sizes, color themes, tab sizes, and auto-save options without breaking existing configurations.

Can I update Cursor settings.json across macOS, Linux, and Windows?

Yes, you can update Cursor settings.json across macOS, Linux, and Windows. This Skill supports app-wide user settings modification safely regardless of your operating system.

Does modifying settings.json in Cursor keep my existing comments and formatting?

Modifying settings.json in Cursor can keep your existing comments and formatting. This Skill handles comments, preserves current settings, and writes back with proper JSON formatting.

Why does my VSCode settings.json break when I add new workspace preferences?

Your VSCode settings.json might break due to invalid JSON syntax. This Skill prevents such issues by validating JSON before writing, ensuring new workspace preferences merge safely.