Loading...
Loading...
Query any public GitHub repo's documentation via DeepWiki. Use when needing to understand a library, framework, or dependency. Triggers on "look up docs", "how does X work", "deepwiki", "deepwiki".
npx skill4agent add seflless/deepwiki deepwiki| Command | Usage | Description |
|---|---|---|
| | Table of contents |
| | Full wiki content |
| | AI-powered Q&A |
| | Multi-repo Q&A (max 10) |
| Flag | Purpose |
|---|---|
| Raw JSON output (good for piping) |
| No spinners/progress |
| Disable colors |
# Understand a library's structure
npx @seflless/deepwiki toc facebook/react
# Get full docs for reference
npx @seflless/deepwiki wiki oven-sh/bun --json > bun-docs.json
# Ask a specific question
npx @seflless/deepwiki ask anthropics/claude-code "How does the tool permission system work?"
# Cross-project question
npx @seflless/deepwiki ask facebook/react vercel/next.js "How do server components work across these projects?"--jsontocaskask