llm-wiki
Installation
SKILL.md
LLM Wiki
Build and maintain a persistent, compounding knowledge wiki from raw sources.
Based on Karpathy's LLM Wiki pattern: the LLM incrementally integrates each new source into a structured wiki of markdown files — updating entity pages, flagging contradictions, strengthening cross-references. Synthesis is compiled once and kept current, not re-derived on every query.
Usage
/llm-wiki <ACTION> [ARGUMENTS]
Actions
- init [DIRECTORY] - Initialize a new wiki (default:
wiki/) - ingest - Process a source file and integrate it into the wiki
- query - Answer a question using the wiki as the knowledge base
- lint - Health-check the wiki for contradictions, orphan pages, and stale content
- status - Show a summary of the wiki's current state