kma-core avatar

kma-core

Official

@kma-core

0Followers
|
1Public Repos
|
37Published Skills

kma-core provides 37 skills for building Windmill flows, multi-language scripts, database queries, triggers, and platform internals across Rust and Svelte codebases.

Skills Distribution
DomainDeveloper To...Multi-Language Scr.. (40%)Database Query Aut.. (25%)Windmill Platform .. (20%)Git & Code Review .. (15%)

Agent Skills by kma-core

Showing 37 vetted skills indexed across 1 GitHub repositories.

kma-corekma-core

write-script-snowflake

Write Snowflake SQL scripts with parameter placeholders and S3 streaming for Windmill.

Official
Intermediate
kma-corekma-core

write-script-csharp

Writes C# scripts for Windmill with Main method structure and NuGet package directives.

Official
Basic
kma-corekma-core

write-script-rlang

Writes Windmill R scripts with main functions, parameters, resources, and CLI preview commands.

Official
Intermediate
kma-corekma-core

write-script-python3

Write Windmill Python scripts with resource types, wmill SDK, and CLI preview commands.

Official
Intermediate
kma-corekma-core

write-script-bunnative

Write Bun-native TypeScript scripts for Windmill using fetch-only execution without external imports.

Official
Intermediate
kma-corekma-core

triggers

Configure Windmill trigger YAML files for email, webhook, Kafka, and Postgres events.

Official
Intermediate
kma-corekma-core

write-flow

Create and validate Windmill flow definitions using the wmill CLI and OpenFlow schema.

Official
Advanced
kma-corekma-core

resources

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

Official
Intermediate
kma-corekma-core

write-script-postgresql

Write PostgreSQL scripts with parameterized queries and S3 integration for Windmill workflows.

Official
Intermediate
kma-corekma-core

write-script-bigquery

Write BigQuery SQL scripts with named parameters and S3 integration for Windmill.

Official
Intermediate
kma-corekma-core

schedules

Configure Windmill schedules that run scripts and flows on cron expressions.

Official
Basic
kma-corekma-core

write-script-duckdb

Write DuckDB SQL scripts for Windmill with S3, Ducklake, and external database integration.

Official
Intermediate
kma-corekma-core

write-script-mysql

Writes MySQL query scripts with named parameters and S3 streaming for Windmill workflows.

Official
Intermediate
kma-corekma-core

write-script-rust

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

Official
Intermediate
kma-corekma-core

write-script-php

Write PHP scripts for Windmill with resource types, dependencies, and CLI testing commands.

Official
Basic
kma-corekma-core

write-script-go

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

Official
Basic
kma-corekma-core

write-script-bun

Write and test Bun/TypeScript scripts for the Windmill platform.

Official
Intermediate
kma-corekma-core

write-script-graphql

Writes GraphQL queries and mutations as Windmill scripts with variable binding.

Official
Basic
kma-corekma-core

write-script-java

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

Official
Basic
kma-corekma-core

write-script-bash

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

Official
Basic
kma-corekma-core

preview

Launches Windmill dev servers to preview flows, scripts, and apps in a browser or embedder.

Official
Intermediate
kma-corekma-core

write-script-mssql

Write and test Microsoft SQL Server scripts for Windmill workflows.

Official
Intermediate
kma-corekma-core

write-script-deno

Writes Deno/TypeScript scripts for Windmill with correct structure, imports, and CLI testing commands.

Official
Intermediate
kma-corekma-core

cli-commands

Reference Windmill CLI commands for managing scripts, flows, apps, jobs, and workspace resources.

Official
Intermediate

Frequently Asked Questions About kma-core

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