update-cursor-settings

Modify Cursor and VSCode user settings in settings.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to easily modify their Cursor/VSCode editor settings, enabling personalization of the development environment for improved productivity and comfort.

Core Features & Use Cases

  • Modify Editor Preferences: Change settings like font size, tab size, word wrap, and auto-save behavior.
  • Customize Appearance: Update themes, icon themes, and sidebar location.
  • Configure Keybindings: Adjust keyboard shortcuts for a personalized workflow.
  • Use Case: A user wants to increase the font size and enable "format on save" to make their coding experience more comfortable and ensure consistent code style.

Quick Start

Update the editor font size to 16 in your Cursor settings.

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 font size in VSCode settings?

To change font size in VSCode, modify the user settings within the `settings.json` file to adjust the editor font size preference globally for your development environment.

How do I enable format on save in Cursor?

Enable format on save in Cursor by modifying the editor preferences within the `settings.json` file, applying the formatting configuration globally to your user environment.

Can I configure keybindings in VSCode using settings.json?

Yes, you can configure keybindings to adjust keyboard shortcuts for a personalized workflow by modifying the Cursor and VSCode user settings within the `settings.json` file.

How do I update themes and auto-save options in Cursor?

Update themes and auto-save options in Cursor by modifying your editor preferences and configurations directly within the `settings.json` file to customize the appearance and behavior globally.

Does this method apply settings globally to the user editor environment?

Yes, modifying the Cursor and VSCode user settings within the `settings.json` file ensures that all configuration changes, such as tab sizes and word wrap, are applied globally to the user's editor environment.