update-cursor-settings

Modify Cursor/VSCode settings.json editor preferences while preserving existing settings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to easily modify your Cursor/VSCode editor settings, preferences, and configurations without manually editing the settings.json file.

Core Features & Use Cases

  • Modify Editor Preferences: Change font size, tab size, word wrap, and auto-save behavior.
  • Customize Appearance: Update themes, icon themes, and sidebar location.
  • Keybinding Adjustments: Modify keyboard shortcuts for a personalized workflow.
  • Use Case: If your code looks too small, you can ask the AI to "make the font bigger," and this skill will update your editor.fontSize setting.

Quick Start

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

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 without manually editing the settings.json file?

You can update VSCode settings by using an automated skill to read and write the settings.json file directly. This modifies editor preferences like font size, tab size, and themes dynamically while preserving all your other existing configurations.

Can I change the editor font size in Cursor using natural language?

Yes, you can change the editor font size in Cursor by requesting the update through natural language. The skill translates your request, such as making the font bigger to 16 pixels, into the correct editor.fontSize value within your settings.json file.

What is the best way to update keybindings and themes in Cursor?

The best way to update keybindings and themes in Cursor is to use an automated settings modifier. It directly accesses your file system to apply custom appearance configurations and personalized keyboard shortcuts to your settings.json without manual code edits.

Does modifying VSCode preferences through an automated tool preserve my other configurations?

Yes, modifying VSCode preferences through an automated tool preserves your other configurations. It requires direct file system access to read the existing settings.json file, ensuring only the requested updates are applied while all your untouched preferences remain intact.

How do I enable auto-save and word wrap in my VSCode editor?

To enable auto-save and word wrap in your VSCode editor, you can dynamically update your settings.json file. By specifying your preferences, the tool adjusts the editor.wordWrap and files.autoSave configurations instantly without needing manual text editing.