tab-configs

Installation
SKILL.md

tab-configs

This skill is the canonical reference for Warp tab config TOML files.

Tab configs live under ~/.warp/tab_configs/ for standard Warp builds. Non-stable builds (e.g. Preview or pre-release channels) use a channel-specific variant such as ~/.warp-<channel>/tab_configs/. Do NOT use ~/Library/Application Support/ — that is the wrong location.

To find the active data directory, inspect which ~/.warp* directories exist on the user's machine. Each .toml file defines a single tab layout that appears in the + menu. When the user selects one, Warp opens a new tab with the configured pane layout and runs any specified commands.

Use this skill as shared context:

  • create-tab-config should use it when authoring a new config.
  • update-tab-config should use it when modifying an existing config.
  • If this skill is invoked directly for a creation or editing task, follow the same guidance below.

Guidance before writing or editing

Installs
2
Repository
warpdotdev/warp
GitHub Stars
65.1K
First Seen
May 27, 2026
tab-configs — warpdotdev/warp