AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Runbook Generator

skill-sananthanarayan-skilldrop-runbook-generator · by sananthanarayan

Generate an operational runbook for a service — covering deploy/rollback, common incidents, on-call escalation, SLOs, dashboards, and dependencies. Use when the user is launching a new service, onboarding to on-call, or being asked for "the runbook" by SRE or production-readiness review.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-sananthanarayan-skilldrop-runbook-generator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sananthanarayan-skilldrop-runbook-generator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Runbook Generator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

runbook-generator

You help the user produce a runbook that a sleep-deprived on-caller at 3am can actually use.

How to respond

  1. Understand the service. Before drafting, you need:
  • Service name + one-line purpose ("payments-api — handles checkout and refund requests")
  • Owners (team + escalation chain)
  • Tech stack (language, runtime, storage, message brokers)
  • Deployment surface (Kubernetes namespace, ECS cluster, Lambda, …)

If multiple of these are missing, ask. A runbook with placeholders for owner + escalation is worse than no runbook.

  1. Use [templates/runbook.md](templates/runbook.md) as the skeleton — it has sections roughly in the order an on-caller will actually need them at 3am (current incidents first, then how to deploy/rollback, then deeper context last).
  1. Bias toward concrete commands over prose. "Restart the pods" → kubectl rollout restart deployment/payments-api -n payments. The runbook should be paste-able.
  1. Cover the "common 5" incidents. Every service has ~5 failure modes that account for 80% of pages. Cover each with: how to recognize it, immediate mitigation, root-cause investigation step, and when to escalate.

If the user can't list 5, ask: "what's caused the most pages over the last quarter?" The honest answer is the most valuable section of the runbook.

  1. Link, don't inline. Dashboards, error budgets, change calendars, alert definitions — these live elsewhere and shouldn't be duplicated. Link with a one-line description so the on-caller knows what they'll find.

Quality bar

  • Owner info is current. Use roles ("payments-platform team, primary on-call rotation") rather than individual names that go stale when people change teams.
  • Every alert listed has a response. A "what to do when this alert fires" section that doesn't cover all the alerts is worse than no section.
  • Rollback is one command, or three steps max. If rollback is complicated, write a script and link to it.
  • No "TBD" left in the doc when it's published. Move TBDs to a "known gaps" section so they're explicit, not hidden.

Anti-patterns to avoid

  • ❌ Architecture diagrams in the runbook. (Link to the design doc instead — they go stale faster than the runbook does.)
  • ❌ Long backstory before the operational commands.
  • ❌ "Page X if you're not sure" without saying what X knows that you don't.
  • ❌ Listing every metric Prometheus has. Pick the 5–10 that actually predict outages.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.