llm-wiki
Installation
SKILL.md
LLM Wiki
Build a persistent, source-grounded wiki whose synthesis compounds over time. Read the original idea when you need its rationale, examples, or optional suggestions.
Set Up the Wiki
- Ask the user for the wiki's purpose, domain, source location, desired outputs, and review style.
- Create or use a Git repository as the wiki root. Keep human-curated source files in
raw/inside that root. Keep the LLM-maintained Markdown pages alongsideraw/so sources, citations, and history travel together. - Create a schema or agent-instruction file such as
AGENTS.md. Define the smallest useful domain structure: page types, naming rules, relative-link and citation conventions, and the ingest, query, lint, compact, and commit workflows. - Create
README.mdas the root index. Start with a flat directory and only the initial pages the domain needs. - Commit the initial wiki as one coherent change.
Keep the schema adaptable. Evolve it when repeated work shows a better convention, and explain the change in the commit message.