tab-configs

Reference canonical Warp tab config TOML schemas and validation rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The canonical reference for Warp tab config TOML files, guiding creation, validation, and usage of tab configurations.

Core Features & Use Cases

  • Canonical schema reference covering top-level fields like name, title, color, and pane definitions.
  • Guidance on validation rules, typical directory layouts, and examples for channel-specific paths.
  • Use Case: when building or updating Warp tab configs, reference the canonical schema and validation rules to ensure correctness.

Quick Start

Create or validate a Warp tab config TOML file using the canonical schema, including validation rules and examples.

Frequently Asked Questions about tab-configs

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

FAQPage Schema
How do I create a valid Warp tab config TOML file?

To validate a Warp tab config TOML file, check top-level fields like name, title, color, and pane definitions against the canonical schema. Review validation rules to ensure configurations meet structural requirements.

What are the required top-level fields for a Warp tab configuration schema?

The required top-level fields for a Warp tab configuration schema include name, title, color, and pane definitions. These fields establish the core structural elements needed for a functional tab configuration.

How do I structure pane definitions in Warp tab config TOML files?

Structure pane definitions in Warp tab config TOML files by following the canonical schema's guidance on layout and validation rules. Use provided examples to ensure correct configuration across standard and channel-specific paths.

Can I use channel-specific paths when building Warp tab configurations?

Yes, you can use channel-specific paths when building Warp tab configurations. The canonical reference provides examples and validation rules tailored for standard and channel-specific directory layouts.

Why does my Warp tab config TOML fail validation?

A Warp tab config TOML fails validation when it does not adhere to the canonical schema's top-level fields, pane definitions, or validation rules. Review the reference documentation to correct structural mismatches.