zread-skill
Generate and read wiki documentation for unfamiliar codebases
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install zread-skill?โผ
Run `npx skills add ZreadAI/zread-skill --all -g -y` in your terminal to install this skill globally. You also need the zread CLI itself, available via npm or Homebrew.
How to understand an unfamiliar codebase quickly?โผ
This skill reads zread-generated wiki pages from the .zread/wiki folder, giving your agent a structured project overview instead of re-reading every source file.
How does zread generate repository documentation?โผ
It runs `zread generate` to build a wiki with a page index and markdown files under ./.zread/wiki/, after confirming with you since generation consumes LLM tokens.
Does zread-skill work with Claude Code and Codex?โผ
Yes. It follows the universal SKILL.md standard and works in Claude Code, OpenClaw, Codex, and other compatible agents.
Can scripts drive zread programmatically?โผ
Yes. Every command supports a --stdio mode that uses a JSON-line protocol, so agents and scripts get parseable output instead of an interactive interface.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core