update-tab-config

Update Warp tab config TOML files from natural-language edit requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update existing Warp tab config TOML files from natural-language edit requests.

Core Features & Use Cases

  • Update tab-configs in place from user instructions.
  • Validate changes against the tab-configs schema before applying.
  • Use cases include modifying existing tab layouts, commands, or on_close behavior.

Quick Start

Update the active Warp tab config to set the default directory to /home/user/work.

Frequently Asked Questions about update-tab-config

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

FAQPage Schema
How do I edit Warp tab configs using natural language instead of manual TOML editing?

You can edit Warp tab configs by providing natural-language instructions to update existing TOML files, reading the current configuration and applying requested changes to tab layouts or command bindings.

Can I modify command bindings and on_close behavior in Warp tab configurations?

Yes, modifying command bindings and on_close behavior in Warp tab configurations is fully supported. You can request these specific edits via natural language to update your active Warp builds.

Does updating tab configs validate changes against the Warp schema before applying?

Yes, updating tab configs validates all changes against the tab-configs schema before applying them. This ensures your natural-language edits conform to the required structure before the file is updated.

What is the best way to update a default directory in a Warp tab config file?

The best way to update a default directory is by issuing a natural-language instruction like setting the directory to a specific path. The config is read, validated against the schema, and updated in place.

Does the Warp tab config update process keep a record of changes?

Yes, the Warp tab config update process records a brief change log after validating and applying your natural-language edit requests, ensuring you maintain a history of modifications made to the configuration.