with one click
runbook-generator
Runbook Generator
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Runbook Generator
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | runbook-generator |
| description | Runbook Generator |
Tier: POWERFUL
Category: Engineering
Domain: DevOps / Site Reliability Engineering
Generate operational runbooks quickly from a service name, then customize for deployment, incident response, maintenance, and rollback workflows.
# Print runbook to stdout
python3 scripts/runbook_generator.py payments-api
# Write runbook file
python3 scripts/runbook_generator.py payments-api --owner platform --output docs/runbooks/payments-api.md
scripts/runbook_generator.py.references/runbook-templates.mdAgent Designer - Multi-Agent System Architecture
Agent Workflow Designer
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
API Design Reviewer
GitHub Actions workflow design and hardening. Use when: creating CI/CD pipelines, securing workflows, optimizing build times, adding tests to pipelines, fixing workflow failures, working with .github/workflows/.
Codebase Onboarding