modify-settings

Installation
SKILL.md

modify-settings

Use this skill when the user wants to view, change, or troubleshoot Warp application settings.

Settings Schema

A JSON schema describing all available settings is bundled at:

{{settings_schema_path}}

The schema follows JSON Schema draft 2020-12, with settings organized hierarchically under properties. Each setting includes:

  • description — what the setting controls
  • type — the value type (string, boolean, integer, etc.)
  • default — the default value
  • enum or oneOf — valid values, when the setting is constrained
Installs
1
Repository
warpdotdev/warp
GitHub Stars
63.8K
First Seen
Jul 7, 2026
modify-settings — warpdotdev/warp