create-launch-modal

Create a one-time launch modal in the Warp client using feature flags.

88|19|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/Heartcoolman/warp-cn --skill create-launch-modal-heartcoolman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-launch-modal
Source: https://github.com/Heartcoolman/warp-cn/tree/main/.agents/skills/create-launch-modal
Command: npx skills add https://github.com/Heartcoolman/warp-cn --skill create-launch-modal-heartcoolman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit addresses the need for creating a one-time launch modal in the Warp client for feature announcements, onboarding, and similar use cases.

Core Features & Use Cases

  • Feature Announcement: Create modals that appear exactly once per user on startup, based on feature flags.
  • Onboarding: Implement modals for user onboarding processes.
  • Customization: Utilize Warp theme tokens and terminal theme colors for a consistent look.

Quick Start

To create a new launch modal, run the command: 'create-launch-modal --name <modal_name> --description <modal_description>'

Frequently Asked Questions about create-launch-modal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a one-time launch modal in the Warp client?

The launch modal is designed to appear exactly once per user on startup, triggered by feature flags, making it ideal for feature announcements and onboarding processes within the Warp client.

Can I use feature flags to control Warp client onboarding modals?

Yes, the launch modal creation process is explicitly activated by feature flags, ensuring the onboarding or feature announcement modal appears only once per user upon startup.

How do I style a launch modal using Warp theme tokens?

The generated modal view files utilize Warp theme tokens and terminal theme colors automatically, ensuring the launch modal maintains a consistent look with the rest of the Warp client interface.

What settings configuration is required for a Warp feature announcement modal?

Creating a Warp feature announcement modal requires settings configuration and view file creation to handle the feature flag activation and enforce the one-time display rule per user.

Does the Warp launch modal support appearing more than once per user?

No, the launch modal is specifically designed as a one-time event per user, meaning it will not appear again on subsequent startups once the feature flag has been triggered and the modal displayed.