What problem does it solve? Multi-agent coding CLIs often feel serial and inconsistent: splash screens show only a few agents, slash keys do not open a command palette, timelines lack TOOL/SKILL/AGENT visibility, and enterprise prompt packs are missing. This Skill provides a concrete procedure to make a ratatui + rustyline agent CLI behave like Warp. ## Core Features & Use Cases - Warp dark palette and timeline lanes: Lock Warp RGB tokens in the theme module with unit tests, and render TOOL/SKIL/AGNT hop lanes instead of prose titles. - Slash command palette on rustyline 18: Empty-line / or : triggers a ConditionalEventHandler with Cmd::Complete to open the full command menu, avoiding unsupported sequence bindings. - Enterprise command packs and swarm policy: Ship YAML-frontmatter commands with XML prompt bodies embedded via include_str!, and fan out parallel task subagents with a /swarm orchestrator policy. - Use Case: An operator says "make the aimee CLI look like Warp" — apply the palette table, full-flock splash chips, slash palette, and verification cargo tests to deliver the UX. ## Quick Start Ask the agent to apply the Warp UX procedure to the aimee CLI tree, starting with the palette tokens and slash palette, then run the listed cargo tests to verify.