Claude
Skill
deepwiki
AI-generated documentation for GitHub repositories
Virus-scanned
Reviewed automatically before listing.
Download
allagentsdev-allagents-plugins_deepwiki_skills_deepwiki-cf3fdac.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/allagentsdev/allagents/tree/main/plugins/deepwiki/skills/deepwiki
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install allagentsdev-allagents@llmmart
Git
git clone https://github.com/allagentsdev/allagents.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole allagentsdev/allagents collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
DeepWiki MCP Tools
When to Use
- Understanding a GitHub repository's architecture
- Cross-repo comparisons and Q&A
- Finding how a specific feature is implemented in a repo
- Getting an overview of unfamiliar codebases
Available Tools
mcp__deepwiki__read_wiki_structure— Get documentation topics for a repomcp__deepwiki__read_wiki_contents— Read full documentation for a repomcp__deepwiki__ask_question— Ask any question about a repo
Query Strategies
- Start with
read_wiki_structureto understand what documentation is available - Use
ask_questionfor specific implementation questions: "How does auth work in owner/repo?" - For comparisons, ask about each repo separately then synthesize
- Repository names use
owner/repoformat (e.g., "langchain-ai/langchainjs")
Limitations
- Free to use, no API key required
- Only works with public GitHub repositories
- Documentation is AI-generated and may miss recent changes
- Best for architecture-level understanding, not line-by-line code review
Files (allagents)
-
SKILL.md 1.1 KB
--- name: deepwiki description: AI-generated documentation for GitHub repositories --- # DeepWiki MCP Tools ## When to Use - Understanding a GitHub repository's architecture - Cross-repo comparisons and Q&A - Finding how a specific feature is implemented in a repo - Getting an overview of unfamiliar codebases ## Available Tools - `mcp__deepwiki__read_wiki_structure` — Get documentation topics for a repo - `mcp__deepwiki__read_wiki_contents` — Read full documentation for a repo - `mcp__deepwiki__ask_question` — Ask any question about a repo ## Query Strategies - Start with `read_wiki_structure` to understand what documentation is available - Use `ask_question` for specific implementation questions: "How does auth work in owner/repo?" - For comparisons, ask about each repo separately then synthesize - Repository names use `owner/repo` format (e.g., "langchain-ai/langchainjs") ## Limitations - Free to use, no API key required - Only works with public GitHub repositories - Documentation is AI-generated and may miss recent changes - Best for architecture-level understanding, not line-by-line code review
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.