Skip to main content

windmill-labs/windmill

SkillsMP a collecté 52 skills depuis windmill-labs/windmill. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
52
Étoiles GitHub
17 519
Forks GitHub
1 069

Affichage de 40 skills collectés sur 52.

métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

A relentless interview to sharpen a plan or design.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when creating flows.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing Python scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when creating raw apps.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

MUST use when managing resources.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

MUST use when configuring schedules.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

MUST use when configuring triggers.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing Ansible playbooks.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing Bash scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing BigQuery queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing C# scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing DuckDB queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing Go scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing GraphQL queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing Java scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing MS SQL Server queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing MySQL queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing PHP scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing PostgreSQL queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing PowerShell scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing R scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing Rust scripts.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

MUST use when writing Snowflake queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 52.