From deepwiki
This skill should be used when the user mentions a "GitHub repository", provides a "github.com" URL, uses "owner/repo" format, asks to "explain a codebase", "how does this repo work", "what is the architecture of X", "how is X implemented", "tell me about" an open-source project, asks to compare how multiple open-source projects implement a feature, or needs documentation about a library's internals. Also use when the user invokes /deepwiki.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deepwiki:deepwikiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query documentation for any public GitHub repository using DeepWiki MCP tools. DeepWiki provides auto-generated, AI-powered documentation covering architecture, code structure, and implementation details. No authentication required.
Query documentation for any public GitHub repository using DeepWiki MCP tools. DeepWiki provides auto-generated, AI-powered documentation covering architecture, code structure, and implementation details. No authentication required.
Extract the repository identifier from user input. Normalize to owner/repo format:
| Input Format | Example | Extracted |
|---|---|---|
| Full URL | https://github.com/vercel/next.js | vercel/next.js |
| Short URL | github.com/facebook/react | facebook/react |
| Shorthand | denoland/deno | denoland/deno |
| With path | github.com/owner/repo/blob/main/src/index.ts | owner/repo |
Strip trailing slashes, query parameters, and path segments beyond owner/repo.
Choose based on the user's intent:
User wants to understand a repository overall, browse docs, or "tell me about X":
mcp__plugin_deepwiki_deepwiki__read_wiki_structure with repoNameUser asks a direct question about a repository:
mcp__plugin_deepwiki_deepwiki__ask_question with repoName and questionUser wants comprehensive docs on a repository:
mcp__plugin_deepwiki_deepwiki__read_wiki_contents with repoNameask_question for specific queriesWhen the user asks "how does X work" or "what is the architecture of Y", use ask_question directly. It provides the most targeted, context-grounded answers.
When invoked via /deepwiki:
/deepwiki vercel/next.js how does routing work?): use ask_question/deepwiki vercel/next.js): use read_wiki_structure to show the outline/deepwiki): ask the user which repository to queryStructure all responses:
owner/repo)owner/repo before making any tool callfacebook/react, "Next.js" → vercel/next.js)references/tool-usage.md - Complete parameter reference, usage examples, workflow patterns, and error handling for all three DeepWiki MCP toolsnpx claudepluginhub cndoit18/deepwiki --plugin deepwikiRetrieves code context summaries, API docs, and examples from GitHub repos, npm/pip libraries, code searches, and clones using isolated agents.
Analyzes code repositories to generate hierarchical wiki catalogs and onboarding guides for contributors, staff engineers, executives, and more.
Retrieves AI-generated wiki structure, topic contents, and answers questions about public GitHub repositories via DeepWiki MCP tools.