add-provider
Installation
SKILL.md
Add Provider
Orchestrates adding a new Grafana product provider — from API discovery through verified implementation. Four stages, worked autonomously: the stage boundaries are checkpoints you satisfy, not approvals you wait for.
When to Use
- User wants to add CLI support for a Grafana Cloud product
- User says "add provider", "new provider", "integrate [product]"
- A bead task references provider implementation
When NOT to use: if all you need is standard CRUD on a type that is
externally accessible and discoverable on /apis — gcx resources already covers
that through dynamic discovery.