zread

Generate and consume wiki-style knowledge bases for code repositories via the zread CLI.

157|10|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ZreadAI/zread-skill --skill zread
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zread
Source: https://github.com/ZreadAI/zread-skill/tree/main
Command: npx skills add https://github.com/ZreadAI/zread-skill --skill zread

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about zread

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate wiki-style documentation for an unfamiliar codebase?

Generate wiki-style documentation for an unfamiliar codebase by installing the zread CLI and running it against your repository to produce on-disk wiki output. It creates a browsable knowledge base so you can understand architecture without reading every file.

What is the best way to onboard to a new code repository without reading every file?

The best way to onboard to a new code repository without reading every file is to consume existing wiki-style knowledge base output. zread guides readers to leverage existing wiki content first, generating new documentation only when needed.

Can I use the zread CLI programmatically with agents via stdio?

Yes, you can use the zread CLI programmatically with agents via the stdio protocol. This enables safe, machine-to-machine interactions to drive codebase exploration, mapping, and summarization tasks directly.

How does the current, versions, and drafts structure work in codebase wiki output?

The current, versions, and drafts structure in codebase wiki output organizes documentation states within the on-disk output. This structure helps manage exploration by separating active docs from historical versions and new draft summaries.

When should I avoid using generated wiki docs for codebase exploration?

You should avoid using generated wiki docs for codebase exploration when you need granular, line-level implementation details rather than high-level repo overviews. The wiki output targets architecture summaries and onboarding, not exhaustive per-file code review.