Stream long-form content to markdown files with resume capability. Writes content incrementally with section markers, enabling recovery if context limits are hit. Use when generating long documents (over 1000 lines), B-SPEC or specification writing, multi-section reports, any task where context compaction may occur mid-generation, or when user explicitly requests streaming output. Commands: init, write, status, resume, finalize, repair.
$npx -y skills add ddunnock/claude-plugins --skill streaming-outputInstalls into the current project.
Run `npx skills use "https://github.com/ddunnock/claude-plugins" --skill "ddunnock/claude-plugins/streaming-output"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ddunnock/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/ddunnock/claude-plugins"` and select the relevant skills, then follow their instructions.