LLM Wiki Ecosystem Landscape

July 31, 2026 · View on GitHub

Within weeks of the gist, its comment thread became a directory of 200+ implementations. They cluster into a few recognizable shapes. Understanding the clusters tells us where our OKF-conformant, portable-skills angle is differentiated and where it is crowded.

1. Agent skills & plugins

Packages of SKILL.md / plugin files that turn Claude Code, Cursor, Codex, etc. into a wiki maintainer — the shape closest to what we are building.

  • karpathy-llm-wiki (Astro-Han) — Agent-Skills-compatible, multi-tool.
  • wiki-skills (kfchou) — Claude Code skills, Karpathy-faithful.
  • Others: doneyli/claude-code-plugins (llm-wiki), horiacristescu/claude-playbook-plugin, EveryInc/compound-engineering-plugin (22k★, broader "compound engineering"), pedronauck/skills (karpathy-kb), Thrimbda/legion-mind, vanillaflava/llm-wiki-claude-skills, FBoschman/claude-wiki-research-skills, theafh/ai-modules.

This category is busy but almost entirely Obsidian-wikilink-flavored, not OKF-conformant — our differentiator.

2. CLIs & compilers

Standalone tools that ingest sources and compile a wiki, often with built-in search.

  • synthadoc — no-tools, self-managed compiler (534★).
  • Hosuke/llmbase — ingest→compile→query→enhance with a React UI (42★).
  • VihariKanukollu/browzy.ai — npm CLI, FTS5+BM25, Obsidian-compatible, multi-model.
  • Others: doum1004/llmwiki-cli, olegiv/llm-wiki-go (Go codebase wiki), atomicmemory/llm-wiki-compiler, iamsashank09/llm-wiki-kit, MauricioPerera/llm-wiki-kit, yhay81/create-wiki-kit.

3. Apps & platforms

Full products with UIs, hosting, or mobile.

  • OmegaWiki — the most complete (1.5k★).
  • Tencent/WeKnora (17k★) — RAG + agent + self-maintaining wiki (enterprise-scale, RAG-centric).
  • memex-lab/memex (568★) — local-first AI journal app for iOS/Android.
  • basicmachines-co/basic-memory (3.3k★) — "conversations that remember," MCP-based.
  • bitsofchris/openaugi (119★), sheawinkler/contextlattice (122★, coordination control-plane).

4. MCP servers & memory layers

Expose the wiki/memory to any agent over MCP rather than shipping a workflow.

  • multimail-dev/thinking-mcp, Electro-resonance/LLM-WIKI-MCP, deepak-bhardwaj-ps/smriti-mcp, gowtham0992/link (link-mcp), dfalci/mcp-advwiki, us/crw (research/ingest via MCP).

5. Coordination & multi-agent

Let several agents build one wiki in parallel.

  • tracecraft (Arrmlet) — shared memory/messaging/task-claiming over any S3 bucket (27★); swarmclawai/swarmvault, redmizt/multi-agent-wiki-toolkit, AEVYRA/llm-wiki-coordination.

6. Databases, not markdown

The notable dissent from the file-based approach — see critiques.

  • buremba / lobu-ai/owletto — entity-typed knowledge in PostgreSQL with an event log and SQL access for the agent.
  • gnusupport's "Hyperscope" argument for PostgreSQL over markdown for deterministic KBs.
  • zTgx/vectorless / vectorlessflow — "knowing by reasoning, not vectors."

7. Codebase-doc generators (adjacent lane)

Auto-document a codebase for agents. Most projects in this category generate from a repository rather than ingesting general sources, although openwiki now crosses that boundary with Personal mode. The category overlaps in agent maintenance, AGENTS.md pointers, and scheduled updates.

  • openwiki (langchain-ai) — LangChain/DeepAgents CLI; scheduled-PR updates. As of 2026-07 it emits OKF v0.1 bundles and adds a general-knowledge "Personal mode," so it now spans this lane and the general-knowledge lane; its README still documents no equivalent truth-maintenance model. A source of ingest techniques. Peers: DeepWiki, garrytan/gbrain.

Where OKF sits

A handful of projects target OKF explicitly, and the cohort is growing fast:

The vast majority of the ecosystem still reinvents a bespoke on-disk convention. But the OKF-native cohort is now real and moving fast — okf-skills (skills), openknowledge (CLI + registry), openwiki (code/personal producer), and kiso (publisher) bracket authoring, ingestion, tooling, and consumption. Our remaining gap is narrower and stronger: portable skills that maintain a conformant bundle with explicit provenance, successor history, conflicts, and exhaustive propagation into derived knowledge. With several teams shipping OKF tooling, our value has to be the truth-maintenance loop and portability seam, not another author/validate/visualize trio.

Citations

  1. Karpathy — LLM Wiki gist (comment thread, ~900 comments)