update-tab-config

Modifies Warp tab config TOML files from natural-language edit requests, preserving structure and validating schema.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update existing Warp tab config TOML files from natural-language edit requests. Use when the user wants to modify a tab config that already exists or when editing a tab config file already open in Warp.

Core Features & Use Cases

  • Read existing tab config files and understand user edit requests.
  • Apply changes in place while preserving structure and validating against the tab-config schema.
  • Use case: modify theme, tab order, or behavior of an open Warp tab config without manually editing TOML files.

Quick Start

Tell Update-tab-config to modify the current Warp tab config to enable a new theme and adjust the tab order.

Frequently Asked Questions about update-tab-config

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

FAQPage Schema
How do I update my Warp tab config without manually editing TOML files?

You can update Warp tab configs by providing natural-language edit requests, which are interpreted and applied in place. The Skill preserves existing structure and validates changes against the canonical tab-config schema.

Can I change tab order and themes in an existing Warp tab config file?

Yes, modifying tab order and enabling new themes in existing Warp tab config files are primary use cases. You simply tell the Skill what to change, and it applies the updates while validating the structure.

What happens if my natural-language edit request is missing required tab config details?

When an edit request lacks necessary information, the Skill prompts you to provide the missing details. This ensures the tab config updates conform to the canonical schema before being applied.

Does the Warp tab config update process validate my changes against a schema?

Yes, all natural-language edit requests are validated against the canonical tab-config schema. This ensures your updates maintain structural integrity and compatibility with the user's current Warp build or channel.

Are there limitations to modifying Warp tab configs with natural language?

This approach operates on existing Warp tab config TOML files and applies changes in place. It is designed for modifying current configurations rather than generating entirely new tab config files from scratch.