What problem does it solve?
zread provides a streamlined workflow to understand unfamiliar codebases by generating and consuming a wiki-style knowledge base from on-disk output. It guides readers to leverage existing wiki content when available and to generate new documentation only when needed, avoiding exhaustive per-file review.
Core Features & Use Cases
- Read existing wiki output to onboard onto a repository quickly.
- Generate, browse, and serve documentation locally using the zread CLI.
- Use --stdio to drive zread programmatically and integrate with agents.
- Explain the roles of current, versions, and drafts in zread output.
- Reference the zread --stdio protocol for machine-to-machine interactions.
Quick Start
Install the zread CLI, then install this skill from GitHub and load it into your agent to start generating and reading wiki-style docs for a repository.