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

iskills

v0.2.21

Published

Personal Skill library CLI for AI coding agents

Readme

iskills

独立的个人 Skill 收藏夹 CLI。命令名和配置目录名为 iskills,支持 macOS、Linux 和 Node.js 20+。

实现使用严格 TypeScript、Ink 和按 copy-owned 模式引入的 termcn 组件,按收藏操作、浏览交互、存储/发现、Git 生命周期和 CLI 路由拆分;发布包只包含编译后的 dist/src

本地试用

npm link
iskills --help

默认收藏目录为 $XDG_CONFIG_HOME/iskills,未设置时使用 ~/.config/iskills。收藏目录本身是 Git 仓库时自动提交变更并异步同步;Git 不是必需依赖。

命令

iskills                         # 交互式主界面
iskills search [关键词]          # 实时搜索 skills.sh,选择后保存到收藏夹
iskills list                    # 当前项目 / 全局 / 收藏夹列表,全局按 Agent 分 Tab
iskills import [路径或 Git URL]  # 导入到收藏夹,原本地位置保留软链
iskills import -g               # 扫描常见 Agent 全局目录
iskills add <技能>               # 从收藏夹添加到当前项目
iskills add <技能> -g            # 从收藏夹添加到一个或多个 Agent 全局目录
iskills add <技能> --copy        # 复制并脱离收藏夹
iskills remove <技能>            # 从当前项目移除
iskills remove <技能> -g         # 从收藏夹移除或还回原始位置
iskills update [技能]            # 主动更新 Git 来源
iskills init                     # 初始化收藏夹 Git,并可选配置远程仓库
iskills init --remote <Git URL>  # 配置或更新 origin
iskills sync                    # 阻塞式同步收藏夹 Git

iskills init 首次运行时会询问是否配置远程仓库;配置后运行 iskills sync 开始同步。

冲突不会写入正在使用的 Skill。来源冲突保留在 .local/conflicts,由用户使用编辑器和 Git 手动解决;后续运行 CLI 时自动应用已提交的合并结果。

开发文档

验证

npm test
npm pack --dry-run