update-cursor-settings

Modify Cursor/VSCode settings.json for editor preferences, themes, and keybindings.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/zapabob/Skills --skill update-cursor-settings-zapabob
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: update-cursor-settings
Source: https://github.com/zapabob/Skills/tree/main/registry/skills/update-cursor-settings/variants/cursor-rules
Command: npx skills add https://github.com/zapabob/Skills --skill update-cursor-settings-zapabob

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to easily modify their Cursor/VSCode editor settings without manually navigating complex JSON files, streamlining the customization process.

Core Features & Use Cases

  • Modify Editor Preferences: Adjust settings like font size, tab size, word wrap, and auto-save.
  • Theme Customization: Change the editor's color theme and icon theme.
  • Keybinding Adjustments: Update keyboard shortcuts for a personalized workflow.
  • Use Case: A user wants to increase their font size and enable "format on save" for all their coding projects. This Skill can directly update the settings.json file to reflect these changes.

Quick Start

Update the editor font size to 16 pixels and enable format on save.

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 editor settings without manually editing JSON files?▼

To change VSCode editor settings without manual JSON editing, this Skill modifies the `settings.json` file directly to adjust preferences like font size, tab size, and themes while preserving existing configurations.

Can I update Cursor editor preferences like format on save and word wrap dynamically?▼

Yes, you can dynamically update Cursor editor preferences like format on save and word wrap. The Skill applies these changes directly to your user settings to streamline your workflow.

What is the best way to customize keybindings and color themes in Cursor?▼

The best way to customize keybindings and color themes in Cursor is using a settings modifier that directly injects your requested updates into the `settings.json` file for immediate editor personalization.

Does modifying VSCode user settings overwrite my existing configurations?▼

Modifying VSCode user settings does not overwrite existing configurations. The Skill ensures preservation of your current `settings.json` content while safely applying the newly requested editor adjustments.

How do I adjust tab size and font size for my coding projects in VSCode?▼

You adjust tab size and font size in VSCode by updating the user settings. This Skill directly modifies your `settings.json` to apply these specific editor preferences across all your coding projects.