From deep-wiki
Answers codebase questions by analyzing source files with git repo resolution, inline citations, Key Files tables, and Mermaid diagrams for flows and architecture.
npx claudepluginhub microsoft/skills --plugin deep-wikiThis skill uses the workspace's default tool permissions.
Answer repository questions grounded entirely in source code evidence.
Answers repository questions by searching source code files and providing inline citations with a key files table. Use for codebase queries, specific file/function explanations, or 'how does X work'.
Conducts multi-turn iterative deep research on codebase topics by tracing code paths across files, mapping architecture, and analyzing data flows with strict evidence standards.
Explores and analyzes local or remote repositories (GitHub, GitLab, Bitbucket) using read-only Claude Code CLI to answer questions on structure, API, architecture, and implementation.
Share bugs, ideas, or general feedback.
Answer repository questions grounded entirely in source code evidence.
Before answering any question, you MUST determine the source repository context:
git remote get-url origin to detect if a remote existsREPO_URL, use linked citations: [file:line](REPO_URL/blob/BRANCH/file#Lline)(file_path:line_number)git rev-parse --abbrev-ref HEAD## headings, code blocks with language tags, tables, bullet lists[src/path/file.ts:42](REPO_URL/blob/BRANCH/src/path/file.ts#L42)(src/path/file.ts:42)