You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small, dependency-light operational tools for AI coding agents.
A coding agent edits your source, runs your shell, reads whatever files it can reach, and spends money — at machine speed, often unattended. That's a production system, and it needs the same operational layer you'd give anything else with that much reach: recover, prevent, observe, spend, secure, set up, verify.
These are the tools we built filling each gap, one real failure at a time, running autonomous agent fleets on Claude Code in production. Each is a single script (Python 3 or bash), no install, no dependencies beyond a stock interpreter. Each links to a write-up explaining the failure it prevents and the data behind it.
git clone https://github.com/muthuishere/agent-ops
# each tool is self-contained — run it directly:
python3 agent-ops/mcp-budget/mcp-budget .
bash agent-ops/preflight/preflight
A human developer is gated everywhere — review reads the code, a teammate notices you're stuck, someone catches the key in the diff. An unattended agent has none of that. These are the cheap, loud, deterministic gates that put it back — one per channel the agent touches. Each exits non-zero on a problem, so it drops into a Stop hook or CI unchanged. agent-frisk guards the input channel; these four guard the output channels.
33 tools. Everything here is heuristic and honestly labelled — estimates, not bills; where a finding is uncertain or our own hypothesis lost, the write-up says so. Built and run by deemwar. Putting agents to work on code that matters? Talk to us.
About
Agent-ops — a toolkit of small dev-tools for AI coding agents. By deemwar.