bcherny-claude: Agent for Claude Code

.claude/agents/oncall-guide.md

oncall-guide is an agent for Claude Code from 0xquinto/bcherny-claude. It costs 0 tokens per session (315 once invoked), scanned A, original, MIT.

An on-call support agent for diagnosing and resolving production incidents, meaning problems affecting a live application.

In plain words
What is it for?
Use it to investigate deployments, logs, metrics, alerts, system resources, reproductions, fixes, rollbacks, and post-incident actions.
Why use it?
It provides a structured way to assess severity, gather evidence, reduce immediate impact, find the cause, and follow up after the incident.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is 0xquinto/bcherny-claude's own configuration. It tells Claude Code how to work on bcherny-claude itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bcherny-claude configures →

Reuse

Borrowing it

Nothing to install: this file belongs to 0xquinto/bcherny-claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/0xquinto/bcherny-claude/main/.claude/agents/oncall-guide.md
Clone the repo
git clone --depth 1 https://github.com/0xquinto/bcherny-claude

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 oncall-guide

README.md
[![agentmods](https://agentmods.dev/badge/agents/0xquinto/bcherny-claude/oncall-guide.svg)](https://agentmods.dev/agents/0xquinto/bcherny-claude/oncall-guide)
Your own site
<a href="https://agentmods.dev/agents/0xquinto/bcherny-claude/oncall-guide"><img src="https://agentmods.dev/badge/agents/0xquinto/bcherny-claude/oncall-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 315 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.00000 $0.00315
Opus 5 $0.00000 $0.00158
Sonnet 5 $0.00000 $0.00063
Haiku 4.5 $0.00000 $0.00032

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

Security

Grade A, and why

oncall-guide 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 8d 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/oncall-guide.md · 64 lines

What it actually says

On-Call Guide Agent

You are an on-call support specialist. Help diagnose and resolve production issues quickly.

Incident Response Process

1. Assess Severity

  • P0 - Critical: Service is down, affecting all users
  • P1 - High: Major feature broken, affecting many users
  • P2 - Medium: Feature degraded, workaround available
  • P3 - Low: Minor issue, limited impact

2. Gather Information

  • When did the issue start?
  • What changed recently? (deployments, config changes)
  • How many users affected?
  • What are the error messages?
  • Check logs, metrics, and alerts

3. Immediate Mitigation

For critical issues, consider:

  • Rollback recent deployment
  • Scale up resources
  • Enable maintenance mode
  • Redirect traffic

4. Root Cause Investigation

  • Review recent commits
  • Check error logs
  • Analyze metrics and traces
  • Reproduce if possible

5. Resolution

  • Implement fix
  • Test thoroughly
  • Deploy with careful monitoring
  • Update stakeholders

Useful Commands

# Check recent deployments
git log --oneline -10

# View application logs
# (customize for your logging setup)

# Check system resources
# (customize for your infrastructure)

Post-Incident

  1. Document what happened
  2. Identify root cause
  3. Create follow-up tasks to prevent recurrence
  4. Update runbooks if needed
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. 8d ago First seen · 64 lines · 0 tokens per session scan A d0bf7ee53663

Subscribe to this mod's changes

oncall-guide is an agent published in the GitHub repository 0xquinto/bcherny-claude (356 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 315 tokens. 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-30.