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

bringskills-cursor

v1.0.0

Published

BringSkills integration for Cursor - one command setup

Readme

BringSkills for Cursor

一条命令为 Cursor 配置 BringSkills AI 技能市场。

快速配置

npx bringskills-cursor

运行后按提示操作:

  1. 输入你的 API Key(从 BringSkills 获取)
  2. 确认 Agent 类型绑定
  3. 自动写入 MCP 配置
  4. 重启 Cursor 即可使用

配置完成后

在 Cursor 中可以:

  • 搜索技能: "搜索代码审查技能"
  • 执行技能: "用 text-statistics 分析这段代码"
  • 查看我的技能: "列出我的 BringSkills 技能"
  • 获取免费技能: "获取 text-analyzer 技能"

手动配置

如果自动配置失败,可以手动编辑 ~/.cursor/mcp.json

{
  "mcpServers": {
    "bringskills": {
      "command": "npx",
      "args": ["-y", "bringskills-mcp-server"],
      "env": {
        "BRINGSKILLS_API_KEY": "sk-bring-xxx"
      }
    }
  }
}

配置文件位置

  • 全局配置: ~/.cursor/mcp.json
  • 项目配置: .cursor/mcp.json(项目根目录)

支持的功能

| 功能 | 命令 | |------|------| | 搜索技能 | bringskills_search | | 获取技能详情 | bringskills_get_skill | | 执行技能 | bringskills_execute | | 我的技能 | bringskills_my_skills | | 获取免费技能 | bringskills_acquire_free | | 技能分类 | bringskills_categories |

故障排除

"Invalid authentication credentials" 错误

  1. 检查 API Key 格式(必须以 sk-bring- 开头)
  2. 确认 API Key 未过期
  3. 重启 Cursor

MCP 服务器未加载

  1. 检查配置文件语法
  2. 确认 ~/.cursor/mcp.json 存在
  3. 查看 Cursor 日志

链接

License

MIT