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

@hasnum/skill-manager

v0.2.1

Published

skill-manager: collect, manage, and send AI skills anywhere.

Readme

skill-manager

skill-manager is a terminal-first AI Skill manager.

CLI command:

skm

Core idea:

Collect AI skills in one hub, then send them into projects or AI tool folders.

Install

Local development:

pnpm install
pnpm build
pnpm link --global
skm

Published package:

pnpm add --global @hasnum/skill-manager
skm

Default paths

Global skill hub:

~/.agents/skills

Current project skill hub:

./.agents/skills

Commands

skm
skm list
skm list --local
skm list --from cursor
skm list --from lingma
skm add ./my-skill
skm add ./my-skill --local
skm inspect pdf-tools
skm validate pdf-tools
skm send pdf-tools --to local
skm send pdf-tools --to claude-code
skm send pdf-tools --to cursor
skm send pdf-tools --to ./custom/path
skm folder add lingma ./.lingma/skills --local
skm folder add my-global-tool ~/.my-tool/skills
skm folder list
skm folder list --local
skm send pdf-tools --to lingma
skm remove pdf-tools --from lingma
skm folder remove lingma --local
skm send pdf-tools --to local --mode link
skm pull pdf-tools
skm push pdf-tools

TUI flow

1. Choose Browse skills by folder
2. Choose a folder, such as Global hub, Current project, Cursor, Claude Code, or a saved custom folder
3. Select a skill
4. Send it to another folder, validate it, or remove it from the current folder
5. Manage custom folders from the home screen when you need saved destinations such as .lingma/skills

Tech stack

Pinned to the current package registry versions checked during project generation:

| Package | Version | |---|---:| | commander | ^14.0.3 | | fs-extra | ^11.3.4 | | ink | ^7.0.1 | | ink-select-input | ^6.2.0 | | ink-text-input | ^6.0.0 | | react | ^19.2.5 | | yaml | ^2.8.3 | | zod | ^4.4.1 | | @rslib/core | ^0.21.3 | | typescript | ^6.0.3 | | vitest | ^4.1.5 |

Build is handled by Rslib only.

MVP status

This scaffold implements:

  • global/local skill storage
  • skill list
  • skill add
  • skill inspect
  • skill validate
  • send to local/global/Claude Code/Cursor/custom folder
  • copy or symlink mode
  • simple Ink TUI