Generates reproducible Markdown documentation by capturing live command-line output to provide verifiable proof-of-work for features and bug fixes.
Showboat Demo Builder empowers developers to move beyond static tests by creating executable Markdown documentation that captures real-time command output. By wrapping terminal commands and narrative notes into a structured format, this skill allows users to build, verify, and maintain live demos for APIs, CLI tools, and workflows. It ensures that documentation remains accurate and reproducible, providing a robust proof-of-work document that can be shared in pull requests or onboarding guides to demonstrate that code functions as intended in a live environment.
主な機能
01Automated Markdown demo generation from real-time CLI execution
02Narrative note insertion to provide context between command blocks
03Error recovery with 'pop' functionality to remove and retry failed steps
04Support for formatting complex outputs like JSON and CLI help menus
05Integrated verification system to ensure demos remain reproducible and accurate
061 GitHub stars
ユースケース
01Creating interactive, verified onboarding tutorials for internal developer tools
02Attaching proof-of-work documents to pull requests to demonstrate feature functionality
03Documenting bug fixes with reproducible steps that prove the resolution in the CLI