wiki-init
Installation
SKILL.md
wiki-init
Sets up the LLM Wiki pattern. After this runs, the agent has a persistent, incrementally-maintained knowledge base inside .red/wiki/ and a schema in .red/agents/wiki.md that teaches future sessions how to ingest sources, query, and lint.
Process
Light grilling — three questions, then preview, then write. Don't dump all three at once; ask one, get the answer, move on.
1. Explore
Before asking anything, check:
.red/wiki/— does it already exist? If yes, refuse to overwrite without an explicit--resetfrom the user..red/agents/wiki.md— already present?CLAUDE.mdandAGENTS.md— does either have an## Agent skillsblock?.gitignore— is.red/wiki/already listed?gh repo view --json visibility— sanity check (informational only; the wiki is gitignored either way).