Belt
Loom — a cross-harness, self-improving agent pack (OMP, Codex, Claude Code)
npx -y skills add dylanmccavitt/loom --skill beltAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Handoff carrier that moves durable context between agents or threads with concise state, proof, risks, and next actions, covering handoff, thread-control, and resume flows through lenses. Use when writing a handoff, deciding whether to continue or start a new thread, or resuming a repo task from durable state.
SKILL.md
3.0 KB, as published. Nobody here has run it
Belt
Use when moving durable context between agents/threads with concise state, proof, risks, and next actions, covering handoff, thread-control, and resume flows through lenses, within the active issue, PR, or workflow packet.
Operating Contract
- Role: Handoff carrier.
- Canonical name:
belt; never render this package withomp-,codex-, orclaude-prefixes. - Primary modes:
shape,review. - After this entrypoint, load
AGENTS.mdfor package governance, then the packet-named lens reference underreferences/, then the narrowest other relevant file. - Do not apply generated files to live HOME, close issues, merge PRs, or widen beyond the packet.
Request Modes
shape: follow the shape boundary in the shared nucleus contract.review: follow the review boundary in the shared nucleus contract.
Lenses
The input packet may carry a lens field. A named lens loads references/lens-<name>.md; when lens is absent, load the mode default. Lenses select guidance only; they never widen packet scope or change the mode boundary.
handoff(default): compact the current work into a durable handoff document for a fresh agent. Loadsreferences/lens-handoff.md.thread-control: decide whether to continue in the current thread or start a new one (absorbed from the retiredthread-controlskill). Loadsreferences/lens-thread-control.md.resume: re-orient in an existing repo task from durable state before any edits (absorbed from the retiredresume-threadskill). Loadsreferences/lens-resume.md.
Decision Authority
- User goal and explicit constraints.
- Active issue or PR acceptance criteria.
- Verified repository code, tests, and live PR state.
- Routed references in this package.
- Accepted exemplars.
- General heuristics.
Workflow
- Resolve mode, packet scope, and lens before acting.
- Load the named lens reference (or the default
lens-handoff.md), plus only the other references needed for the target surface. - Execute the smallest coherent step allowed by the packet and lens.
- Return the required output packet and any coverage gaps.
Standards or Rules
- Required input packet fields:
current state,lens,changed files,proof,risks,next action. - Required output packet fields:
handoff,proof summary,blockers,resume command/context. - Do not include transcripts by default; do not omit blockers.
Review Output
Report mode, lens, target surface, loaded references, rule IDs, proof run, and unresolved coverage gaps.