create-tab-config

Generate valid Warp tab config TOML files from natural-language requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new Warp tab config TOML files from natural-language requests. Use when the user wants a new tab config, a new tab layout, or asks for a slash command to generate a tab config.

Core Features & Use Cases

  • Generate valid TOML tab configs that conform to the tab-configs schema.
  • Determine the correct tab_configs directory for the user's Warp build, including standard and channel-specific paths.
  • Handle prompts for missing details and confirm overwrites to avoid data loss.

Quick Start

Describe the user's desired tab layout in natural language and let the tool produce and save a TOML file in the appropriate tab_configs directory.

Frequently Asked Questions about create-tab-config

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

FAQPage Schema
How do I generate Warp tab configs from natural language?

Generate Warp tab configs from natural language by describing your desired tab layout in plain text, and the tool produces a valid TOML file conforming to the tab-configs schema in the correct directory. It prompts for any missing details before writing.

Can I create a Warp tab layout for a slash command using natural language?

Yes, you can create a Warp tab layout for a slash command using natural language. The tool processes your plain-text request to produce a valid TOML tab config file that conforms to the required schema and saves it automatically.

How do I find the correct tab_configs directory for my Warp build?

To find the correct tab_configs directory for your Warp build, the tool automatically identifies standard and channel-specific paths. It determines the appropriate directory for standard and non-standard Warp builds before writing the TOML output.

Does generating tab config TOML files prompt before overwriting existing files?

Generating tab config TOML files includes a confirmation prompt before overwriting existing files to prevent data loss. It also prompts for missing layout details to ensure the generated TOML fully conforms to the tab-configs schema.

What is the best way to update existing Warp tab_config files?

The best way to update existing Warp tab_config files is to describe the desired changes in natural language. The tool applies updates to standard and non-standard Warp builds by generating valid TOML that adheres to the schema.

When do I need a TOML tab config for Warp?

You need a TOML tab config for Warp when you want to automate tab setup, create new tab layouts, or configure slash commands. The tool generates valid TOML files conforming to the tab-configs schema from natural-language requests.