Skill Detail

Turn Markdown runbooks into executable, parameterized procedures with Runme

Run named steps directly from Markdown runbooks so operational docs stay executable instead of drifting into stale reference text.

Runbooks & DiagnosticsMulti-Framework
Runbooks & Diagnostics Multi-Framework Security Reviewed
⭐ 2k GitHub stars ⬇ 1.2k/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill turn-markdown-runbooks-into-executable-parameterized-procedures-with-runme Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Runme CLI, Markdown runbooks with fenced code blocks, local shell or supported runtime
Install & setup
Install with `brew install runme` or `npm install -g runme`, point it at a Markdown file or repo, then use commands like `runme list` and `runme run <step>` to execute named runbook steps.
Author
Runme
Publisher
Organization
Last updated
Apr 16, 2026
Quick brief

Use Runme when a README, runbook, or ops guide should become the runnable procedure instead of a document people copy from by hand. It lets operators discover code cells, execute named steps, and preserve environment-aware workflow state across a Markdown-driven procedure. The boundary is executable runbook execution, not generic documentation publishing or a broad DevOps platform.