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

agent-compose

v1.3.0

Published

Capability orchestration CLI: agent-compose.yaml → Cursor/Claude/Codex skills + MCP config

Readme

agent-compose

agent-compose.yaml 里的 MCP 和 Skill,安装到 Cursor、Claude 或 Codex。

需要 Node.js ≥ 18。

安装

npm install -g agent-compose

快速上手

agent-compose init
# 已写出 ./agent-compose.yaml
agent-compose apply

只装某一个 Skill(没有 yaml 会自动写出最小文件):

agent-compose apply skill env/moss

未写 catalog.uri 时使用本包内 Catalog。写了 uri--catalog-uri 则走该 Git / 本地路径。

--dir → 用户级(Cursor:~/.cursor/;Claude:~/.claude.json;Codex:~/.codex/config.toml)。
--dir <项目根> → 该项目下的对应目录。

命令

agent-compose list
agent-compose cat host-execution
agent-compose search k8s
agent-compose apply skill env/moss --dir /path/to/project
agent-compose apply --dir /path/to/project

| 命令 | 作用 | |------|------| | init | 拷贝示例 yaml 到 ./agent-compose.yaml | | list [mcp\|skill] | 列出 Catalog | | cat <package> | 打印该包源文件 | | search <keyword> | 搜索 | | apply [file] | 按 yaml 安装 | | apply skill <名…> / apply mcp <id…> | 并进 yaml 再安装;-t / --target 选 IDE | | plan / doctor | 对照 / 检查落点 | | reconstruct | 从 lock + 目标 MCP 配置重建 yaml |

target 可为 cursor / claude / codex。Codex 的 MCP 写入 config.toml[mcp_servers.<name>],不是 JSON。yaml 里 <键名> 占位不会写进落点,也不覆盖已填密钥。

完整说明:CLIyaml