What problem does it solve?
It eliminates the drift between “what the code does” and “what the docs claim,” by generating demo documents that can be re-run and verified to match real command output.
Core Features & Use Cases
- Reproducible executable narratives: combines commentary with code execution blocks and captured stdout.
- Output verification loop: supports re-executing all code blocks and diffing the results to confirm nothing silently broke.
- Demo-to-commands workflow: helps users extract the exact commands used in a demo for reuse in tickets, scripts, or PRs.
- Typical use cases: documenting features, tools, and workflows; validating scripts before sharing; creating stable, checkable training material.
Quick Start
Ask the skill to generate a reproducible, verified markdown demo for your chosen feature or workflow by saying: /demo "showboat CLI".