Agent Skills
› warpdotdev/warp
› update-tab-config
update-tab-config
GitHub根据自然语言请求修改现有的 Warp tab 配置文件。通过读取现有配置、澄清模糊需求并遵循 schema 规则,确保变更有效且保留原有结构,适用于编辑已存在的 Warp 标签页配置。
Trigger Scenarios
用户希望修改已存在的 Warp tab 配置
正在编辑当前打开的 Warp tab 配置文件
Install
npx skills add warpdotdev/warp --skill update-tab-config -g -y
SKILL.md
Frontmatter
{
"name": "update-tab-config",
"description": "Update existing Warp tab config TOML files from natural-language edit requests. Use when the user wants to modify a tab config that already exists or when editing a tab config file already open in Warp."
}
update-tab-config
Update an existing Warp tab config in place.
Required context
- Use the
tab-configsskill as the canonical source of truth for:- schema details
- validation rules
- examples
- common layout patterns
Workflow
- Read the existing tab config file before making changes.
- Understand the requested edit.
- If important details are missing or ambiguous, use the
ask_user_questiontool before editing. Do not guess about layout changes, command changes, parameters, oron_closebehavior. - Make sure you are editing the tab config that belongs to the user's current Warp build/channel rather than assuming a single hardcoded base directory, then update it so it remains valid according to the
tab-configsschema. - Preserve the user's existing structure and naming where possible unless the requested change requires restructuring.
- Briefly explain what changed.
Version History
- 726c1b6 Current 2026-07-24 20:22


