← all skills

windmill-labs

windmill-labs

@windmill-labs seed · attribution · source repo

0 followers · 26 skills

26 published skills

  1. Pr · windmill-labs bundle
    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.
    0
    installs
  2. Commit · windmill-labs
    Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
    0
    installs
  3. Refine · windmill-labs
    End-of-session reflection. Reviews friction encountered during the session and proposes updates to docs/ to capture lessons learned.
    0
    installs
  4. AI Chat · 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.
    0
    installs
  5. AI Evals · 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.
    0
    installs
  6. Update Sqlx · windmill-labs bundle
    How to safely update SQLx offline query cache. MUST use when SQL queries change.
    0
    installs
  7. Local Review · 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.
    0
    installs
  8. Rust Backend · windmill-labs
    Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory.
    0
    installs
  9. Native Trigger · windmill-labs
    Guidance for adding native trigger services to Windmill. Use when implementing or modifying native trigger integrations across the backend and frontend.
    0
    installs
  10. Codebase Design · windmill-labs bundle
    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.
    0
    installs
  11. Domain Modeling · windmill-labs bundle
    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.
    0
    installs
  12. Svelte Frontend · windmill-labs
    Svelte coding guidelines for the Windmill frontend. MUST use when writing or modifying code in the frontend directory.
    0
    installs
  13. Adding A Trigger · 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.
    0
    installs
  14. Local Review Codex · windmill-labs bundle
    Run the CI Codex PR review locally against this branch's unpushed work (committed + uncommitted) before pushing. Same policy and reasoning effort as the codex-pr-review GitHub action, on a newer model.
    0
    installs
  15. Improve Codebase Architecture · windmill-labs bundle
    Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
    0
    installs
  16. Preview · 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.
    0
    installs
  17. CLI Commands · windmill-labs
    MUST use when using the CLI, including debugging job failures and inspecting run history via `wmill job`.
    0
    installs
  18. Write Script Bun · 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.
    0
    installs
  19. Write Script Deno · 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.
    0
    installs
  20. Write Script Mssql · windmill-labs
    MUST use when writing MS SQL Server queries.
    0
    installs
  21. Write Script Ansible · windmill-labs
    MUST use when writing Ansible playbooks.
    0
    installs
  22. Write Script Bunnative · windmill-labs
    MUST use when writing Bun Native scripts. The script must start with //native to run on the native worker.
    0
    installs
  23. Write Script Snowflake · windmill-labs
    MUST use when writing Snowflake queries.
    0
    installs
  24. Write Workflow As Code · 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.
    0
    installs
  25. Write Script Postgresql · windmill-labs
    MUST use when writing PostgreSQL queries.
    0
    installs
  26. Write Script Powershell · windmill-labs
    MUST use when writing PowerShell scripts.
    0
    installs