$npx skillfedfor your agent

understand-knowledge

understand-knowledge processes three-layer knowledge bases (raw sources, wiki markdown, schema) to extract entities, resolve wikilinks, and cluster topics into an interactive graph. It detects the Karpathy wiki pattern, dispatches LLM agents to find implicit relationships, merges results with deterministic extraction, and outputs a navigable knowledge graph dashboard.

understand-knowledge analyzes a Karpathy-pattern LLM wiki and generates an interactive knowledge graph with entity extraction and relationship mapping.

AI-generated summary based on this skill's SKILL.md

76,455 6,392 MITupdated by Egonex-AI

Decision gist · record as of 2026-07-25

understand-knowledge analyzes a Karpathy-pattern LLM wiki and generates an interactive knowledge graph with entity extraction and relationship mapping. understand-knowledge processes three-layer knowledge bases (raw sources, wiki markdown, schema) to extract entities, resolve wikilinks, and cluster topics into an interactive graph. It detects the Karpathy wiki pattern, dispatches LLM agents to find implicit relationships, merges results with deterministic extraction, and outputs a navigable knowledge graph dashboard.

manual: git clone https://github.com/Egonex-AI/Understand-Anything → cp -r Understand-Anything/understand-anything-plugin/skills/understand-knowledge ~/.claude/skills/understand-knowledge
understand-anything-plugin/skills/understand-knowledge/SKILL.md · version 94cb907c

Use it when

  • Yes.
  • understand-knowledge uses a hybrid approach: it performs deterministic extraction of explicit entities and wikilinks from markdown.

Verify before relying

Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Egonex-AI/Understand-Anything/understand-knowledge · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does understand-knowledge do with my LLM wiki knowledge base?

understand-knowledge analyzes your LLM wiki knowledge base by processing three layers—raw sources, wiki markdown, and schema—to extract entities, resolve wikilinks, and cluster topics into an interactive graph. It detects the Karpathy wiki pattern, dispatches LLM agents to find implicit relationships, and merges results with deterministic extraction to output a navigable knowledge graph dashboard.

Can understand-knowledge generate a knowledge graph from markdown files?

Yes. understand-knowledge generates knowledge graphs directly from markdown files by extracting entities and relationships, resolving wikilinks with topic categorization, and clustering related concepts. The resulting graph is interactive and queryable, transforming your unstructured markdown documentation into a structured, navigable format.

How does understand-knowledge extract entities and relationships from wiki?

understand-knowledge uses a hybrid approach: it performs deterministic extraction of explicit entities and wikilinks from markdown, then dispatches LLM agents to detect implicit relationships that aren't directly stated. These results are merged to create a comprehensive entity and relationship map with topic layering and clustering.

What is the Karpathy pattern that understand-knowledge recognizes?

understand-knowledge recognizes the Karpathy-pattern LLM wiki structure—a specific organization of knowledge bases across raw sources, wiki markdown, and schema layers. When detected, it applies specialized processing to extract and visualize the knowledge graph with proper entity clustering and wikilink resolution.

Does understand-knowledge support wikilink resolution and graph generation?

Yes. understand-knowledge parses wikilinks and generates a graph by resolving links to their target topics, categorizing them by layer, and clustering related entities. This wikilink resolution feeds directly into the interactive knowledge graph visualization, making your wiki structure fully navigable.

What output does understand-knowledge produce?

understand-knowledge outputs an interactive knowledge graph dashboard that visualizes wiki structure, topics, and entity clusters. The graph is queryable and navigable, allowing you to explore relationships, browse topics, and understand your knowledge base structure at a glance.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

/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:
  2. If the user provided a path argument, use that
  3. Otherwise, use the current working directory -

(truncated - see the full file via the links below)

File tree — 3 files
understand-anything-plugin/skills/understand-knowledge/SKILL.md
understand-anything-plugin/skills/understand-knowledge/merge-knowledge-graph.py
understand-anything-plugin/skills/understand-knowledge/parse-knowledge-base.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Analyze a Karpathy-pattern LLM wiki and generate an interactive knowledge graph”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

understand-figma
by Egonex-AI · Egonex-AI/Understand-Anything

This skill connects to your Figma file via the REST API to map its structure—pages, screens, components, instances, and design tokens—into an interactive knowledge graph. The result appears as a searchable, explorable dashboard within your existing environment.

MITupdated Jul 2026
★ 76,455repo stars
understand
by Egonex-AI · Egonex-AI/Understand-Anything

Understand scans your codebase and builds an interactive knowledge graph stored as JSON, letting you explore your project's architecture and component relationships through a visual dashboard. Configure analysis scope with language preferences, exclusion patterns, and auto-update settings.

MITupdated Jul 2026
★ 76,455repo stars
understand-domain
by Egonex-AI · Egonex-AI/Understand-Anything

understand-domain pulls business domain knowledge—domains, workflows, and process steps—from your codebase and renders an interactive flow graph. It works efficiently by deriving from an existing knowledge graph when available, or runs a lightweight scan to build one from scratch.

MITupdated Jul 2026
★ 76,455repo stars
understand-diff
by Egonex-AI · Egonex-AI/Understand-Anything

understand-diff compares your code changes to the project's knowledge graph, surfacing which components were modified and what else might be impacted. It traces dependencies and cross-layer concerns to highlight potential risks, then generates a diff overlay for visual exploration in the dashboard.

MITupdated Jul 2026
★ 76,455repo stars
llm-wiki
by moltis-org · moltis-org/moltis

llm-wiki helps you create and maintain a compounding knowledge base as interlinked markdown files, inspired by Andrej Karpathy's pattern. Unlike traditional retrieval systems that rediscover information per query, this skill compiles knowledge once and keeps it current with built-in cross-references and contradiction detection. The agent handles summarization, filing, and maintenance while you curate sources and direct analysis.

MITupdated Jul 2026
★ 2,795repo stars
llm-wiki
by NousResearch · NousResearch/hermes-agent

llm-wiki lets you construct and maintain a compounding knowledge base as organized markdown files, with the agent handling summarization, cross-referencing, and consistency checks while you direct curation. Unlike RAG systems that rediscover knowledge per query, your wiki compiles once and stays current, with contradictions flagged and synthesis reflecting all ingested material.

MITupdated Jul 2026
★ 221,503repo stars

More skills understand-chat (MIT) · understand-onboard (MIT) · Second Brain Query (unlicensed) · llmwiki-ingest (MIT) · Second Brain Lint (unlicensed) · understand-explain (MIT) · understand-dashboard (MIT)

Tags
knowledge-extractiongraph-visualizationsemantic-analysiswiki-parsingentity-clusteringimplicit-relationshipsmarkdown-processinginteractive-dashboard