vpzed-dev
Official@vpzed-dev
vpzed-dev provides Windmill platform skills for authoring scripts, flows, apps, triggers, schedules, and resources across 15+ languages and databases.
Agent Skills by vpzed-dev
Showing 28 vetted skills indexed across 1 GitHub repositories.
write-script-snowflake
Write and test Snowflake SQL scripts for Windmill with parameterized queries and S3 integration.
write-script-csharp
Writes C# scripts for Windmill with NuGet packages and CLI preview workflows.
write-script-rlang
Write R scripts for Windmill with main functions, typed parameters, and CLI preview workflows.
write-script-python3
Writes and tests Windmill Python scripts with correct CLI preview, metadata sync, and SDK usage.
write-script-bunnative
Writes Windmill Bun Native TypeScript scripts that run on the native worker.
triggers
Configure Windmill trigger YAML files for HTTP, Kafka, NATS, MQTT, and other event sources.
write-flow
Scaffold and author Windmill flows using the wmill CLI and OpenFlow schema.
resources
Create and manage Windmill resource files storing credentials and service configurations.
write-script-postgresql
Write and test PostgreSQL scripts for Windmill workflows with parameterized queries.
write-script-bigquery
Writes and tests BigQuery SQL scripts for Windmill workflows.
schedules
Configure Windmill cron schedules using schedule.yaml files and wmill CLI commands.
write-script-duckdb
Write DuckDB SQL scripts for Windmill with preview, metadata sync, and S3 integration.
write-script-mysql
Write and test MySQL scripts for Windmill with parameterized queries and S3 integration.
write-script-ansible
Writes Ansible playbooks as Windmill scripts with header configuration and CLI workflow guidance.
write-script-rust
Writes Windmill Rust scripts with cargo dependencies, typed main functions, and CLI preview workflows.
write-script-php
Write PHP scripts for Windmill with typed resources, dependencies, and CLI preview workflows.
write-script-go
Writes Go scripts for Windmill with correct package structure and CLI preview workflow.
write-script-bun
Writes TypeScript scripts for Windmill using the Bun runtime and windmill-client SDK.
write-script-graphql
Write GraphQL queries and mutations as Windmill scripts with typed variables.
write-script-java
Write Java scripts for Windmill with Main class conventions and Maven dependency declarations.
write-script-bash
Writes Windmill Bash scripts with positional arguments and JSON output conventions.
preview
Launches Windmill dev servers to preview flows, scripts, and apps visually.
write-script-mssql
Writes Microsoft SQL Server scripts for Windmill with parameter binding and S3 integration.
write-script-deno
Writes Windmill TypeScript scripts that require the Deno runtime and its standard library.
Frequently Asked Questions About vpzed-dev
FAQPage SchemaWhat tasks can I accomplish with vpzed-dev's Windmill skills?βΌ
You can author scripts in Python, TypeScript (Bun or Deno), Go, Rust, C#, Java, PHP, R, Bash, and PowerShell; write SQL for Snowflake, BigQuery, PostgreSQL, MySQL, DuckDB, and MS SQL Server; build flows, raw apps, and GraphQL queries; and configure triggers, schedules, and resources.
Who should use these Windmill skills?βΌ
Platform engineers, data engineers, and backend developers building on the Windmill platform. They suit anyone authoring multi-language scripts, database queries, Ansible playbooks, or Workflow-as-Code definitions who needs correct runtime selection and platform conventions.
How do I choose between the Bun and Deno TypeScript skills?βΌ
Use write-script-bun by default for all TypeScript, since Bun is the preferred Windmill runtime. Choose write-script-deno only when the script specifically requires Deno stdlib or deno.land URL imports. For native execution, write-script-bunnative requires the script to start with //native.
How do I debug and preview Windmill jobs with these skills?βΌ
Use the cli-commands skill to inspect run history and debug job failures via the wmill job command. Use the preview skill to open the Windmill dev page for visual verification of a flow, script, or app after writing it.
What prerequisites are needed to use these skills?βΌ
A Windmill environment is required, since every skill targets Windmill concepts: scripts, flows, apps, triggers, schedules, and resources. Database query skills additionally assume access to the corresponding system such as Snowflake, BigQuery, PostgreSQL, MySQL, DuckDB, or MS SQL Server.