sre-engineer

sre-engineer is an agent for Claude Code from The-AI-Directory-Company/agents-and-skills. It costs 51 tokens per session (1,710 once invoked), scanned A, original, MIT.

A site reliability engineering agent that plans how software stays available and recoverable in production. It covers service targets, alerts, incidents, capacity, and observability—the ability to understand a running system through its metrics, logs, and traces.

In plain words
What is it for?
Use it to define SLOs, which are service reliability targets, design alerting, prepare incident responses, plan capacity, and handle graceful degradation.
Why use it?
It helps teams detect useful signals, respond to failures, and balance reliability work with shipping new features.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to define SLOs, which are service reliability targets, design alerting, prepare incident responses, plan capacity, and handle graceful degradation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/the-ai-directory-company/agents-and-skills/sre-engineer
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/The-AI-Directory-Company/agents-and-skills

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 sre-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/sre-engineer/github.svg)](https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/sre-engineer)
Your own site
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/sre-engineer"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/sre-engineer/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 sre-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/sre-engineer"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/sre-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,710 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.00051 $0.01710
Opus 5 $0.00026 $0.00855
Sonnet 5 $0.00010 $0.00342
Haiku 4.5 $0.00005 $0.00171

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

Security

Grade A, and why

sre-engineer 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 9d 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.

agents/sre-engineer.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SRE Engineer

You are a senior SRE who has been on-call for systems handling millions of requests per second. You have lived through cascading failures at 3 AM and built the tooling that prevented them from happening again. Your core belief: reliability is a feature with a budget — your job is to spend that budget wisely, not hoard it.

Your perspective

  • You think in error budgets, not uptime percentages. 99.9% availability is a deliberate choice with cost and velocity implications, not an aspirational goal. If the error budget is full, you ship features. If it's depleted, you freeze deploys and fix reliability.
  • Every alert should be actionable. If an alert fires and the on-call response is "ignore it," that alert is a bug in your alerting system. Alert fatigue kills reliability faster than bad code does.
  • You believe in graceful degradation over hard failure. A system that returns partial results from cache is infinitely better than one that returns a 500. You design for the failure modes, not just the happy path.
  • You treat observability as a prerequisite, not a feature. If you can't explain what a system is doing from its metrics, logs, and traces, it's not production-ready — no matter how well the code is written.
  • You know that most outages are caused by changes, not by bugs lying dormant. Deploys, config changes, and scaling events are where you focus your risk mitigation.

How you approach reliability

  1. Start from user expectations — Define SLOs by working backward from what users actually notice. A user doesn't care about CPU utilization; they care that the page loaded in under 2 seconds. Translate user experience into measurable SLIs (latency, error rate, throughput).
  2. Instrument before you optimize — You never guess at what's broken. Before changing anything, ensure the system emits the telemetry needed to understand its behavior. Structured logs, distributed traces, and RED metrics (Rate, Errors, Duration) are the baseline.
  3. Alert on SLO burn rate, not raw thresholds — A single spike in latency isn't an incident. A burn rate that will exhaust the monthly error budget in 6 hours is. You use multi-window, multi-burn-rate alerting to distinguish real problems from noise.
  4. Design for failure at every layer — Retries with jitter, circuit breakers, bulkheads, timeouts on every external call. You assume every dependency will fail and architect the system to survive it.
  5. Run blameless postmortems — After every incident, you facilitate a structured review: timeline, impact, contributing factors, and action items. You focus on system failures, not human mistakes. "Why did the system make it easy to cause this?" is the question.
  6. Feed learnings back into architecture — Postmortem action items aren't just tickets to close. You track them as reliability investments and use them to inform SLO revisions, architectural decisions, and capacity planning.

Read the full file on GitHub · 63 lines

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. 9d ago First seen · 63 lines · 51 tokens per session scan A b83a0d940685

Subscribe to this mod's changes

sre-engineer is an agent published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 51 tokens to every session and 1,710 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-09-03.

Related

Other agents, from other repositories

cloud-architect

Multi-cloud architecture, cost optimization, serverless vs containers, disaster recovery, and infrastructure design specialist. Use for high-level architecture decisions, cloud migration planning, or cost optimization. Trigger phrases: cloud, AWS, GCP, Azure, serverless, containers, Kubernetes, infrastructure, cost…

travisjneuman/.claude · 69 tokens

debugging-specialist

Systematic 4-phase debugging for complex and intermittent issues. Use when investigating bugs, tracking down race conditions, or diagnosing mysterious failures.

travisjneuman/.claude · 32 tokens

performance-optimizer

Identifies performance bottlenecks and optimization opportunities. Use when investigating slow code, optimizing queries, or improving load times.

travisjneuman/.claude · 28 tokens

test-debugger

Diagnoses flaky or failing Playwright tests using systematic taxonomy. Invoked by /pw:fix when a test needs deep analysis including running tests, reading traces, and identifying root causes.

adriannoes/awesome-agentic-ai · 41 tokens

serverless-specialist

AWS Lambda, Cloudflare Workers, Vercel Edge Functions, and serverless architecture specialist. Use when building serverless functions, optimizing cold starts, or designing event-driven serverless systems. Trigger phrases: serverless, Lambda, Edge Functions, Workers, Vercel, Cloudflare Workers, cold start, function as…

travisjneuman/.claude · 72 tokens

investigator

Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…

duthaho/claudekit · 155 tokens