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

@mc-and-his-agents/loom-installer

v0.1.65

Published

Node installer for Loom plugin and single-skill installation surfaces.

Downloads

7,995

Readme

@mc-and-his-agents/loom-installer

语言:中文 | English version

Loom 的 npm / npx adapter helper 和 verifier。

Loom 默认安装模型是完整仓库安装加宿主原生或宿主适配的 skill discovery。这个 package 保留给 adapter 托管的 plugin 安装、single-skill helper 和 verification output。

Commands

npx @mc-and-his-agents/loom-installer add plugin --host codex
npx @mc-and-his-agents/loom-installer add plugin --host claude

单 skill 兼容路径:

npx @mc-and-his-agents/loom-installer add skill <skill-id> --host codex
npx @mc-and-his-agents/loom-installer add skill <skill-id> --host claude

也可以先固定 installer 版本:

npm install -D @mc-and-his-agents/loom-installer
npx loom-installer add plugin --host codex

Options:

  • --host codex|claude|auto
  • --target <repo-root>
  • --force
  • --json

Requirements

  • Node >=20
  • Python >=3.10,推荐 3.11+

Payload Model

发布包会包含生成出来的 payload。该 payload 会在 build、pack 和 publish 阶段,从 canonical plugins/loom/.codex-plugin/ manifest 与已提交的生成 skills/ install surface 动态生成。

生成出来的 payload 目录不会提交到 git。Build 步骤会以确定性方式重建它们,check:payload 会校验重建稳定性。根 skills/ surface 本身会提交,并通过 check:distribution 校验。

Installer JSON output 会报告 distribution_layerversion_contextfailed_layer,让调用方区分 host adapter plugin install 与 generated single-skill install。

Release Notes

发布只会从 main 进行。

Release model:

  • PR 会运行 gates,但不会发布 npm。
  • main 是唯一 release truth source。
  • Loom 仓库 release 与 installer npm package version 分开维护。
  • 只有在 npm publish 成功后,才创建 loom-installer-v<version> git tag 和同名前缀的 GitHub Release。