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

sc-skill

v1.0.9

Published

团队技能同步工具

Readme

sczl

团队技能同步工具 - 使用复制方式管理 Claude Code 技能

功能特性

  • 🔄 从团队仓库同步技能到本地缓存
  • 🎯 交互式勾选启用/禁用技能
  • ⚡ 一键开启或关闭全部缓存技能
  • 📋 通过复制方式启用/禁用技能
  • 🚀 快速初始化 SEI 前端项目
  • 📦 支持多平台 (Windows/macOS/Linux)

安装

使用 npm 全局安装(推荐)

npm install -g sc-skill

从源码安装

pnpm install
pnpm build
npm link

发布到 npmjs

npm run adduser:npmjs
npm run publish:npmjs

说明:

  • npm 官网是 https://www.npmjs.com
  • CLI 的 adduserpublish 需要指定 registry,因此这里使用 https://registry.npmjs.org/

使用

1. 同步技能到缓存

sczl sync

从团队仓库 https://codeup.aliyun.com/sczlcq/skills.git 拉取最新技能到 ~/.sc/cache

2. 交互式管理技能

sczl toggle

使用空格键勾选/取消勾选技能,回车确认。选中的技能会直接复制到 ~/.claude/skills

3. 查看技能状态

sczl open

自动同步后,启用缓存中的全部技能

4. 一键关闭全部技能

sczl close

禁用缓存中的全部技能(仅影响已同步到缓存的技能,不会动到其他手动放入的本地技能)

5. 查看技能状态

sczl list

显示所有缓存的技能及其启用状态

6. 初始化 SEI 前端项目

seiweb init
seiweb init demo
seiweb init my-app

会在当前目录下克隆 https://codeup.aliyun.com/sczlcq/sei-web-base.git

  • 不传目录名时,会交互询问目录名
  • 也支持通过 sczl seiweb init demo 使用同一能力

工作原理

  1. 缓存区: 技能存储在 ~/.sc/cache,通过 git 管理
  2. 复制启用: 启用的技能会从缓存区复制到目标目录
  3. 目标目录: ~/.claude/skills 保存启用后的实际技能文件

配置

配置文件位置: ~/.sc/config.json

{
  "repo": "https://codeup.aliyun.com/sczlcq/skills.git",
  "lastSync": "2026-03-10T14:00:00.000Z"
}

开启凭证缓存 git config --global credential.helper store