deepwiki

Query DeepWiki MCP for GitHub repository documentation and answers.

6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/archibate/archibate-skills --skill deepwiki-archibate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepwiki
Source: https://github.com/archibate/archibate-skills/tree/main/skills/deepwiki
Command: npx skills add https://github.com/archibate/archibate-skills --skill deepwiki-archibate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp, anyio, httpx, httpx-sse, and includes scripts (resource) components.

What problem does it solve?

Quickly surface, navigate, and query documentation and design knowledge for GitHub repositories without manually reading source files or assembling context for questions.

Core Features & Use Cases

  • Discover Documentation Structure: List auto-generated documentation topics for any public repo to see what's documented and where to look.
  • Read Full Wiki Contents: Fetch complete generated documentation for a repository to understand usage, architecture, and guides.
  • Ask Targeted Questions and Compare Repos: Submit specific questions (or up to 10 repos for cross-repo comparison) and receive context-grounded answers powered by DeepWiki MCP.

Quick Start

Ask DeepWiki to read the wiki structure for the repository owner/repo to discover available documentation topics.

Frequently Asked Questions about deepwiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI documentation for a GitHub repository without reading the source code?

To get AI documentation for a GitHub repository, you can browse auto-generated wiki topics and fetch full contents directly. This surfaces usage and architecture knowledge without manually reading source files or assembling context.

Can I ask specific questions about a public GitHub repo's architecture?

Yes, you can ask targeted questions about a public GitHub repo's architecture. By submitting your query to the documentation service, you receive context-grounded answers based on the repository's generated wiki contents.

How do I compare code design across multiple GitHub repositories?

To compare code design across multiple GitHub repositories, submit up to ten repository names for cross-repo comparison. The service returns structured text highlighting differences and similarities based on their documentation.

How do I discover what documentation topics are available for a GitHub repo?

To discover available documentation topics for a GitHub repo, request its auto-generated wiki structure. This lists all documented subjects, helping you see what's covered and where to look for specific information.

Does MCP work with GitHub repository exploration and Q&A?

Yes, MCP works with GitHub repository exploration by communicating with a dedicated service endpoint. It uses repoName and question parameters to return structured text or streamed events for browsing and querying repository documentation.