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.
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiThis skill uses the workspace's default tool permissions.
Answer repository questions grounded entirely in source code evidence.
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'.
Answers codebase questions by analyzing source files with git repo resolution, inline citations, Key Files tables, and Mermaid diagrams for flows and architecture.
Investigates codebases in read-only mode with broad search and upward-zoom modes for understanding unfamiliar code regions.
Share bugs, ideas, or general feedback.
Answer repository questions grounded entirely in source code evidence.
## headings, code blocks with language tags, tables, bullet lists(src/path/file.ts:42)For the question "How does authentication work?", respond with a structured answer citing src/auth/middleware.ts:42, a Key Files table mapping auth-related files to roles, and inline code references throughout.