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

gubo-skills-installer

v1.0.5

Published

Gubo Skills 一键安装器 - 包含 Wafer Map 和 Common Legend 等 @guwave 组件使用指南

Readme

gubo-skills-installer

Gubo Skills 一键安装器 —— 通过 npx 快速将 @guwave 组件使用指南(AI Skill)安装到 Cursor / Claude Code / Gemini CLI / Codex 等 AI 编程助手中。


包含的 Skills

| Skill | 说明 | |-------|------| | Wafer Map Skill | 晶圆图渲染组件 @guwave/wafermap-v2 使用指南,覆盖 die map、bin map、reticle map、site map 等场景 | | Common Legend Skill | 图例组件 @guwave/common-legend 使用指南,支持 Vue3 及 React(veaury 桥接) |


使用方式

npx gubo-skills-installer

CLI 会引导你完成以下流程:

  1. 选择 Skill — 勾选要安装的 Skill(支持多选)
  2. 选择安装路径 — 选择目标平台或"全部安装"
  3. 覆盖确认 — 若目标路径已存在同名 Skill,会提示是否覆盖
  4. 自动下载安装 — 从远端下载 zip 并解压到目标路径

支持的安装目标

| 目标 | 路径 | |------|------| | 当前目录 | <cwd>/<skillName> | | Cursor(项目级) | <cwd>/.cursor/skills/<skillName> | | Cursor(全局) | ~/.cursor/skills/<skillName> | | Claude Code | ~/.claude/skills/<skillName> | | Gemini CLI | ~/.gemini/skills/<skillName> | | Codex | ~/.agents/skills/<skillName> |


本地开发

要求 Node >= 18

pnpm install
node bin/cli.mjs

项目结构

gubo-skills-installer/
├── package.json
├── bin/
│   └── cli.mjs          # CLI 入口
├── src/
│   ├── config.mjs       # Skill 列表与下载地址配置
│   ├── install.mjs      # 安装主流程
│   └── targets.mjs      # 安装目标路径定义
└── skills/              # Skill 源文件(用于打包上传)
    ├── wafer-map/
    └── common-legend/

License

MIT