windmill-labs

windmill-labs

@windmill-labs Organization

GitHub
62 Skills
1096656 Total Stars
February 2026 Joined

Public Skills

raw-app

by windmill-labs

MUST use when creating raw apps.

CLI Tools 17.7K 18d ago

write-script-bun

by windmill-labs

MUST use when writing TypeScript scripts. Bun is the default and preferred TypeScript runtime — pick it for TypeScript unless the script specifically needs Deno.

Automation 17.7K 18d ago

write-script-bunnative

by windmill-labs

MUST use when writing Bun Native scripts. The script must start with //native to run on the native worker.

Automation 17.7K 18d ago

write-script-deno

by windmill-labs

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.

Automation 17.7K 18d ago

write-script-python3

by windmill-labs

MUST use when writing Python scripts.

Processing 17.7K 18d ago

svelte-frontend

by windmill-labs

Svelte coding guidelines for the Windmill frontend. MUST use when writing or modifying code in the frontend directory.

Design 17.7K 18d ago

write-flow

by windmill-labs

MUST use when creating flows.

Comments 17.7K 18d ago

codebase-design

by windmill-labs

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 vocabulary.

Testing 17.7K 25d ago

domain-modeling

by windmill-labs

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, or when another skill needs to maintain the domain model.

i18n 17.7K 25d ago

grill-me

by windmill-labs

A relentless interview to sharpen a plan or design.

Auth 17.7K 25d ago

grilling

by windmill-labs

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

Agents 17.7K 25d ago

improve-codebase-architecture

by windmill-labs

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

Analytics 17.7K 25d ago

pr

by windmill-labs

Open a draft pull request on GitHub and drive CI review rounds until it is ready. MUST use when you want to create/open a PR.

Comments 17.7K 25d ago

refine

by windmill-labs

End-of-session reflection. Reviews friction encountered during the session and proposes updates to docs/ to capture lessons learned.

Auth 17.7K 25d ago

rust-backend

by windmill-labs

Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory.

API Dev 17.7K 25d ago

update-sqlx

by windmill-labs

How to safely update SQLx offline query cache. MUST use when SQL queries change.

Database 17.7K 25d ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

Design 17.7K 25d ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 25d ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 25d ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 25d ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

Refactoring 17.7K 25d ago

cli-commands

by windmill-labs

MUST use when using the CLI, including debugging job failures and inspecting run history via wmill job.

Database 17.7K 1mo ago

write-workflow-as-code

by windmill-labs

MUST use when writing or modifying Windmill Workflow-as-Code scripts using workflow, task, step, sleep, approvals, taskScript, taskFlow, task_script, or task_flow.

Automation 17.7K 1mo ago

resources

by windmill-labs

MUST use when managing resources.

Database 17.7K 1mo ago

schedules

by windmill-labs

MUST use when configuring schedules.

Automation 17.7K 1mo ago

triggers

by windmill-labs

MUST use when configuring triggers.

Automation 17.7K 1mo ago

write-script-ansible

by windmill-labs

MUST use when writing Ansible playbooks.

CLI Tools 17.7K 1mo ago

write-script-bash

by windmill-labs

MUST use when writing Bash scripts.

CLI Tools 17.7K 1mo ago

write-script-bigquery

by windmill-labs

MUST use when writing BigQuery queries.

CLI Tools 17.7K 1mo ago

write-script-csharp

by windmill-labs

MUST use when writing C# scripts.

CLI Tools 17.7K 1mo ago

write-script-duckdb

by windmill-labs

MUST use when writing DuckDB queries.

Processing 17.7K 1mo ago

write-script-go

by windmill-labs

MUST use when writing Go scripts.

CLI Tools 17.7K 1mo ago

write-script-graphql

by windmill-labs

MUST use when writing GraphQL queries.

CLI Tools 17.7K 1mo ago

write-script-java

by windmill-labs

MUST use when writing Java scripts.

CLI Tools 17.7K 1mo ago

write-script-mssql

by windmill-labs

MUST use when writing MS SQL Server queries.

CLI Tools 17.7K 1mo ago

write-script-mysql

by windmill-labs

MUST use when writing MySQL queries.

CLI Tools 17.7K 1mo ago

write-script-php

by windmill-labs

MUST use when writing PHP scripts.

CLI Tools 17.7K 1mo ago

write-script-postgresql

by windmill-labs

MUST use when writing PostgreSQL queries.

CLI Tools 17.7K 1mo ago

write-script-powershell

by windmill-labs

MUST use when writing PowerShell scripts.

CLI Tools 17.7K 1mo ago

write-script-rlang

by windmill-labs

MUST use when writing R scripts.

CLI Tools 17.7K 1mo ago

write-script-rust

by windmill-labs

MUST use when writing Rust scripts.

CLI Tools 17.7K 1mo ago

write-script-snowflake

by windmill-labs

MUST use when writing Snowflake queries.

Processing 17.7K 1mo ago

adding-a-trigger

by windmill-labs

Checklist for adding a new TriggerCrud-based trigger type to Windmill (Azure, GCP, Kafka, etc.). Use when wiring a new trigger kind across backend, frontend, CLI, and capture infrastructure.

Code Gen 17.7K 1mo ago

local-review-codex

by windmill-labs

Run the CI Codex PR review locally against this branch's unpushed work (committed + uncommitted) before pushing. Same policy, model, and reasoning effort as the codex-pr-review GitHub action.

CLI Tools 17.7K 1mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

Code Review 17.7K 1mo ago

ai-chat

by windmill-labs

Guidance for improving the Windmill AI chat (copilot), especially global mode — tools, prompts, and context-window discipline. Use when editing chat tools, system prompts, or tool-result shapes under frontend/src/lib/components/copilot/chat, or when changing how the chat manages its context window.

Prompts 17.7K 2mo ago

ai-evals

by windmill-labs

Author and run black-box benchmark cases for the Windmill AI generation modes (flow/app/script/cli/global) in ai_evals/. Use when adding or changing eval cases, or when running before/after benchmarks for AI chat / copilot changes.

CLI Tools 17.7K 2mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 2mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 2mo ago

local-review

by windmill-labs

Code review the current PR (or branch diff against main) for bugs, security, and AGENTS.md compliance. MUST use when asked to review code.

Comments 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

Git & VCS 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

Code Review 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

UI Components 17.7K 4mo ago

commit

by windmill-labs

Create a git commit with conventional commit format. MUST use anytime you want to commit changes.

Debugging 17.7K 4mo ago

native-trigger

by windmill-labs

Guidance for adding native trigger services to Windmill. Use when implementing or modifying native trigger integrations across the backend and frontend.

API Dev 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

Code Review 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 4mo ago

windmill

by windmill-labs

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

productivity 17.7K 4mo ago

preview

by windmill-labs

MUST 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.

Automation 17.7K 4mo ago