CtrlK
BlogDocsLog inGet started
Tessl Logo

windmill

github.com/windmill-labs/windmill

Skill

Added

Review

raw-app

system_prompts/auto-generated/skills/raw-app/SKILL.md

MUST use when creating raw apps.

59

preview

system_prompts/auto-generated/skills/preview/SKILL.md

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.

76

cli-commands

system_prompts/auto-generated/skills/cli-commands/SKILL.md

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

67

update-sqlx

.agents/skills/update-sqlx/SKILL.md

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

72

svelte-frontend

.agents/skills/svelte-frontend/SKILL.md

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

72

rust-backend

.agents/skills/rust-backend/SKILL.md

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

72

refine

.agents/skills/refine/SKILL.md

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

61

pr

.agents/skills/pr/SKILL.md

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.

71

native-trigger

.agents/skills/native-trigger/SKILL.md

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

63

local-review

.agents/skills/local-review/SKILL.md

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

75

local-review-codex

.agents/skills/local-review-codex/SKILL.md

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.

69

commit

.agents/skills/commit/SKILL.md

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

56

ai-evals

.agents/skills/ai-evals/SKILL.md

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.

80

ai-chat

.agents/skills/ai-chat/SKILL.md

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.

67

adding-a-trigger

.agents/skills/adding-a-trigger/SKILL.md

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.

77