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 linehaul-ai/linehaulai-claude-marketplace --plugin deep-wikiThis skill uses the workspace's default tool permissions.
Answer repository questions grounded entirely in source code evidence.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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)