modify-settings

Locate Warp settings paths in the JSON schema and update TOML values with hot-reload.

64.1k|5.4k|Updated Jul 8, 2021
One-click install
npx skills add https://github.com/warpdotdev/warp --skill modify-settings-warpdotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modify-settings
Source: https://github.com/warpdotdev/warp/tree/main/resources/bundled/skills/modify-settings
Command: npx skills add https://github.com/warpdotdev/warp --skill modify-settings-warpdotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

View or modify Warp application settings using the bundled JSON schema for guidance.

Core Features & Use Cases

  • Guided settings discovery: locate the full dotted path to a specific setting and inspect its schema properties.
  • Safe configuration workflow: map the JSON schema path to the corresponding TOML entry and apply validated changes with hot-reload.
  • Use case: when tuning Warp behavior, quickly locate a setting like 'appearance.theme' and adjust its TOML value to apply the change.

Quick Start

Use the bundled script to locate a setting's full path and update the corresponding TOML entry.

Frequently Asked Questions about modify-settings

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

FAQPage Schema
How do I safely modify Warp settings using a TOML configuration file?

To safely modify Warp settings, this skill identifies the correct dotted path from the JSON schema, updates the corresponding TOML entry with a validated value, and triggers a hot-reload to immediately apply the configuration changes.

What is the best way to find the correct dotted path for a specific Warp setting?

Finding the correct dotted path involves using the bundled JSON schema for guided settings discovery. The skill inspects schema properties to locate the exact configuration path, such as 'appearance.theme', before applying any updates.

How does configuration hot-reload work when updating Warp settings?

Configuration hot-reload works by immediately applying validated changes made to the TOML settings file. After updating the corresponding path identified by the JSON schema, the skill triggers hot-reload and returns confirmation for verification.

Can I validate Warp configuration values against the JSON schema before applying them?

Yes, you can validate configuration values because the skill maps the JSON schema path to the corresponding TOML entry. This safe configuration workflow ensures that only valid values are applied during the settings update process.

How do I verify that a Warp configuration change has been successfully applied?

To verify a successful configuration change, the skill returns a confirmation of the applied update along with specific guidance for verification. This occurs immediately after the TOML entry is modified and the hot-reload is triggered.