create-tab-config

Generate TOML files for Warp tab configurations from user specifications.

6|Updated May 10, 2026
One-click install
npx skills add https://github.com/Luohao-Yan/warp-cn --skill create-tab-config-luohao-yan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-tab-config
Source: https://github.com/Luohao-Yan/warp-cn/tree/main/resources/bundled/skills/create-tab-config
Command: npx skills add https://github.com/Luohao-Yan/warp-cn --skill create-tab-config-luohao-yan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill resolves the need for manual creation of Warp tab configurations, allowing users to easily generate TOML files for new tab setups and layouts, and slash commands with minimal input.

Core Features & Use Cases

  • Tab Config Generation: Converts natural language requests into new tab configurations for the Warp environment.
  • Customization: Supports custom tab layouts, commands, directories, and parameters as specified by the user.
  • Use Case: If a user requests a new tab configuration with a specific command for their Warp instance, this Skill generates the required TOML file to meet those requirements.

Quick Start

Use the 'create-tab-config' skill to create a new tab layout with the following parameters: 'command' = "my_custom_command", 'layout' = "vertical", 'directory' = "/my/custom/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 create custom Warp tab configurations with TOML files?

To create custom Warp tab configurations, you generate TOML files specifying your desired tab layouts, commands, and directories. This process automates custom tab setups by converting your layout requirements into valid Warp configuration files.

Can I automate Warp tab layout generation using natural language?

Yes, you can automate Warp tab layout generation by providing natural language requests. The system converts your specifications for layouts, commands, and directories into the required TOML configuration files for your Warp environment.

What parameters are needed to set up a new Warp tab with slash commands?

Setting up a new Warp tab requires parameters for the command, layout, and directory. You must provide input specifying these elements to generate a TOML file that meets your custom tab configuration requirements.

Does Warp tab configuration generation validate the TOML schema?

Yes, Warp tab configuration generation utilizes schema validation when creating TOML files. This ensures the generated tab layouts and commands conform to the required structure for proper operation within the Warp environment.

What is the best way to manage multiple custom directories in Warp tabs?

The best way to manage custom directories in Warp tabs is by specifying the directory parameter during TOML file generation. This allows you to automate custom tab configurations that open directly in your desired working directories.