kma-core
Official@kma-core
kma-core provides 37 skills for building Windmill flows, multi-language scripts, database queries, triggers, and platform internals across Rust and Svelte codebases.
Agent Skills by kma-core
Showing 37 vetted skills indexed across 1 GitHub repositories.
write-script-snowflake
Write Snowflake SQL scripts with parameter placeholders and S3 streaming for Windmill.
write-script-csharp
Writes C# scripts for Windmill with Main method structure and NuGet package directives.
write-script-rlang
Writes Windmill R scripts with main functions, parameters, resources, and CLI preview commands.
write-script-python3
Write Windmill Python scripts with resource types, wmill SDK, and CLI preview commands.
write-script-bunnative
Write Bun-native TypeScript scripts for Windmill using fetch-only execution without external imports.
triggers
Configure Windmill trigger YAML files for email, webhook, Kafka, and Postgres events.
write-flow
Create and validate Windmill flow definitions using the wmill CLI and OpenFlow schema.
resources
Create and manage Windmill resource files storing credentials and service configurations.
write-script-postgresql
Write PostgreSQL scripts with parameterized queries and S3 integration for Windmill workflows.
write-script-bigquery
Write BigQuery SQL scripts with named parameters and S3 integration for Windmill.
schedules
Configure Windmill schedules that run scripts and flows on cron expressions.
write-script-duckdb
Write DuckDB SQL scripts for Windmill with S3, Ducklake, and external database integration.
write-script-mysql
Writes MySQL query scripts with named parameters and S3 streaming for Windmill workflows.
write-script-rust
Writes Windmill Rust scripts with cargo dependencies, typed main functions, and CLI preview commands.
write-script-php
Write PHP scripts for Windmill with resource types, dependencies, and CLI testing commands.
write-script-go
Writes Go scripts for Windmill with correct package structure and CLI preview commands.
write-script-bun
Write and test Bun/TypeScript scripts for the Windmill platform.
write-script-graphql
Writes GraphQL queries and mutations as Windmill scripts with variable binding.
write-script-java
Write Java scripts for Windmill with Main class conventions and Maven dependencies.
write-script-bash
Writes Bash scripts for Windmill with positional arguments and JSON output conventions.
preview
Launches Windmill dev servers to preview flows, scripts, and apps in a browser or embedder.
write-script-mssql
Write and test Microsoft SQL Server scripts for Windmill workflows.
write-script-deno
Writes Deno/TypeScript scripts for Windmill with correct structure, imports, and CLI testing commands.
cli-commands
Reference Windmill CLI commands for managing scripts, flows, apps, jobs, and workspace resources.
Frequently Asked Questions About kma-core
FAQPage SchemaWhat tasks can I accomplish using kma-core's skills?▼
You can write scripts in 15+ languages (Go, Rust, Java, PHP, Bash, PowerShell, Deno, Bun, C#, R), author queries for Snowflake, BigQuery, PostgreSQL, MySQL, MSSQL, DuckDB, and GraphQL, build Windmill flows and raw apps, configure triggers and schedules, and debug job failures with wmill job.
Who are kma-core's skills designed for?▼
Two audiences: data and platform engineers building Windmill flows, scripts, and database queries, and open-source contributors modifying the Windmill codebase itself, including its Rust backend, Svelte frontend, native trigger integrations, and SQLx query cache.
How do I debug failing Windmill jobs with these skills?▼
Use the cli-commands skill, which covers the wmill command line including `wmill job` for inspecting run history and debugging job failures. The preview skill complements this by opening the Windmill dev page for visual verification of flows, scripts, and apps.
What is required to contribute a new trigger type to Windmill?▼
Follow the adding-a-trigger skill's checklist for wiring a TriggerCrud-based trigger (Azure, GCP, Kafka, etc.) across backend, frontend, CLI, and capture infrastructure. The native-trigger skill covers implementing native trigger services spanning backend and frontend code.
How do kma-core's skills handle code review and commits?▼
The commit skill creates conventional-format git commits, pr opens draft GitHub pull requests, and local-review checks the current PR or branch diff against main for bugs, security issues, and AGENTS.md compliance. The refine skill captures session lessons into docs.