Skip to main content

windmill-labs/windmill

SkillsMP は windmill-labs/windmill から 52 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
52
GitHub スター
17,519
GitHub フォーク
1,069

収集済み skill 52 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

A relentless interview to sharpen a plan or design.

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when creating flows.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing Python scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when creating raw apps.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

MUST use when managing resources.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

MUST use when configuring schedules.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

MUST use when configuring triggers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing Ansible playbooks.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing Bash scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing BigQuery queries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing C# scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing DuckDB queries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing Go scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing GraphQL queries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing Java scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing MS SQL Server queries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing MySQL queries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing PHP scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing PostgreSQL queries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing PowerShell scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing R scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing Rust scripts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

MUST use when writing Snowflake queries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
収集済み skill 52 件中 40 件を表示しています。