Use DeepWiki to explore and understand GitHub repositories through AI-powered documentation and Q&A.
From deepwikinpx claudepluginhub qazi0/claude-plugins --plugin deepwikiThis skill uses the workspace's default tool permissions.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Use DeepWiki to explore and understand GitHub repositories through AI-powered documentation and Q&A.
Use the DeepWiki MCP tools when you need to:
read_wiki_structureGet the documentation structure/table of contents for a repository.
Use this first to understand what documentation is available.
repo_name: "owner/repo" (e.g., "facebook/react", "vercel/next.js")
read_wiki_contentsRead specific documentation content from the wiki.
Use after read_wiki_structure to dive into specific topics.
repo_name: "owner/repo"
topic: "topic-name" (from the structure)
ask_questionAsk an AI-powered question about the repository.
Best for specific questions when you know what you're looking for.
repo_name: "owner/repo"
question: "How does authentication work in this project?"
read_wiki_structure first to see what's availableask_question, ask focused questions for better answersowner/repo format (e.g., anthropics/claude-code)read_wiki_structure to get the documentation overviewread_wiki_contents for detailed informationask_question for specific queries not covered in docs