Ops runbook demo ops automation
One manifest for every AI coding agent: generate AGENTS.md, CLAUDE.md, Claude/Codex Skills, Cursor rules, Copilot instructions, MCP resources, and MCPB bundles.
npx -y skills add guorunjie/skillpack-forge --skill ops-runbook-demo-ops-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when running ops automation workflows for ops-runbook-demo.
SKILL.md
0.8 KB, as published. Nobody here has run it
ops-runbook-demo-ops-automation
Generated from skillpack.yaml by Skillpack Forge.
Project
Operations automation workflows for recurring checks, monitors, and runbooks.
Workflow
- Identify the service, environment, and operational objective
- Check current state before making changes
- Run the least invasive command that proves or fixes the issue
- Record verification output and any remaining risk
Commands
- install:
npm install - test:
npm test - doctor:
npm run doctor - check:
npm run check
Principles
- Make every operational action observable and auditable
- Prefer idempotent commands with clear rollback paths
- Escalate destructive or credential-sensitive actions before execution