Help us improve
Share bugs, ideas, or general feedback.
From deepwiki
ALWAYS use when the user mentions an external repository, library, or protocol by name. Queries any public GitHub/GitLab/BitBucket repository to answer questions about its code, APIs, behavior, or implementation without cloning it.
npx claudepluginhub amitkot/claude-code-tools --plugin deepwikiHow this skill is triggered — by the user, by Claude, or both
Slash command
/deepwiki:deepwikiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query any public repository to answer questions about its architecture, patterns, APIs, and internals.
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.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Designs test strategies and plans with testing pyramid. Covers APIs, frontend, data pipelines, infrastructure; outputs plans including coverage targets, examples, and gaps.
Share bugs, ideas, or general feedback.
Query any public repository to answer questions about its architecture, patterns, APIs, and internals.
First, check if DeepWiki is available:
deepwiki --help
If the command is not found, install it:
npm install -g @seflless/deepwiki
Then validate the installation:
deepwiki --help
Read the --help output to understand the current CLI syntax and available options, then use it to send your query.
The --help output is the source of truth for command syntax — do not assume flags or arguments, always refer to it.