modify-settings

Locate a Warp settings key's full dotted path and properties in the JSON schema.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/89jobrien/warpx --skill modify-settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modify-settings
Source: https://github.com/89jobrien/warpx/tree/main/resources/bundled/skills/modify-settings
Command: npx skills add https://github.com/89jobrien/warpx --skill modify-settings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users locate Warp's settings within the bundled JSON schema, enabling precise configuration and troubleshooting.

Core Features & Use Cases

  • Schema navigation: find the exact path to a given setting and understand its definition in the schema.
  • Guided configuration: map the schema path to the user TOML settings file for accurate reconfiguration.
  • Use Case: quickly diagnose a misconfigured setting by locating its full dotted path and properties.

Quick Start

Run the bundled Python script to locate the full dotted path and property definition for a given Warp settings key.

Frequently Asked Questions about modify-settings

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

FAQPage Schema
How do I find the full dotted path for a Warp settings key in the JSON schema?

To find the Warp settings path in the JSON schema, run the bundled Python script find_setting.py with the settings schema path and key name. It returns the exact dotted path and property definition for accurate TOML configuration.

How does schema navigation help map Warp settings to the TOML configuration file?

Schema navigation locates a setting's full dotted path and properties within the bundled JSON schema. This path directly maps to your settings TOML file, ensuring precise configuration and accurate reconfiguration of Warp parameters.

What is the best way to diagnose a misconfigured Warp setting using the JSON schema?

The best way to diagnose a misconfigured Warp setting is to locate its full dotted path and properties in the JSON schema. The find_setting.py script searches the schema to identify exact definitions for troubleshooting.

Do I need Python to run the find-setting script for Warp settings?

Yes, you need Python installed to execute the bundled find_setting.py script. The script requires two arguments: the settings schema path and the key name, returning the corresponding JSON schema definition.

Can I search for any Warp configuration key within the bundled JSON schema?

Yes, you can search for any Warp configuration key by providing its name as an argument to the find_setting.py script. It locates the exact schema path and full definition for the given key to map to settings TOML.