Skip to content

stroops/stroops-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stroops-wiki

A public LLM Wiki, an AI-maintained, interlinked markdown knowledge base built with the LLM Wiki pattern by Andrej Karpathy. It serves two purposes at once:

  1. The public knowledge base for sloop: the local-first, cross-repo agent-fleet tool. Domain, architecture, and design concepts, summarized and cross-linked.
  2. A worked example you can fork. The whole thing is the demo: a real vault, built by prompting an AI to read sources and file them into a compounding wiki. See PLAYBOOK.md for the exact prompt-by-prompt walkthrough.

What's the idea?

Classic RAG re-reads raw documents on every question. An LLM Wiki instead has the AI incrementally build and maintain a persistent wiki: source summaries, entity pages, concept pages, overviews, all interlinked with [[wikilinks]]. Knowledge compounds; the tedious bookkeeping (summaries, cross-references, index, changelog) is exactly what the AI is there to do, so the wiki actually stays maintained.

Layout

Path What
AGENTS.md Canonical rules & schema, read this first (tool-agnostic)
PLAYBOOK.md How this vault was built, prompt by prompt
index.md The map, catalog of every page by category
log.md Append-only changelog of ingests / queries / lints
raw/ Immutable source materials (the AI reads, never edits)
wiki/ AI-maintained pages: sources/, entities/, concepts/, overviews/, projects/
_templates/ Page templates
CLAUDE.md, GEMINI.md Thin pointers so those CLIs load AGENTS.md

Use it

  • Browse in Obsidian (open this folder as a vault) for graph view + backlinks, or just read the markdown on GitHub.
  • Extend it with any AI CLI that reads AGENTS.md (Claude Code, Codex, Cursor, Gemini, Copilot, Antigravity). Point it at a source and say "ingest this."
  • Publish it as a website: Quartz / Obsidian Publish / MkDocs (publisher TBD).

License

Content is intended to be freely readable and forkable. sloop itself is MIT.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors