fabric-operations-agentlisted
Install: claude install-skill wardawgmalvicious/agent-config
# Fabric Operations Agent: the definition file and its ALM consequences
Everything below was verified **2026-09-02**. The item, its Git
integration, its deployment-pipeline support and Investigator insights
are all **preview** — re-check dated claims before relying on them.
This skill is about the *file*. The portal click-path is documented and
not repeated here; what is not documented is what `Configurations.json`
means once it is committed.
## 1. Item identity
| Fact | Value |
| --- | --- |
| `.platform` `metadata.type` | `OperationsAgent` |
| Folder | `<Name>.OperationsAgent/` |
| Definition part | `Configurations.json` — **plural, capital C**, not `<name>.json` |
| Schema | `https://developer.microsoft.com/json-schemas/fabric/item/operationsAgents/definition/1.0.0/schema.json` |
Two files per item and nothing else.
**The REST docs do not list this item type.** [Item definition
overview](https://learn.microsoft.com/rest/api/fabric/articles/item-management/definitions/item-definition-overview)
enumerates ~30 types under *Definition Details for Supported Item Types*
and Operations Agent is not among them. That is not evidence of "no item
definition" — the schema above is live and returns 200. Same pattern as
`fabric-realtime-dashboard` and `fabric-graph`: a hand-editable
definition whose contract lives at a schema URL rather than in the API
reference.
**One item type, two front doors.** Real-Time Intelligence documents the
general item; Data Factory documents [Operati