understand-knowledge
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
npx skills add majiayu000/claude-skill-registry --skill understand-knowledge-egonex-ai-understand-anything --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.
# /understand-knowledge Analyzes a Karpathy-pattern LLM wiki — a three-layer knowledge base with raw sources, wiki markdown, and a schema file — and produces an interactive knowledge graph dashboard. ## What It Detects The **Karpathy LLM wiki pattern** (see https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f): - **Raw sources** — immutable source documents (articles, papers, data files) - **Wiki** — LLM-generated markdown files with wikilinks (`[[target]]` syntax) - **Schema** — CLAUDE.md, AGENTS.md, or similar configuration file - **index.md** — content catalog organized by categories - **log.md** — chronological operation log Detection signals: has `index.md` + multiple `.md` files with wikilinks. May have `raw/` directory and schema file. ## Instructions ### Phase 1: DETECT 1. Determine the target directory: - If the user provided a path argument, use that - Otherwise, use the current working directory 2. Run the format detection script bundled with this skill: ``` python3 <SKILL_DIR>/parse-knowledge-base.py <TARGET_DIR> ``` - If the script exits with an error, tell the user this doesn't appear to be a Karpathy-pattern wiki and explain what was expected - If succes
- What It Detects
- Instructions
- Phase 1: DETECT
- Phase 2: SCAN (already done)
- Phase 3: ANALYZE
- Phase 4: MERGE
- Phase 5: SAVE
- Notes
What does the understand-knowledge skill do?
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill understand-knowledge-egonex-ai-understand-anything --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.
