
Anomalyarmor Agents
- 1 repo stars
- Updated May 30, 2026
- anomalyarmor/agents
AnomalyArmor Agents is a Claude Code plugin that exposes AnomalyArmor data observability through bundled AI skills and an MCP server.
About
AnomalyArmor Agents is a Claude Code plugin repository that packages AI skills together with an MCP server so you can talk to AnomalyArmor’s data observability surface from your agent session. developers and small teams who run SaaS or API products with warehouses, event streams, or batch tables can use it to check freshness, spot schema drift, and stay aligned with monitoring and alert semantics without building a custom CLI for every check. Install it when you want Claude Code to help triage “is this table stale?” or “did this column change?” during work, pairing human judgment with agent-driven queries. It is narrower than a general DevOps dashboard: it assumes AnomalyArmor (or compatible workflows) is part of your stack. Complexity is intermediate because you need Claude Code, MCP registration, and comfort with data contracts. The payoff is faster incident response and fewer silent data regressions while you iterate on the product.
- Bundles AI skills plus an MCP server aimed at AnomalyArmor data observability
- Covers schema drift, freshness, data-quality health, and alert-oriented tracking keywords
- Single-plugin marketplace entry focused on observability rather than app scaffolding
- Lets coding agents reason about data pipelines using structured observability primitives
- Targets builders who treat bad data as a production incident, not a spreadsheet chore
Anomalyarmor Agents by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install anomalyarmor-agents@anomalyarmor/agentsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | May 30, 2026 |
| Repository | anomalyarmor/agents ↗ |
What it does
Wire Claude Code into AnomalyArmor so your agent can query data health, schema drift, freshness, and alerts without leaving the terminal.
Who is it for?
Best when you're running data-backed SaaS or APIs and already use or plan to use AnomalyArmor and want MCP-native observability in Claude Code.
Skip if: Greenfield projects with no pipelines yet, or teams that only need generic server uptime monitoring without data-quality semantics.
What you get
After you register the plugin, your agent can query observability signals and drift context so you catch data regressions during normal coding sessions instead of after launch.
- Registered MCP connection for AnomalyArmor observability queries
- Agent-callable skills for drift, freshness, and health-oriented checks
- Faster operate-phase triage notes grounded in observability metadata
By the numbers
- Marketplace bundle lists 1 plugin in anomalyarmor/agents.
- Repository slug: anomalyarmor-agents (anomalyarmor/agents).
- Keyword surface emphasizes alerts, drift, freshness, health, schema, and tracking.
Recommended Plugins
How it compares
AnomalyArmor-focused MCP observability bundle, not a generic Claude skill for brainstorming or shipping checklists.
FAQ
Who is Anomalyarmor Agents for?
It is for developers and small teams who operate data products and want Claude Code to reach AnomalyArmor observability (drift, freshness, health, alerts) through skills and MCP.
When should I use Anomalyarmor Agents?
Use it during Operate when you are debugging pipelines, validating post-deploy schema changes, or investigating alert storms and need agent-assisted context from your observability layer.
How do I add Anomalyarmor Agents to my agent?
Install the plugin from the anomalyarmor/agents Claude Code plugin source, enable the MCP server per the repo instructions, and confirm Claude Code can load the bundled skills before running observability tasks.