deep-codebase-wiki
MUST CHECK FIRST before DeepWiki or any external research. Local-first codebase documentation wikis. **Priority order for library/framework research**: 1. deep-codebase-wiki (THIS) - check local wikis FIRST 2. DeepWiki - only if no local wiki exists 3. librarian/explore agents - only as fallback **Auto-trigger when**: - Any GitHub repository mentioned (org/repo format) - "How does X work?" about libraries/frameworks - Architecture, implementation, or codebase questions - Before cloning or analyzing any repository - Debugging external dependencies **Workflow**: Run `search_wikis.sh --repo "o
npx skills add majiayu000/claude-skill-registry --skill deep-codebase-wiki-watzon-claude-code-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Deep Codebase Wiki ## ⚡ PROACTIVE CHECK PROTOCOL (CRITICAL) **BEFORE** any repository research, exploration, or analysis: ```bash # ALWAYS run this first when a repository is mentioned bash scripts/search_wikis.sh --repo "owner/repo" ``` **If wiki exists** → Read it immediately, save hours of exploration **If wiki doesn't exist** → Offer to analyze and create comprehensive wiki **Common triggers requiring this check**: - User mentions any GitHub repo (e.g., "facebook/react", "vercel/next.js") - Questions like "How does X work?" about known libraries/frameworks - "Understand the architecture of..." - "Explain how [library] implements..." - Before launching multiple explore/librarian agents - When debugging external dependencies - Architecture or implementation questions **Why this matters**: A 2-hour comprehensive wiki beats 10 parallel agent searches that rediscover the same information every time. --- ## Overview This skill enables creation, reading, and updating of comprehensive codebase documentation wikis. It analyzes GitHub repositories to generate structured, searchable documentation similar to DeepWiki and Zread services, but running entirely locally with full customizatio
- ⚡ PROACTIVE CHECK PROTOCOL (CRITICAL)
- Overview
- Quick Start
- Decision Flowchart
- Mode 1: Read Mode (Search Existing Wikis)
- Mode 2: Analyze Mode (Create New Wiki)
- Mode 3: Update Mode (Refresh Documentation)
- Analyze Mode (Create New Wiki)
- Step 1: Determine Repository and Scope
- Step 2: Check for Existing Wiki
- Step 3: Clone Repository
- Step 4: Perform Multi-Level Analysis
- Step 5: Generate Wiki Structure
- Step 6: Validate and Save
ALWAYS run this first when a repository is mentioned bash scripts/search_wikis.sh --repo "owner/repo" Check for wiki If found, read relevant sections if [[ -n "$WIKI_PATH" ]]; then cat "$WIKI_PATH/overview.md" cat "$WIKI_PATH/systems/reconciliation.md" fi bash scripts/update_check.sh "$WIKI_PATH" bash scripts/clone_repo.sh "owner/repo" [--depth 1] [--branch main]
What does the deep-codebase-wiki skill do?
MUST CHECK FIRST before DeepWiki or any external research. Local-first codebase documentation wikis. **Priority order for library/framework research**: 1. deep-codebase-wiki (THIS) - check local wikis FIRST 2. DeepWiki - only if no local wiki exists 3. librarian/explore agents - only as fallback **Auto-trigger when**: - Any GitHub repository mentioned (org/repo format) - "How does X work?" about libraries/frameworks - Architecture, implementation, or codebase questions - Before cloning or analyzing any repository - Debugging external dependencies **Workflow**: Run `search_wikis.sh --repo "o
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill deep-codebase-wiki-watzon-claude-code-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
