From loom
Enter or repair a Loom workspace before downstream work. Use when repository scope, Loom structure, owner chain, or workspace trust is unclear.
npx claudepluginhub z3z1ma/agent-loom --plugin loomThis skill uses the workspace's default tool permissions.
Use this skill first when you are entering a Loom repository cold, resuming after
Coordinate Git isolation and provenance for Loom work. Use when branches, worktrees, baselines, diffs, merges, or PR handoffs affect ticket or packet truth.
Syncs workflow logs, process records, handoff documents, runtime state, and artifacts to per-project folders in a centralized GitHub workspace repo for clean targets and traceability.
Detects user state, repo context, and experience in Main Branch then routes to skills like /mb-setup, /mb-think, /mb-ads. Use on start/help/begin, new users, lost context, or triage.
Share bugs, ideas, or general feedback.
Use this skill first when you are entering a Loom repository cold, resuming after context compaction, preparing for compaction, or when the next owner layer is not yet obvious.
This skill replaces the old "doctor", "status", and "scope helper" mindset with a more agent-native posture: inspect the workspace directly, make structural trust explicit, then route to the owning layer.
When Loom is present and the repo looks structurally plausible:
loom-bootstrap doctrine, or confirm the harness preloaded the ordered
bootstrap references.loom/constitution:mainreferences/status-snapshot.mdDo not start deep work before the workspace is structurally trustworthy enough to trust its records. Do not treat chat history, transcript memory, generated context files, or memory records as canonical resume truth; continue from the owner records that own the current fact.
.loom/ is missing, partial, or suspicious.loom/ tree and read orderconstitution:main exists or create it if the user is bootstrapping LoomHalt or escalate when:
.loom/ exists but the canonical tree is malformed enough that you cannot trust itPrefer direct inspection before inventing a helper abstraction:
find / fd for tree discoveryrg for IDs, statuses, and refsgit rev-parse --show-toplevel for repository ownershipgit status --short and git diff --stat for current mutation awarenessRead immediately for normal workspace entry:
references/workspace-tree.md when checking or bootstrapping the .loom
directory shape.references/routing.md when deciding which owner layer or workflow
coordinator should handle the request.Then read conditionally:
references/status-snapshot.md when recovering after cold start or context
compaction, preparing for compaction, or summarizing current queues, blockers,
review debt, or acceptance debt.references/problem-shaping.md when the operator request is too fuzzy to
route directly into an owner record.references/doctor.md when structural trust is questionable.references/scope-registry.md when repository aliases or multi-worktree
scope need to be made explicit.templates/workspace.md only when creating .loom/workspace.md.templates/harness.md only when documenting fresh-context invocation
mechanics.