From deep-wiki
Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a component, or needs help navigating the codebase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deep-wiki:wiki-qaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer repository questions grounded entirely in source code evidence.
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)npx claudepluginhub linehaul-ai/linehaulai-claude-marketplace --plugin deep-wikiAnswers codebase questions by analyzing source files with git repo resolution, inline citations, Key Files tables, and Mermaid diagrams for flows and architecture.
Answers repository questions grounded entirely in source code evidence. Use for codebase queries, understanding specific files/functions/components, or 'how X works'/'where Y defined'.
Explores codebases with Repowise indexing for architecture understanding, searching, and answering questions without raw source grepping.