Auto Generated
Auto Generated from windmill-labs/windmill.
Skills in this plugin
11- ▌ Preview · windmill-labsMUST use when opening the Windmill dev page / visual preview of a flow, script, or app. Triggers on words like preview, open, navigate to, visualize, see the flow/app/script, and after writing a flow/script/app for visual verification.
- ▌ CLI Commands · windmill-labsMUST use when using the CLI, including debugging job failures and inspecting run history via `wmill job`.
- ▌ Write Script Bun · windmill-labsMUST use when writing TypeScript scripts. Bun is the default and preferred TypeScript runtime — pick it for TypeScript unless the script specifically needs Deno.
- ▌ Write Script Deno · windmill-labsUse ONLY when a TypeScript script specifically requires the Deno runtime (Deno stdlib or deno.land URL imports). For all other TypeScript, use write-script-bun instead.
- ▌
- ▌
- ▌ Write Script Bunnative · windmill-labsMUST use when writing Bun Native scripts. The script must start with //native to run on the native worker.
- ▌
- ▌ Write Workflow As Code · windmill-labsMUST use when writing or modifying Windmill Workflow-as-Code scripts using workflow, task, step, sleep, approvals, taskScript, taskFlow, task_script, or task_flow.
- ▌
- ▌