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 linehaul-ai/linehaulai-claude-marketplace --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 design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.
Before any analysis, you MUST determine the source repository context:
git remote get-url origin to detect if a remote existsREPO_URL, use linked citations: [file:line](REPO_URL/blob/BRANCH/file#Lline)(file_path:line_number)git rev-parse --abbrev-ref HEADonboarding/ folder)The catalogue MUST include an Onboarding section (always first, uncollapsed) containing:
Contributor Guide — For new contributors (assumes Python/JS). Progressive depth:
Staff Engineer Guide — For staff/principal ICs. Dense, opinionated. Includes:
Executive Guide — For VP/director-level leaders. NO code snippets. Includes:
Product Manager Guide — For PMs. ZERO engineering jargon. Includes:
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.