mondoohqmondoohqOfficial·6 Agent Skills Included

mql

Cloud infrastructure querying and provider development workflows

Queries cloud accounts, Kubernetes, containers, and operating systems through one unified query language covering over 1,300 resources. Guides developers through adding providers and resources, auditing provider code for silent data bugs, and verifying changes against live cloud infrastructure. Eliminates manual schema design mistakes, redundant API calls, and untested releases.
npx skills add mondoohq/mql --all -g -y
Available:

Instructs the agent on when to invoke each provider-development skill and enforces the schema, doc-comment, and typed-reference rules for building mql resources correctly.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mql skills?â–¼

Run `npx skills add mondoohq/mql --all -g -y` in your terminal to install all skills in this suite globally.

What is MQL used for?â–¼

MQL is a query language and engine for inspecting cloud infrastructure, letting you ask questions about AWS, Azure, GCP, Kubernetes, containers, and operating systems from one place.

How do I add a new resource to an mql provider?â–¼

Use the new-resource skill, which walks through schema definition, code generation, testing, and verification against a real target while avoiding common traps.

Can these skills catch provider bugs automatically?â–¼

Yes. The provider-bug-review skill audits provider code for pagination truncation, nil handling, caching collisions, and stub data that silently returns wrong results.

Do these skills work with Claude Code and Cursor?â–¼

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineering→