MUST use when writing TypeScript scripts. Bun is the default and preferred TypeScript runtime — pick it for TypeScript unless the script specifically needs Deno.
MUST use when writing Bun Native scripts. The script must start with //native to run on the native worker.
Use 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.
MUST use when writing Python scripts.
MUST use when creating raw apps.
Svelte coding guidelines for the Windmill frontend. MUST use when writing or modifying code in the frontend directory.
MUST use when creating flows.
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module…