llm-wiki-bootstrap
Installation
SKILL.md
LLM Wiki Bootstrap
Build and maintain a personal LLM Wiki: raw evidence stays immutable in raw/, durable knowledge is compiled into wiki/, and SCHEMA.md is the generated wiki's single operating contract.
This file is intentionally short. Load detailed references only for the operation the user requested.
Operating Model
- Keep
SCHEMA.mdas the single source of truth inside every generated wiki. - Keep
wiki/concept-table.mdas the maintained concept map: it complementswiki/index.mdby summarizing durable concepts, relationships, sources, status, and maintenance notes. - Keep
CLAUDE.md,AGENTS.md, and.github/copilot-instructions.mdas thin pointers toSCHEMA.md; never duplicate operating rules into them. - Treat
raw/as read-only evidence. Create and update derived knowledge only underwiki/. - Apply
EXTEND.mdpreferences before bootstrap, ingest, query, lint, or BM25 work. - Ask only for missing decisions, and batch setup questions into one user prompt when possible.
- Prefer progressive disclosure: read the smallest reference file that can complete the current task.