npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@z3z1ma/open-loom-core

v0.3.0

Published

OpenCode core package for the Loom Markdown-native AI work protocol.

Readme

Agent Loom Core

The required Loom package.

Core teaches agents how to turn software work into .loom/ records: shape the goal, keep live work and durable worker context in tickets, prove claims with evidence, challenge important claims with Ralph-backed audit, and preserve useful lessons in knowledge.

Core also teaches activation discipline. using-loom is the first-action loop that makes the agent check the relevant Loom surface or skill before responding, clarifying, inspecting, editing, creating tickets, or launching Ralph when Loom may apply.

The operating loop is: shape with the human, route durable truth, slice into bounded tickets, execute ticket-owned Ralph worker or review runs, preserve evidence, audit claims, and reconcile records.

If the ask is not concrete enough for execution, Core keeps the agent in shaping instead of letting it infer tickets, worker runs, or patches from hidden product or system-shape choices.

If a harness installs only one Loom package, install this one.

Agent Loom / Protocol / Install / Playbooks

What Core Does

Core gives agents the operating doctrine and the record surfaces that make Loom work recoverable.

  • using-loom loads the posture every Loom session needs
  • activation checks keep skill and surface routing from becoming an afterthought
  • record skills tell the agent which surface owns each kind of truth
  • templates give records enough shape for continuation, proof, review, and handoff
  • references teach the protocol without requiring a hidden runtime
  • Loom Weaver provides an optional explicit outer-loop shaping persona
  • Loom Driver provides an optional explicit inner-loop coordination persona for ticket-owned Ralph runs, evidence, audit routing, and ticket reconciliation

The harness is transport. The protocol is this package's skills/ corpus.

The Surfaces

| Surface | Job | | --- | --- | | constitution | durable judgment, policy, constraints, ADRs, roadmap direction | | tickets | bounded executable work, live state, acceptance, closure | | research | investigations, tradeoffs, rejected paths, null results, conclusions | | specs | intended behavior, requirements, scenarios, interfaces | | plans | strategy for complex work that needs several ticket-ready units | | evidence | observations, outputs, reproductions, screenshots, logs, validation | | audit | Ralph-backed review, findings, verdicts, residual risk | | knowledge | preferences, procedures, accepted explanations, atlases, retrieval cues |

Retrospective is a promotion pass over those surfaces. It has no directory of its own.

The Skills

| Skill | Job | | --- | --- | | using-loom | entry doctrine and session posture | | loom-constitution | durable project judgment and precedent | | loom-tickets | executable work units and closure | | loom-research | investigation and synthesis | | loom-specs | intended behavior contracts | | loom-plans | multi-ticket strategy and sequencing | | loom-evidence | durable observations and artifacts | | loom-audit | Ralph-backed review and findings | | loom-knowledge | reusable understanding and retrieval | | loom-ralph | bounded worker and review handoff discipline | | loom-retrospective | promotion and prevention after significant work |

The Route

shape with the human -> route to the right surface -> execute bounded work -> evidence -> audit -> reconcile -> promote

Small tasks can stay small. Create records when they make the work easier to recover, trust, hand off, review, or reuse.

Install Or Expose Core

Expose the package root when your harness understands package roots:

/absolute/path/to/agent-loom/loom-core

Expose the skill tree when your harness wants raw skills:

/absolute/path/to/agent-loom/loom-core/skills

OpenCode can load loom-core.mjs. Claude Code, Codex, Cursor, and Gemini CLI use the native manifests or bootstrap files in this package. Harness-specific commands live in INSTALL.md.

Boundary

This package carries Loom bootstrap doctrine, canonical record behavior, and the optional Loom Weaver and Loom Driver prompt surfaces. It ships as Markdown and TOML surfaces, with no daemon, database, dashboard, product CLI, or MCP server.

Optional workflow routes live in Loom Playbooks. Those routes use Loom records instead of adding another durable truth layer.