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

@xiaoailazy/coexistree-skills

v0.2.1

Published

Agent Skills for CoExistree (Cursor, Claude Code, Codex, and compatible agents)

Readme

@xiaoailazy/coexistree-skills

CoExistree Agent Skills:供 Cursor、Claude Code、Codex 等支持 SKILL.md 的 Agent 使用。与 @xiaoailazy/coexistree-cli 配合。

用户文档:docs/README.md · Agent CLI

Skill 源文件在本包的 skills/ 目录;发布到 npm 后通过安装器复制到各 Agent 的技能目录。

安装

# 仅 Skill
npm install -g @xiaoailazy/coexistree-skills
coexistree-skills-install

# 或一键(CLI + Skill,见 meta 包)
npm install -g @xiaoailazy/coexistree

还需 CLI:

npm install -g @xiaoailazy/coexistree-cli
coexistree config initial --api-key "ce_..." --system-code "order-service"

安装器

coexistree-skills-install --help

| 选项 | 说明 | |------|------| | --targets all | 默认:cursor、claude、codex 的个人技能目录 | | --targets cursor,claude | 只装到指定 Agent | | --project | 同时写入当前项目的 .cursor/skills 等(适合仓库内协作) | | --force | 覆盖已有 SKILL.md | | --dry-run | 预览路径 |

环境变量:COEXISTREE_SKILLS_TARGETSCOEXISTREE_SKILLS_PROJECT=1

安装路径

| Agent | 个人目录 | 项目目录(--project) | |-------|----------|-------------------------| | Cursor | ~/.cursor/skills/ | .cursor/skills/ | | Claude Code | ~/.claude/skills/ | .claude/skills/ | | Codex | ~/.codex/skills/ | .codex/skills/ |

每个 skill 一个子目录,例如 coexistree-task/SKILL.md

包含的 Skill

| name | 用途 | |------|------| | coexistree-config | 首次 config initialconfig show | | coexistree-bootstrap | 冷启动:代码库生成现状文档并导入知识树 | | coexistree-task | 产研任务:列表、拉取、上传 | | coexistree-ask | 知识树提问 |

仓库开发

从 monorepo 根目录同步到本机 Cursor(不发布 npm 时):

node packages/skills/scripts/install-skills.js --targets cursor --project

源文件以 packages/skills/skills/ 为准;运行 coexistree-skills-install 同步到本机 Agent 技能目录。

发布

cd packages/skills
npm publish --access public

版本宜与 @xiaoailazy/coexistree-cli 对齐 major/minor。