Wiki Bible banner
nraford7 nraford7

Wiki Bible

AI community

Description

LLM-maintained research wiki over deep-research bibles: interlinked concepts/thinkers/debates/themes, a self-contained bible-styled HTML atlas, a chat-with-the-corpus semantic index, and concept→source deep-links. A Claude Code skill.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

wiki-bible

An LLM-maintained research wiki that sits between you and a pile of deep-research documents — and turns them into something you can *navigate, argue with, browse, and chat with*.

It follows Andrej Karpathy's "LLM wiki" pattern: interlinked plain-markdown pages, maintained incrementally by the model, with you as editor-in-chief. On top of the wiki it adds a browsable HTML **atlas**, a primary-source **chat corpus**, and **deep-links** from each concept down to the exact section of the source it came from.

It's a [Claude Code](https://claude.com/claude-code) skill: you drive it with `/wiki-bible …` commands.


The three layers

deep research  ─▶  BIBLES        the raw sources: long literature reviews, one per question
   (your        (read-only)      e.g. "What is wu-wei?", "What is life?"  (HTML)
   pipeline)         │
                     │  /wiki-bible ingest   (the model reads each bible, extracts
                     ▼                        concepts + thinkers, section-scoped)
                  WIKI            interlinked markdown: concepts/, thinkers/, debates/,
                (the map)         themes/, answers/  — an Obsidian vault + git repo
                     │
                     │  /wiki-bible analyze   (finds where bibles agree → themes,
                     ▼                         where they collide → debates)
                  ATLAS + CORPUS  wiki.html (browse) · .bibles-text/ (chat) · deep-links
  • Bibles = the source of truth. Read-only; never modified.
  • Wiki = the distilled, cross-linked map. What relates to what; where the debates are.
  • Atlas / corpus = how you use it: a self-contained HTML reader + graph, and a semantic index over the primary text so you can chat with the whole corpus.

What you get

  • An interlinked wiki — every concept and thinker is one markdown page, cross-linked with [[type/slug]] wikilinks. Opens as an Obsidian vault.
  • **Cross-bible