write-script-graphql

Generate GraphQL query scripts and deploy them to Windmill with YAML templates.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aurumorinc/koda --skill write-script-graphql-aurumorinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-script-graphql
Source: https://github.com/aurumorinc/koda/tree/main/apps/koda-api/.claude/skills/write-script-graphql
Command: npx skills add https://github.com/aurumorinc/koda --skill write-script-graphql-aurumorinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for quickly and efficiently writing GraphQL queries, with a focus on simplicity and integration into existing workflows.

Core Features & Use Cases

  • Structured Query Templates: Pre-defined GraphQL query templates that simplify query creation.
  • Automated Metadata Generation: Generates necessary .script.yaml and .lock files to automate deployment.
  • Push Deployments: Facilitates direct deployment to the Windmill platform with a simple command.
  • Resource Discovery: Provides the capability to list available resource types and understand schema usage.
  • Use Case: When working with complex data sources that require a query to be crafted with specific schema details.

Quick Start

Run wmill generate-metadata to create the metadata files and then use wmill sync push to deploy your GraphQL query scripts.

Frequently Asked Questions about write-script-graphql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate GraphQL query scripts without writing templates manually?

You can generate GraphQL query scripts using structured YAML templates that pre-define query structures. This approach simplifies query creation by automating the generation of necessary `.script.yaml` and `.lock` files for your schema.

How do I deploy GraphQL queries to Windmill?

To deploy GraphQL queries to Windmill, run `wmill generate-metadata` to create the required files, then use `wmill sync push` to push the generated scripts directly to the platform for execution.

Can I explore available resource types in a GraphQL schema before writing a query?

Yes, you can list available resource types to understand schema usage. This resource discovery capability helps you craft queries with specific schema details when working with complex data sources.

What is the best way to automate GraphQL query deployment in existing workflows?

The best way to automate GraphQL query deployment is by generating structured metadata files and pushing them directly to your Windmill platform. This eliminates manual template creation and streamlines integration into existing workflows.

Do I need to manually create YAML files to deploy a GraphQL query script?

No, you do not need to manually create YAML files. The Skill provides automated metadata generation, creating the necessary `.script.yaml` and `.lock` files required for deploying your GraphQL query scripts.

Why use template-based coding for GraphQL query generation?

Template-based coding for GraphQL query generation provides pre-defined structures that simplify query creation. It enables efficient schema exploration and query composition, solving the need for quickly writing GraphQL queries without manual setup.