llm-wiki
Installation
SKILL.md
LLM Wiki
Use this skill when the user wants a persistent knowledge base that compounds over time instead of answering from raw documents from scratch on every turn.
Core Model
Treat the wiki as three layers:
raw/is the immutable source collection. Read from it; do not edit or rewrite it during normal maintenance.wiki/is the maintained knowledge layer. This is where summaries, entity pages, concept pages, and durable analyses live.AGENTS.md,index.md, andlog.mddefine and track the system:AGENTS.mdis the schema and workflow contract,index.mdis the catalog, andlog.mdis the append-only timeline.