数据库
数据库管理与查询
write-script-php
windmill-labs
MUST use when writing PHP scripts.
update-sqlx
windmill-labs
How to safely update SQLx offline query cache. MUST use when SQL queries change.
write-script-duckdb
windmill-labs
MUST use when writing DuckDB queries.
write-script-mysql
windmill-labs
MUST use when writing MySQL queries.
write-script-postgresql
windmill-labs
MUST use when writing PostgreSQL queries.
write-script-rlang
windmill-labs
MUST use when writing R scripts.
write-script-snowflake
windmill-labs
MUST use when writing Snowflake queries.
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.
raw-app
windmill-labs
MUST use when creating raw apps.
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.
write-script-python3
windmill-labs
MUST use when writing Python scripts.
write-script-bash
windmill-labs
MUST use when writing Bash scripts.
resources
windmill-labs
MUST use when managing resources.
write-script-bigquery
windmill-labs
MUST use when writing BigQuery queries.
write-script-bunnative
windmill-labs
MUST use when writing Bun Native scripts. The script must start with //native to run on the native worker.
cli-commands
windmill-labs
MUST use when using the CLI, including debugging job failures and inspecting run history via wmill job.
angular-migration
benjaminasterA
"Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or ..."
asset-inventory
BagelHole
Maintain IT asset inventory and configuration management database. Track hardware, software, and cloud resources. Use when managing IT assets.
docker-compose
BagelHole
Define and run multi-container Docker applications using Docker Compose. Create compose files, manage service dependencies, configure networks and volumes, and orchestrate local development environments. Use when setting up multi-service applications or development environments.
databricks-asset-bundles
databricks-solutions
"Create and configure Databricks Asset Bundles (DABs) with best practices for multi-environment deployments. Use when working with: (1) Creating new DAB projects, (2) Adding resources (dashboards, pipelines, jobs, alerts), (3) Configuring multi-environment deployments, (4) Setting up permissions, (5) Deploying or running bundle resources"
query-performance
comet-ml
Validate what a ClickHouse query actually costs before merging it — at production scale through read-only environment access, or on a revived Testcontainers dataset extrapolated to 20k/500k/1M entities. Use when a DAO query changes, when an endpoint is slow, or when a reviewer asks "what does this cost at scale".
airtable-automation
benjaminasterA
"Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas."
agent-tool-builder
benjaminasterA
"Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar..."
agp-9-upgrade
android
Upgrades, or migrates, an Android project to use Android Gradle Plugin