agentsclimarketplace

Skill template

Skill dylanmccavitt/loom/template/skill-template

Loom — a cross-harness, self-improving agent pack (OMP, Codex, Claude Code)

Install
npx -y skills add dylanmccavitt/loom --skill skill-template

Assembled 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

<One-line role summary with concrete triggers, synonyms, and near-miss routing hints. Use when <specific user intent or packet condition>.>

SKILL.md

1.8 KB, as published. Nobody here has run it

<Skill title>

<One paragraph: what this skill owns, which request modes it serves, and what it refuses.>

Operating contract

  • Canonical name: <skill-name> — no omp-, codex-, or claude- prefixes.
  • Primary modes: <shape|implement|review|prove|repair|launch> (pick what applies).
  • Load order: read this entrypoint, then AGENTS.md (shared-agent packages only), then the packet-named file under references/.
  • Scope: stay inside the active issue / PR / workflow packet; do not widen, live-apply to HOME, or close tracker items.

Lenses (optional)

When the packet carries a lens field:

  • load references/lens-<name>.md for the named lens only
  • when lens is absent, load the default lens file documented here
  • lenses select guidance only; they never change mode boundaries or delegation authority

Workflow

  1. Resolve request mode, packet scope, and lens before acting.
  2. Load only the references required for the current step.
  3. Execute the smallest coherent step allowed by the packet.
  4. Return the required output packet and explicit non-goals.

Routing

  • <Near-miss A><other-skill>
  • <Near-miss B><other-skill>

References

  • references/ — progressive disclosure for lenses, rules, examples, and tables.
  • Keep SKILL.md as the entrypoint; do not paste long tables or file trees here.

Skill integrity

Update this package together with any contract it specializes. For shared roster agents, keep docs/agent-contract.md as the behavior source of truth and render adapter output — never hand-edit generated distributions.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.