@skills · Owner
Agent skills by windmill-labs
70 skills indexed from github.com/windmill-labs. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .agents · Collection · 17,464 stars
- .claude · Collection · 17,464 stars
- adding-a-trigger · Skill · 17,464 stars
Checklist for adding a new TriggerCrud-based trigger type to Windmill (Azure, GCP, Kafka, etc.). Use when wiring a new trigger kind across backend, fronten
- adding-a-trigger · Skill · 17,464 stars
- ai-chat · Skill · 17,464 stars
- ai-chat · Skill · 17,464 stars
Guidance for improving the Windmill AI chat (copilot), especially global mode — tools, prompts, and context-window discipline. Use when editing chat tools,
- ai-evals · Skill · 17,464 stars
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 c
- ai-evals · Skill · 17,464 stars
- auto-generated · Collection · 17,464 stars
- cli-commands · Skill · 17,464 stars
MUST use when using the CLI, including debugging job failures and inspecting run history via `wmill job`.
- commit · Skill · 17,464 stars
- commit · Skill · 17,464 stars
Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
- local-review · Skill · 17,464 stars
Code review the current PR (or branch diff against main) for bugs, security, and AGENTS.md compliance. MUST use when asked to review code.
- local-review · Skill · 17,464 stars
- local-review-codex · Skill · 17,464 stars
Run the CI Codex PR review locally against this branch's unpushed work (committed + uncommitted) before pushing. Same policy and reasoning effort as the co
- local-review-codex · Skill · 17,464 stars
- native-trigger · Skill · 17,464 stars
Guidance for adding native trigger services to Windmill. Use when implementing or modifying native trigger integrations across the backend and frontend.
- native-trigger · Skill · 17,464 stars
- pr · Skill · 17,464 stars
- pr · Skill · 17,464 stars
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.
- preview · Skill · 17,464 stars
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 t
- raw-app · Skill · 17,464 stars
MUST use when creating raw apps.
- refine · Skill · 17,464 stars
End-of-session reflection. Reviews friction encountered during the session and proposes updates to docs/ to capture lessons learned.
- refine · Skill · 17,464 stars
- resources · Skill · 17,464 stars
MUST use when managing resources.
- rust-backend · Skill · 17,464 stars
- rust-backend · Skill · 17,464 stars
Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory.
- schedules · Skill · 17,464 stars
MUST use when configuring schedules.
- skills · Collection · 17,464 stars
- skills · Collection · 17,464 stars
- skills · Collection · 17,464 stars
- svelte-frontend · Skill · 17,464 stars
- svelte-frontend · Skill · 17,464 stars
Svelte coding guidelines for the Windmill frontend. MUST use when writing or modifying code in the frontend directory.
- system_prompts · Collection · 17,464 stars
- triggers · Skill · 17,464 stars
MUST use when configuring triggers.
- update-sqlx · Skill · 17,464 stars
- update-sqlx · Skill · 17,464 stars
How to safely update SQLx offline query cache. MUST use when SQL queries change.
- windmill · Collection · 17,464 stars
- write-flow · Skill · 17,464 stars
MUST use when creating flows.
- write-script-ansible · Skill · 17,464 stars
MUST use when writing Ansible playbooks.
- write-script-bash · Skill · 17,464 stars
MUST use when writing Bash scripts.
- write-script-bigquery · Skill · 17,464 stars
MUST use when writing BigQuery queries.
- write-script-bun · Skill · 17,464 stars
MUST use when writing TypeScript scripts. Bun is the default and preferred TypeScript runtime — pick it for TypeScript unless the script specifically needs
- write-script-bunnative · Skill · 17,464 stars
MUST use when writing Bun Native scripts. The script must start with //native to run on the native worker.
- write-script-csharp · Skill · 17,464 stars
MUST use when writing C# scripts.
- write-script-deno · Skill · 17,464 stars
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
- write-script-duckdb · Skill · 17,464 stars
MUST use when writing DuckDB queries.
- write-script-go · Skill · 17,464 stars
MUST use when writing Go scripts.
- write-script-graphql · Skill · 17,464 stars
MUST use when writing GraphQL queries.
- write-script-java · Skill · 17,464 stars
MUST use when writing Java scripts.
- write-script-mssql · Skill · 17,464 stars
MUST use when writing MS SQL Server queries.
- write-script-mysql · Skill · 17,464 stars
MUST use when writing MySQL queries.
- write-script-php · Skill · 17,464 stars
MUST use when writing PHP scripts.
- write-script-postgresql · Skill · 17,464 stars
MUST use when writing PostgreSQL queries.
- write-script-powershell · Skill · 17,464 stars
MUST use when writing PowerShell scripts.
- write-script-python3 · Skill · 17,464 stars
MUST use when writing Python scripts.
- write-script-rlang · Skill · 17,464 stars
MUST use when writing R scripts.
- write-script-rust · Skill · 17,464 stars
MUST use when writing Rust scripts.
- write-script-snowflake · Skill · 17,464 stars
MUST use when writing Snowflake queries.
- write-workflow-as-code · Skill · 17,464 stars
MUST use when writing or modifying Windmill Workflow-as-Code scripts using workflow, task, step, sleep, approvals, taskScript, taskFlow, task_script, or ta
- codebase-design · Skill
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where
- codebase-design · Skill
- domain-modeling · Skill
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
- domain-modeling · Skill
- grill-me · Skill
- grill-me · Skill
A relentless interview to sharpen a plan or design.
- grilling · Skill
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.
- grilling · Skill
- improve-codebase-architecture · Skill
- improve-codebase-architecture · Skill
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.