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

skills-link

v1.3.0

Published

CLI tool for syncing local skills folders across multiple AI apps

Downloads

124

Readme

Skills-Link

一个 skills 文件夹,所有 AI 应用共享。

一条命令,在 41+ AI 编程工具之间同步本地 skills。

也支持 rules 同步:rules-link

npm version License: MIT

English | 中文


工作原理

  Claude Code ──┐
  Cursor ───────┤
  Windsurf ─────┤
  Cline ────────┼──▶  ~/AISkills/  ◀──▶  GitHub
  Gemini CLI ───┤        ▲
  Trae ─────────┤        │
  Roo Code ─────┘   Master 目录
                    (唯一数据源)

每个应用的 ~/.xxx/skills 变成指向同一个 Master 目录的符号链接。新增或编辑一个 skill,所有应用立即可见。


安装

npm i -g skills-link

快速开始

skills-link

就这样。首次运行自动引导 — 检测应用、导入 skills、创建链接。

随时再运行一次即可同步变更和检查状态。


命令

| 命令 | 说明 | |------|------| | skills-link | 主命令 — 同步 skills 到所有应用 | | skills-link add <repo> | 从 GitHub 安装 skill | | skills-link list | 列出本地 skills | | skills-link sync | 推送变更到 GitHub | | skills-link app | 管理启用的应用 | | rules-link | 同步 rules |

从 GitHub 安装 skill

# 从仓库安装(选择其中一个)
skills-link add vercel-labs/agent-skills

# 安装指定的 skill
skills-link add vercel-labs/agent-skills -s web-design-guidelines

支持的 Agent

开箱即用 41+ agent:

| | | | | |---|---|---|---| | AdaL | Amp | Antigravity | Augment | | Claude Code | Cline | CodeBuddy | Codex | | Command Code | Continue | Cortex Code | Crush | | Cursor | Droid | Gemini CLI | GitHub Copilot | | Goose | iFlow CLI | Junie | Kilo Code | | Kimi Code CLI | Kiro CLI | Kode | MCPJam | | Mistral Vibe | Mux | Neovate | OpenClaw | | OpenCode | OpenHands | Pi | Pochi | | Qoder | Qwen Code | Replit | Roo Code | | Trae | Trae CN | Windsurf | Zencoder |

还支持 universal 作为任何未列出 agent 的备选方案。只需一行代码即可添加新 agent。


跨设备同步

# 电脑 A — 推送 skills 到 GitHub
skills-link sync

# 电脑 B — 克隆并链接
skills-link  # 自动从远程拉取

配置

~/AISkills/config.yaml

masterDir: ~/AISkills

git:
  enabled: true
  remote: https://github.com/you/skills.git
  autoPush: true

apps:
  - name: Claude Code
    skillsPath: ~/.claude/skills
    enabled: true

语言

skills-link --lang zh     # 命令行参数
# 或在 config.yaml 中设置 language: zh

系统要求

  • Node.js 18+
  • Windows / macOS / Linux

Windows 使用 Junction 链接 — 无需管理员权限。 macOS / Linux 使用原生符号链接。


许可证

MIT