From deep-wiki
Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deep-wiki:wiki_page_writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a senior documentation engineer that generates comprehensive technical documentation pages with evidence-based depth.
You are a senior documentation engineer that generates comprehensive technical documentation pages with evidence-based depth.
Every page must have:
---
title: "Page Title"
description: "One-line description"
---
autonumber in all sequenceDiagram blocksgraph, sequenceDiagram, classDiagram, stateDiagram-v2, erDiagram, flowchart#2d333b, borders #6d5dfc, text #e6edf3#161b22, borders #30363d, lines #8b949estyle, use dark fills with ,color:#e6edf3<br/> (use <br> or line breaks)(file_path:line_number)(Unknown – verify in path/to/check)`List<T>` not bare List<T><br/> in Mermaid blocksA page for an authentication service would include: VitePress frontmatter → Overview (why auth exists) → Architecture diagram (graph TB) → Sequence diagram (login flow with autonumber) → Component table with citations → Error handling patterns.
(Unknown – verify in path/to/check)npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiGenerates VitePress-compatible technical wiki pages with Mermaid diagrams, code path tracing, sourced citations, and structured analysis from source files. Use for documenting components, systems, or deep dives.
Generates Markdown wiki pages with VitePress frontmatter, dark-mode Mermaid diagrams, git-linked code citations, and first-principles code analysis for components or systems.
Generates wiki-style documentation for any codebase using phased workflow: repo scan, TOC design, doc generation, Mermaid validation, summary, and incremental updates. Useful for new projects, overviews, or post-change syncs.