avinyc:warp-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.

  1. MUST use AskUserQuestion - Do NOT generate the config until user selects their tabs
  2. MUST use bin/dev - If bin/dev exists, use it. Do NOT parse Procfile.dev for individual commands
  3. MUST use lowercase color names - Only valid: red, green, yellow, blue, magenta, cyan
  4. MUST use exec: for commands - Format: - exec: bin/dev NOT - "bin/dev"
  5. MUST use absolute paths - Never use ~ or relative paths in cwd field
  6. MUST start YAML with --- - The document separator is required
  7. MUST read reference docs - Before generating YAML, read @./references/launch-config-schema.md

Workflow

Execute these steps IN ORDER. Do not skip steps.

Related skills

More from aviflombaum/claude-code-in-avinyc

Installs
1
GitHub Stars
38
First Seen
Mar 18, 2026