deepwiki

Installation
SKILL.md

DeepWiki: Codebase Intelligence Data Source

Execute this skill to retrieve structured, AI-grounded codebase understanding from Devin's DeepWiki. Use it as an optional data source when Glob/Grep/Read gives you file contents but not architectural intent, or when QMD doesn't have the repository indexed.


What DeepWiki Provides

DeepWiki indexes GitHub repositories and generates structured documentation — architecture, component relationships, design decisions, API contracts — then exposes it through three MCP tools:

Tool Purpose When to use
read_wiki_structure Lists all documentation topics for a repo Explore what's documented — find the right topic before reading
read_wiki_contents Retrieves documentation for a specific topic Read architectural intent, component descriptions, design decisions
ask_question Natural-language Q&A grounded in the indexed repo Get answers that synthesize across multiple parts of the codebase

vs. Glob/Grep/Read: Those tools give you raw file contents. DeepWiki gives you synthesized understanding — what the code means, not just what it says.

vs. QMD: QMD indexes your local markdown documents (specs, ADRs, docs). DeepWiki indexes the codebase itself and generates documentation from it. Complementary, not overlapping.

Related skills
Installs
7
GitHub Stars
6
First Seen
Mar 2, 2026