What problem does it solve? Writing scripts for Windmill requires knowing the correct function structure, resource type conventions, and the right CLI commands for testing versus deploying. This Skill guides the AI to produce valid Bun/TypeScript scripts and choose the correct wmill CLI command for each intent. ## Core Features & Use Cases - Script Authoring: Produces Bun/TypeScript scripts with the required async main export, npm imports, and the RT namespace for resource types. - CLI Command Selection: Distinguishes between wmill script preview for local iteration, wmill script run for deployed scripts, and wmill sync push only for explicit deploys. - Platform Integration: Covers the windmill-client SDK for resources, variables, state, S3 file operations, flows, and approval workflows. - Use Case: Ask for a script that reads a CSV from S3 and inserts rows into PostgreSQL; the Skill produces the TypeScript code and offers to run wmill script preview with sample arguments. ## Quick Start Write a Windmill Bun script that fetches data from an API and stores the result, then preview it locally.