bootstrap
Installation
SKILL.md
Warp Rails Bootstrap
Configure Warp terminal for optimal Rails development with colored tabs.
Critical Rules
READ THESE FIRST. VIOLATIONS WILL BREAK THE CONFIG.
- MUST use AskUserQuestion - Do NOT generate the config until user selects their tabs
- MUST use
bin/dev- Ifbin/devexists, use it. Do NOT parse Procfile.dev for individual commands - MUST use lowercase color names - Only valid:
red,green,yellow,blue,magenta,cyan - MUST use
exec:for commands - Format:- exec: bin/devNOT- "bin/dev" - MUST use absolute paths - Never use
~or relative paths incwdfield - MUST start YAML with
---- The document separator is required - MUST read reference docs - Before generating YAML, read @./references/launch-config-schema.md
Workflow
Execute these steps IN ORDER. Do not skip steps.