tab-configs

Create and validate Warp tab config TOML files against a canonical schema.

64.1k|5.4k|Updated Jul 8, 2021
One-click install
npx skills add https://github.com/warpdotdev/warp --skill tab-configs-warpdotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tab-configs
Source: https://github.com/warpdotdev/warp/tree/main/resources/bundled/skills/tab-configs
Command: npx skills add https://github.com/warpdotdev/warp --skill tab-configs-warpdotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Warp tab configurations can be inconsistent across environments; this skill provides a canonical reference and guidance to ensure correct schema usage for creating or updating tab config TOML files.

Core Features & Use Cases

  • Canonical tab-config schema reference for Warp
  • Guidance for where configs live (e.g., ~/.warp/tab_configs/, channel variants)
  • Validation rules and examples to help authors create or adjust layouts

Quick Start

Consult this canonical reference to author a new tab config or update an existing one.

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 create a valid Warp tab config TOML file, consult a canonical schema reference to ensure correct pane definitions, schema fields, and layout structures are applied across your Warp data directories.

Where do Warp tab configurations live on my system?

Warp tab configurations typically live in the `~/.warp/tab_configs/` directory, though you may also need to manage channel-specific variants within different Warp data directories depending on your environment.

What is the canonical schema reference for Warp tab configs?

The canonical schema reference for Warp tab configs defines the required TOML fields, pane definitions, and validation rules needed to design, modify, or review tab layouts consistently across different environments.

How do I validate an existing Warp tab config schema?

You validate an existing Warp tab config schema by checking your TOML file against canonical validation rules and field definitions to ensure proper pane layout and configuration consistency.

Can I use this schema reference for channel-specific Warp data directories?

Yes, this schema reference applies to channel-specific Warp data directories, providing guidance to help authors correctly adjust and validate tab layouts across standard and channel-specific environments.

Why are my Warp tab configurations inconsistent across environments?

Warp tab configurations become inconsistent across environments when TOML files lack canonical schema usage; applying a standardized reference for pane definitions and fields resolves these layout discrepancies.