The daily workflow
Once a wiki is set up, the loop settles into a rhythm. Drop sources continuously, ingest them daily, lint weekly, archive monthly, and run the read and update commands any time.
- Continuous: drop files into entry points whenever something is worth keeping. No command needed; the files sit until you ingest
- Daily or every few days:
/statusto see what changed, then/ingestto compile the new sources into pages. This is the primary loop - Weekly:
/lintto surface issues, then/cross-linkerto repair link problems - Monthly or before a big change:
/archiveto snapshot the knowledge. Use/rebuildonly when you have changed the schema and want to reprocess everything from scratch - Any time:
/queryto ask a question,/updateto refine a page,/researchto pull sources from the web,/captureto save the durable parts of the current conversation,/capture --quickto stage findings in under 60 seconds,/feedbackto teach a new rule - Session end (optional): install
.claude/hooks/wiki-stop-capture.sh(seewiki-setup/SKILL.md, “Optional: session-end capture hook”) to have Claude Code nudge you with/capture --quickat the end of a session that had edits or shell activity
Where to go next
Section titled “Where to go next”- Commands: the full command list and reference
- Retrieval and modes: how read commands escalate and how append, rebuild, and restore differ
- Feedback and custom procedures: the two ways to teach the agent