mql
Cloud infrastructure querying and provider development workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorscheck-querypack-deprecations
Detect deprecated resource and field references in MQL query pack YAML files.
staged-discovery
Add staged discovery routing with root and scoped traversal phases to infrastructure providers.
provider-release
Automate MQL provider release PRs by checking changes, bumping versions, and generating changelogs.
update-azure-deps
Update Azure SDK Go dependencies with a major-aware upgrade plan.
provider-verification
Verify MQL provider schema changes against live cloud infrastructure.
new-provider
Scaffolds a new MQL provider using the Go-based provider-scaffold tool.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core