vpzed-dev avatar

vpzed-dev

Official

@vpzed-dev

0Followers
|
5Public Repos
|
28Published Skills

vpzed-dev provides Windmill platform skills for authoring scripts, flows, apps, triggers, schedules, and resources across 15+ languages and databases.

Skills Distribution
DomainDeveloper To...Multi-Language Scr.. (40%)Database Query Dev.. (25%)Flow & App Composi.. (20%)Scheduling, Trigge.. (15%)

Agent Skills by vpzed-dev

Showing 28 vetted skills indexed across 1 GitHub repositories.

vpzed-devvpzed-dev

write-script-snowflake

Write and test Snowflake SQL scripts for Windmill with parameterized queries and S3 integration.

Official
Intermediate
vpzed-devvpzed-dev

write-script-csharp

Writes C# scripts for Windmill with NuGet packages and CLI preview workflows.

Official
Intermediate
vpzed-devvpzed-dev

write-script-rlang

Write R scripts for Windmill with main functions, typed parameters, and CLI preview workflows.

Official
Intermediate
vpzed-devvpzed-dev

write-script-python3

Writes and tests Windmill Python scripts with correct CLI preview, metadata sync, and SDK usage.

Official
Advanced
vpzed-devvpzed-dev

write-script-bunnative

Writes Windmill Bun Native TypeScript scripts that run on the native worker.

Official
Intermediate
vpzed-devvpzed-dev

triggers

Configure Windmill trigger YAML files for HTTP, Kafka, NATS, MQTT, and other event sources.

Official
Intermediate
vpzed-devvpzed-dev

write-flow

Scaffold and author Windmill flows using the wmill CLI and OpenFlow schema.

Official
Advanced
vpzed-devvpzed-dev

resources

Create and manage Windmill resource files storing credentials and service configurations.

Official
Intermediate
vpzed-devvpzed-dev

write-script-postgresql

Write and test PostgreSQL scripts for Windmill workflows with parameterized queries.

Official
Intermediate
vpzed-devvpzed-dev

write-script-bigquery

Writes and tests BigQuery SQL scripts for Windmill workflows.

Official
Intermediate
vpzed-devvpzed-dev

schedules

Configure Windmill cron schedules using schedule.yaml files and wmill CLI commands.

Official
Intermediate
vpzed-devvpzed-dev

write-script-duckdb

Write DuckDB SQL scripts for Windmill with preview, metadata sync, and S3 integration.

Official
Intermediate
vpzed-devvpzed-dev

write-script-mysql

Write and test MySQL scripts for Windmill with parameterized queries and S3 integration.

Official
Intermediate
vpzed-devvpzed-dev

write-script-ansible

Writes Ansible playbooks as Windmill scripts with header configuration and CLI workflow guidance.

Official
Intermediate
vpzed-devvpzed-dev

write-script-rust

Writes Windmill Rust scripts with cargo dependencies, typed main functions, and CLI preview workflows.

Official
Intermediate
vpzed-devvpzed-dev

write-script-php

Write PHP scripts for Windmill with typed resources, dependencies, and CLI preview workflows.

Official
Intermediate
vpzed-devvpzed-dev

write-script-go

Writes Go scripts for Windmill with correct package structure and CLI preview workflow.

Official
Intermediate
vpzed-devvpzed-dev

write-script-bun

Writes TypeScript scripts for Windmill using the Bun runtime and windmill-client SDK.

Official
Intermediate
vpzed-devvpzed-dev

write-script-graphql

Write GraphQL queries and mutations as Windmill scripts with typed variables.

Official
Intermediate
vpzed-devvpzed-dev

write-script-java

Write Java scripts for Windmill with Main class conventions and Maven dependency declarations.

Official
Intermediate
vpzed-devvpzed-dev

write-script-bash

Writes Windmill Bash scripts with positional arguments and JSON output conventions.

Official
Intermediate
vpzed-devvpzed-dev

preview

Launches Windmill dev servers to preview flows, scripts, and apps visually.

Official
Intermediate
vpzed-devvpzed-dev

write-script-mssql

Writes Microsoft SQL Server scripts for Windmill with parameter binding and S3 integration.

Official
Intermediate
vpzed-devvpzed-dev

write-script-deno

Writes Windmill TypeScript scripts that require the Deno runtime and its standard library.

Official
Advanced

Frequently Asked Questions About vpzed-dev

FAQPage Schema
What 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.