What problem does it solve? After writing a Windmill flow, script, or app, you need a way to visually verify it renders and runs correctly. This Skill starts the right wmill dev server in the right mode and hands you a working preview URL, handling the differences between browser tabs, IDE preview panes, and MCP-based preview tools. ## Core Features & Use Cases - Mode selection: Chooses between direct mode (remote HTTPS dev page) and proxy mode (localhost URL) based on what the embedder accepts. - Server startup: Spawns wmill dev or wmill app dev in the background and captures the printed URL, or writes a per-target .claude/launch.json entry when an mcp__Claude_Preview__* tool is available. - Non-visual alternative: Runs wmill flow preview or wmill script preview for programmatic job-result testing without deploying. - Use Case: You just wrote a flow at f/test/my_flow and want to see it. The Skill starts wmill dev --path f/test/my_flow --no-open in the background and gives you the dev page URL to open in your browser. ## Quick Start Ask the assistant to preview the flow at f/test/my_flow and it will start the Windmill dev server and return a URL to open.