create-tab-config

Create Warp tab config TOML files from natural-language requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create 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 that matches the tab-configs schema.
  • Determine the correct tab config directory for the user's Warp build.
  • Use cases: creating new tab configs, adjusting layouts, or generating slash commands for Warp builds.

Quick Start

Provide the desired tab layout and target directory, and the skill will generate the corresponding TOML file.

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?

To generate Warp tab configs from natural language, provide your desired tab layout and target directory. The tool creates a descriptively named .toml file that matches the tab-configs schema and writes it to the correct directory.

Can I create a new tab layout or slash command for Warp builds using TOML?

Yes, you can create new tab layouts or slash commands for Warp builds using TOML. The tool applies natural-language requests to generate valid TOML files that match the tab-configs schema across standard Warp builds.

Does the Warp tab config generator validate inputs against the schema?

Yes, the Warp tab config generator validates inputs against the tab-configs schema. It ensures the generated TOML file is structurally correct before writing it to the correct tab_configs directory for your Warp build.

What is the best way to adjust Warp tab layouts without manually writing TOML?

The best way to adjust Warp tab layouts without manually writing TOML is to use a natural-language request. The tool translates your layout description into a valid TOML file, ensuring schema compliance and correct directory placement.

Do I need to specify the tab_configs directory when creating a Warp tab config?

You need to provide the target directory, but the tool ensures the correct tab_configs directory is used for your specific Warp build. This prevents file placement errors during tab config generation.