Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase. Use when user asks for onboarding docs or getting-started guides, user runs /deep-wiki, or user wants to help new team members understand 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)This skill is applicable to execute the workflow or actions described in the overview.