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.
npx agentmods add instructions/nomadicmehul/thenightops/claude-mdgit clone --depth 1 https://github.com/nomadicmehul/TheNightOpsWrote 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.
[](https://agentmods.dev/instructions/nomadicmehul/thenightops/claude-md)<a href="https://agentmods.dev/instructions/nomadicmehul/thenightops/claude-md"><img src="https://agentmods.dev/badge/instructions/nomadicmehul/thenightops/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01972 | $0.01972 |
| Opus 5 | $0.00986 | $0.00986 |
| Sonnet 5 | $0.00394 | $0.00394 |
| Haiku 4.5 | $0.00197 | $0.00197 |
Grade A, and why
TheNightOps CLAUDE.md 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Instructions
Project Overview
THE NightOps (Triage. Heal. Evolve.) — Autonomous SRE Agent for Kubernetes, built on Google ADK and Gemini.
- Version: 0.1.0b1
- License: Apache 2.0
- Python: 3.11+
- Package manager: pip with hatchling build backend
- CLI entry point:
nightops(mapped tonightops.cli:app)
Architecture
Multi-agent system using Google ADK for orchestration and MCP (Model Context Protocol) for tool integration.
Agent Layer (ADK + Gemini)
- Root Orchestrator (
src/agents/root_orchestrator.py) — Coordinates investigation across sub-agents - Log Analyst (
src/agents/log_analyst.py) — Cloud Logging pattern analysis - Deployment Correlator (
src/agents/deployment_correlator.py) — K8s events, pod health, recent deployments - Runbook Retriever (
src/agents/runbook_retriever.py) — Grafana alerts, dashboards, past incidents - Communication Drafter (
src/agents/communication_drafter.py) — RCA generation, Slack/email/Telegram notifications - Anomaly Detector (
src/agents/anomaly_detector.py) — Proactive anomaly detection
MCP Servers
Official Google Cloud MCP (default for GCP/demo):
- GKE MCP —
https://container.googleapis.com/mcp(IAM auth viaheader_provider) - Cloud Observability MCP —
https://logging.googleapis.com/mcp(IAM auth viaheader_provider)
Custom MCP Servers (for --local mode):
- Kubernetes (
src/mcp_servers/kubernetes/server.py) — Pod status, events, deployments, logs - Cloud Logging (
src/mcp_servers/cloud_logging/server.py) — GCP log queries - Slack (
src/mcp_servers/slack/server.py) — Incident notifications (disabled) - Notifications (
src/mcp_servers/notifications/server.py) — Email/Telegram/WhatsApp (disabled)
Core Modules
- Config (
src/core/config.py) — Pydantic settings, loads fromconfig/.envandconfig/nightops.yaml - Models (
src/core/models.py) — WebhookAlert, RemediationAction, IncidentRecord, AnomalyCheck, compute_fingerprint - Autodiscovery (
src/core/autodiscovery.py) — Environment auto-detection - CLI (
src/cli.py) — Typer-based CLI with commands: agent, verify, metrics, policies, auto-config, demo, dashboard, mcp, init
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.
- 4d ago First seen · 177 lines · 1,972 tokens per session scan A c1992cd8d3b2
TheNightOps CLAUDE.md is an instructions file published in the GitHub repository nomadicmehul/TheNightOps (1 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 1,972 tokens to every session, about $0.0099 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.
Other instructions, from other repositories
lmnr CLAUDE.md
Claude Code instructions for lmnr-ai/lmnr, covering claude.md, project overview, repository structure, development commands and frontend (next.js).
openinference AGENTS.md
Instructions for Arize-ai/openinference, covering claude.md, repository overview, repository structure, essential commands by language and python.
aura CLAUDE.md
Claude Code instructions for mezmo/aura, covering claude.md - project documentation, current status: production ready, quick start, build and start web server (default config.toml).
siclaw AGENTS.md
Instructions for scitix/siclaw, covering siclaw project instructions, project shape, before risky edits, verification and stable boundaries.
aurora AGENTS.md
AGENTS.md instructions for Arvo-AI/aurora, covering aurora - agent guidelines, commands, docker deployments, architecture and secrets management (vault).
ongrid AGENTS.md
AGENTS.md instructions for ongridio/ongrid, covering agents.md, agent 必读, 第一步:找到 gospec 任务路由表, 第二步:路由 → 加载 and 第三步:实施 + 自查.