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 --reset from the user.
  • .red/agents/wiki.md — already present?
  • CLAUDE.md and AGENTS.md — does either have an ## Agent skills block?
  • .gitignore — is .red/wiki/ already listed?
  • gh repo view --json visibility — sanity check (informational only; the wiki is gitignored either way).

2. Ask three questions

Installs
1
First Seen
May 16, 2026
wiki-init — reddb-io/red-skills