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
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill turn-markdown-runbooks-into-executable-parameterized-procedures-with-runme
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
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.