From deep-wiki
Generates two complementary onboarding guides — a Principal-Level architectural deep-dive and a Zero-to-Hero contributor walkthrough. Use when the user wants onboarding documentation for a codebase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deep-wiki:wiki_onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase.
Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase.
/deep-wiki:onboard commandScan the repository for build files to determine the primary language for code examples:
package.json / tsconfig.json → TypeScript/JavaScript*.csproj / *.sln → C# / .NETCargo.toml → Rustpyproject.toml / setup.py / requirements.txt → Pythongo.mod → Gopom.xml / build.gradle → JavaAudience: Senior/staff+ engineers who need the "why" behind decisions.
(file_path:line_number) citationAudience: New contributors who need step-by-step practical guidance.
(file_path:line_number)Two Markdown files: onboarding-guide.md (Principal-Level, ~1000 lines with architecture Mermaid diagrams, decision log, pseudocode examples) and zero-to-hero-guide.md (~2000 lines with step-by-step setup, glossary, quick reference card).
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiGenerates two complementary onboarding docs for codebases: principal-level (architecture diagrams, decisions, failure modes) and zero-to-hero contributor guide (setup, structure). Use for onboarding requests or /deep-wiki:onboard.
Generates ONBOARDING.md by crawling repo structure with Node.js inventory script to onboard new contributors.
Analyzes code repositories to generate hierarchical wiki catalogs and onboarding guides for contributors, staff engineers, executives, and more.