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

@qingpingmo/dev

v1.0.0

Published

Qingpingmo Dev — 多环境开发技能集(ZCode / OpenCode)

Readme


简介

qingpingmo-dev 是一套跨平台 AI 编码技能集合,支持 ZCodeOpenCode。提供中文化、技能管理、编码规范等实用功能。

安装

npm install -g qingpingmo-dev

安装完成后运行初始化命令:

qingpingmo init

交互式选择开发环境和安装范围,技能将自动部署到对应目录。

非交互式安装(CI 友好)

qingpingmo init --env zcode,opencode --scope user
qingpingmo init --env zcode --scope project

技能列表

| 技能 | 说明 | |------|------| | /qpm-zh | 中文化设置 — 安装时自动匹配用户级或项目级 | | /qpm-skill-manager | 技能管家 — 盘点、检索、统计、清理技能 | | /qpm-code | 通用编码约定 — Bun / Oxfmt / 时区等规范 |

支持的环境

| 环境 | 用户级 skills 目录 | 项目级 skills 目录 | |------|-------------------|--------------------| | ZCode | ~/.zcode/skills/ | .zcode/skills/ | | OpenCode | ~/.config/opencode/skills/ | .opencode/skills/ |

使用追踪(可选)

技能管家的「使用统计」和「清理建议」功能需要配置 hook。

ZCode

~/.zcode/cli/config.json 中添加 PostToolUse hook,调用 track-usage.js

OpenCode

~/.config/opencode/opencode.json 中配置对应的 hook。

日志文件位于 ~/.qingpingmo/skill-usage.log

卸载

npm uninstall -g qingpingmo-dev

卸载脚本会自动清理已安装的技能目录。

目录结构

qingpingmo-dev/
├── skills/
│   ├── qpm-zh/                 # 中文化技能(用户级/项目级自适应)
│   │   ├── SKILL.md
│   │   └── references/
│   │       └── template.md
│   ├── qpm-skill-manager/      # 技能管家
│   │   ├── SKILL.md
│   │   └── track-usage.js
│   └── qpm-code/               # 通用编码规范
│       └── SKILL.md
├── scripts/
│   ├── cli.js                  # qingpingmo CLI
│   ├── install.js              # 安装脚本
│   └── uninstall.js            # 卸载脚本
├── package.json
├── plugin.json
└── README.md

致谢

许可证

MIT © tianye