From deep-wiki
Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deep-wiki:wiki_architectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.
You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.
file_path:line_numberThe catalogue MUST include an Onboarding section (always first, uncollapsed) containing:
Principal-Level Guide — For senior/principal ICs. Dense, opinionated. Includes:
Zero-to-Hero Learning Path — For newcomers. Progressive depth:
Detect primary language from file extensions and build files, then select a comparison language:
JSON code block following the catalogue schema with items[].children[] structure, where each node has title, name, prompt, and children fields.
For a TypeScript REST API project, the output might include: Onboarding (Principal-Level Guide, Zero-to-Hero Guide) → Getting Started (Overview, Setup, Quick Reference) → Deep Dive (API Gateway, Auth Service, Data Layer).
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiGenerates structured wiki catalogues and onboarding guides from codebases, including architecture diagrams, learning paths, and file-level references.
Analyzes code repositories to generate hierarchical wiki catalogs and onboarding guides for contributors, staff engineers, executives, and more.
Generates documentation explaining codebase architecture, key components, data flow, and development guidelines. Useful for understanding unfamiliar code, creating onboarding docs, or documenting system architecture.