From loom
Maintain accepted explanation. Use when architecture, workflow, troubleshooting, or reference knowledge should persist for future operators.
npx claudepluginhub z3z1ma/agent-loom --plugin loomThis skill uses the workspace's default tool permissions.
Wiki is Loom's accepted-explanation layer.
Maintains persistent wiki knowledge base in /pith wiki mode with formats for entities, concepts, decisions, syntheses; ingest, query, lint workflows.
Auto-captures research findings, facts, decisions, gotchas, and contradictions into a git-versioned LLM wiki for recall and citation on queries like 'what do we know about X'.
Share bugs, ideas, or general feedback.
Wiki is Loom's accepted-explanation layer.
Use it when understanding should persist and compound.
Wiki explains settled understanding. It does not own policy, intended behavior, live execution state, observed artifacts, or review verdicts.
Wiki packets use kind: packet with packet_kind: wiki under
.loom/packets/wiki/. They are wiki-owned synthesis contracts, not Ralph
implementation packets, and they do not use Ralph verification_posture unless
this skill later defines a wiki-specific field.
A good wiki page saves future agents from re-deriving the same understanding from scratch.
Wiki is where you promote:
This package ships templates for:
Those are enough to start. You can add more page types if the project genuinely needs them.
# Parent Merge Notes say how
the synthesis output was reconciled into owner layers or why it was rejectedstatus is moved
from compiled to the truthful terminal packet status: consumed,
superseded, or abandonedRead immediately before creating or substantially changing wiki pages:
references/wiki-philosophy.md when deciding whether understanding belongs
in wiki or another owner layer.references/page-types.md when choosing concept, workflow, reference, or
atlas shape.Then read conditionally:
references/wiki-write.md when creating or substantially rewriting a wiki
page from accepted owner truth.references/maintenance.md when updating, staling, or superseding existing
pages.references/wiki-audit.md when auditing pages for staleness, duplication,
broken sources, or misplaced authority.templates/index.md only when creating or refreshing a wiki index.templates/wiki-packet.md only when a fresh synthesis pass is warranted.