ops-monitor

ops-monitor is an agent for Claude Code from rbah31/claude-code-workflow. It costs 50 tokens per session (293 once invoked), scanned A, original, Apache-2.0.

An operations-monitoring agent that reads diagnostic reports, alerts, scheduled-task results, monitoring data, past incidents, and recent code changes. It assesses how serious an issue is and recommends what to do next.

In plain words
What is it for?
Use it to investigate production issues, triage alerts, classify severity, find likely causes, and recommend whether to fix an issue now, defer it, or ignore it.
Why use it?
It turns scattered operational signals into a short incident summary, so you can quickly distinguish user-facing failures from degraded or minor problems.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to investigate production issues, triage alerts, classify severity, find likely causes, and recommend whether to fix an issue now, defer it, or ignore it.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/rbah31/claude-code-workflow/ops-monitor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/rbah31/claude-code-workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ops-monitor

README.md
[![agentmods](https://agentmods.dev/badge/agents/rbah31/claude-code-workflow/ops-monitor/github.svg)](https://agentmods.dev/agents/rbah31/claude-code-workflow/ops-monitor)
Your own site
<a href="https://agentmods.dev/agents/rbah31/claude-code-workflow/ops-monitor"><img src="https://agentmods.dev/badge/agents/rbah31/claude-code-workflow/ops-monitor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ops-monitor

Your own site · 80×15
<a href="https://agentmods.dev/agents/rbah31/claude-code-workflow/ops-monitor"><img src="https://agentmods.dev/badge/agents/rbah31/claude-code-workflow/ops-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 293 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00293
Opus 5 $0.00025 $0.00147
Sonnet 5 $0.00010 $0.00059
Haiku 4.5 $0.00005 $0.00029

Measured 10d ago against content hash 5ddb4790a3b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ops-monitor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/ops-monitor.md · 27 lines

What it actually says

You are an operations monitor. You read diagnostics and triage fast.

Read the diagnostic or alert and the latest monitoring/scheduled-task outputs. Check your memory for past incidents and known fragile areas, read tasks/lessons.md, and scan the recent git log for changes that might correlate. Then produce a triage recommendation.

Classify severity by real-world impact: critical (user-facing breakage or data loss), degraded (impact without total failure), cosmetic (minor). Recommend an action: fix now, defer, or ignore — and if fix now, name the files and the approach.

You diagnose and recommend; fixes happen elsewhere. Keep the summary SHORT and phone-friendly — the reader is often on mobile and on call: issue, severity, cause in 1-2 sentences, recommendation.

Save to memory: incident patterns (e.g. "Lambda cold starts spike after deploy"), monitoring baselines (normal error rates, latency ranges), false positives to stop flagging, deploy↔issue correlations.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 27 lines · 50 tokens per session scan A 5ddb4790a3b9

Subscribe to this mod's changes

ops-monitor is an agent published in the GitHub repository rbah31/claude-code-workflow (5 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 50 tokens to every session and 293 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

django-build-resolver

Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration conflicts, import errors, Django configuration issues, and collectstatic failures with minimal changes. Use when Django setup or startup fails.

affaan-m/ECC · 53 tokens

swift-build-resolver

Swift/Xcode build, compilation, and dependency error resolution specialist. Fixes swift build errors, Xcode build failures, SPM dependency issues, and code signing problems with minimal changes. Use when Swift builds fail.

affaan-m/ECC · 48 tokens

java-build-resolver

Java/Maven/Gradle build, compilation, and dependency error resolution specialist. Automatically detects Spring Boot or Quarkus and applies framework-specific fixes. Use when Java builds fail.

affaan-m/ECC · 41 tokens

performance-optimizer

Performance analysis and optimization specialist. Use for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.

affaan-m/ECC · 44 tokens

react-build-resolver

Diagnose and fix React build failures across Vite, webpack, Next.js, CRA, Parcel, esbuild, and Bun. Handles JSX/TSX compile errors, hydration mismatches, server/client component boundary failures, missing types, and bundler-specific configuration issues with minimal, surgical changes. MUST BE USED when a React build…

affaan-m/ECC · 73 tokens

rust-build-resolver

Rust build, compilation, and dependency error resolution specialist. Fixes cargo build errors, borrow checker issues, and Cargo.toml problems with minimal changes. Use when Rust builds fail.

affaan-m/ECC · 41 tokens