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

cursor-toolkit

v3.0.11

Published

用于管理cursor命令和规则的工具集

Readme

Cursor Toolkit

npm version License: MIT

Cursor 命令和规则文档管理工具集,提供完整的安装、更新、搜索和管理功能。专为 Cursor AI 开发环境打造,支持专业开发流程和规范管理。

核心特性

  • 🚀 快速安装和部署
  • 📦 模块化的规则和命令管理
  • 🔧 支持本地和全局安装模式
  • 🖥️ 跨平台支持(Windows & Linux)
  • 📋 交互式文件覆盖确认
  • 🎯 灵活的组件选择安装

安装指南

系统要求

  • Node.js >= 14.0.0
  • npm >= 6.0.0
  • 支持的操作系统:Windows 10+、Linux (Ubuntu 18.04+、CentOS 7+)

安装步骤

# 全局安装
npm install -g cursor-toolkit

# 验证安装
ct --version

命令参考

基础命令

| 命令 | 描述 | 示例 | | -------------- | -------------- | -------------- | | ct --help | 显示帮助信息 | ct --help | | ct --version | 显示当前版本号 | ct --version | | ct --check | 检查版本更新 | ct --check | | ct --update | 更新到最新版本 | ct --update |

安装命令

参数说明

  • --force: 强制安装模式,直接覆盖已存在的文件,无需用户确认
  • -g: 全局安装模式,将组件安装到用户全局配置目录
  • --dry-run: 预演模式,显示将要执行的操作但不实际安装文件,用于预览安装效果

组件列表查询

ct install --list

本地安装

# 安装通用开发辅助命令
ct install common

# 安装前端开发规则和命令
ct install dev/frontend

# 安装后端开发规则和命令
ct install dev/backend

# 强制安装,覆盖已存在的文件
ct install common --force

# 预演模式,查看将要安装的文件(不实际安装)
ct install common --dry-run

# 安装 SDD 前端开发套件
ct install sdd/frontend

# 安装 SDD 后端开发套件
ct install sdd/backend

全局安装

# 全局安装通用开发规则和命令
ct install common -g

# 强制全局安装,覆盖已存在的文件
ct install common -g --force

# 预演全局安装,查看将要安装的文件(不实际安装)
ct install common -g --dry-run

注意: SDD 相关组件仅支持安装到当前目录,不支持全局安装模式。

本地调试

node bin/cli.js install dev/frontend

📄 许可证

MIT License - 查看 LICENSE 文件了解详情

🤝 贡献

欢迎提交 Issue 和 Pull Request。

项目地址: https://gitlab.zte.com.cn:446/person/#/admin/projects/0668001277/cursor-toolkit

分支: feature-v3.0