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

@mzwin/kit

v0.1.3

Published

Portable agent skills for Claude Code, Codex, and Grok. Unify skill dumps, install packs, link every agent.

Downloads

470

Readme

@mzwin/kit

One library. Many agents.

Your Claude Code / Codex / Grok skills are a mess.
kit unifies them into one portable library — then packs and links them everywhere.

npm i -g @mzwin/kit

Install

npm i -g @mzwin/kit
kit --version

Requires Node 20+.

| Package | Role | |---------|------| | @mzwin/kit | CLI (kit binary) — install this | | @mzwin/kit-core | Engine (dependency) | | @mzwin/kit-catalog | Official packs + skills (dependency) | | @mzwin/kit-tui | Pixel TUI (dependency) | | @mzwin/kit-shared | Shared types (dependency) |


60-second start

Option A — Clean the pile you already have

kit unify                 # dry-run: scan Claude/Codex/Grok skill dumps
kit unify --write         # adopt S/A keepers into ~/.kit (not automation spam)
kit unify --write --link  # + wire into this project’s agents

Option B — Curated pack

kit init --pack essentials
kit recommend --dir .
kit pack apply essentials --dir .
kit link --to claude-code --write
kit link --to codex --write
kit doctor

Open the TUI

kit tui

kit unify (skill OS)

Vibe coders already installed dozens or hundreds of skills. None travel between agents. Most are noise.

UNIFY  skill OS  (dry-run)

  Scanned   998 skill folders
  Noise     809 filtered
  Keepers   4   (S/A · multi-agent or real structure)

  Safe default: adopt keepers — not bulk *-automation dumps.

| Flag | Effect | |------|--------| | (none) | Dry-run report | | --write | Adopt keepers only into ~/.kit | | --link | With --write, copy into project harness folders | | --all | Include noise (not recommended) | | --json | Machine-readable report |


Everyday commands

kit unify
kit unify --write --link
kit init --pack essentials
kit recommend --dir .
kit pack list
kit pack apply <pack> --dir .
kit link --to claude-code --write
kit import --from claude-code --write
kit doctor
kit tui

| Command | Job | |---------|-----| | unify | Rank + clean skill mess → portable library | | init / pack | Curated starter packs | | recommend | Suggest pack for a repo | | link | Kit → Claude / Codex / Grok | | import | One harness → Kit | | doctor | Health check | | tui | Pixel terminal UI |

Harness targets: claude-code · codex · grok-build


Starter packs

essentials · web-app · library · cli-tool · api-service · full-stack · data-ml

Stack packs extend essentials.

kit pack list
kit pack install web-app
kit pack apply web-app --dir ../my-app

Skill format

---
name: pr-ready
description: Prepare a clear pull request summary, test plan, and risk notes.
version: 0.1.0
compatibility:
  - claude-code
  - grok-build
  - codex
---

Links

npm i -g @mzwin/kit
kit unify