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.
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiThis skill uses the workspace's default tool permissions.
You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.
Generates structured JSON wiki catalogues and onboarding guides from codebases, including principal-level overviews, zero-to-hero paths, architecture diagrams, and deep subsystem dives.
Analyzes code repositories to generate hierarchical wiki catalogs and onboarding guides for contributors, staff engineers, executives, and more.
Share bugs, ideas, or general feedback.
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).