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

  1. Ask the user for the wiki's purpose, domain, source location, desired outputs, and review style.
  2. 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 alongside raw/ so sources, citations, and history travel together.
  3. 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.
  4. Create README.md as the root index. Start with a flat directory and only the initial pages the domain needs.
  5. 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.

Preserve the Contracts

Installs
29
GitHub Stars
1
First Seen
Aug 22, 2026
llm-wiki — andrueandersoncs/skills