Query GitHub repository wikis via DeepWiki — without MCP token overhead.
Install the deepwiki CLI:
cargo install deepwiki-cliclaude plugin install deepwiki@hamsurang/hamkitAsk Claude about any GitHub repository — the skill activates automatically:
"How does useEffect work in facebook/react?" "Explain the App Router architecture of vercel/next.js"
/deepwiki:ask facebook/react "What is the reconciler?"
| Method | Overhead |
|---|---|
| MCP server connection | initialize + tool listing per session |
| deepwiki CLI (this plugin) | result text only |
deepwiki/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── deepwiki/
│ └── SKILL.md # Auto-invoked skill
├── commands/
│ └── ask.md # /deepwiki:ask slash command
└── README.md
MIT