create-launch-modal

Installation
SKILL.md

create-launch-modal

Create a one-time launch modal — the dark-background design used for feature announcements like "Orchestrate any agent, anywhere" or "Warp is now open-source."

Reference implementation

app/src/workspace/view/orchestration_launch_modal/ — the canonical, most up-to-date example of this pattern.

Checklist

  • Feature flag in warp_features/src/lib.rs
  • Settings field in app/src/settings/ai.rs
  • Trigger logic in app/src/workspace/one_time_modal_model.rs
  • View files under app/src/workspace/view/<name>_launch_modal/
  • Workspace wiring in app/src/workspace/view.rs and app/src/workspace/mod.rs
  • Debug actions in app/src/workspace/action.rs
  • Hero image at app/assets/async/png/onboarding/<name>_launch_banner.png
  • Any custom icons added to crates/warp_core/src/ui/icons.rs + SVG in app/assets/bundled/svg/
Related skills
Installs
1
Repository
warpdotdev/warp
GitHub Stars
57.6K
First Seen
2 days ago