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 controlstype— the value type (string,boolean,integer, etc.)default— the default valueenumoroneOf— valid values, when the setting is constrained