Spins up a structured Markdown wiki where raw sources stay immutable in a raw/ folder and an LLM maintains derived knowledge pages under wiki/. The whole system runs on a single SCHEMA.md contract that lives inside each wiki, with thin pointer files for Claude Desktop and GitHub Copilot. You get a concept table, automatic indexing, and optional local BM25 search if you want full-text lookup without hitting an API. It asks for preferences once, batches setup questions, and won't silently fall back to defaults. Good for anyone who wants persistent, citations-backed knowledge extraction with clear separation between evidence and interpretation. The progressive disclosure model keeps context windows lean.
npx skills add https://github.com/nanzhipro/karpathy-llm-wiki-bootstrap-skill --skill llm-wiki-bootstrap