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

claude-ship-skill

v0.1.0

Published

Claude Code /ship skill — autonomously walks a P0/P1/P2/P3 plan and ships each item end-to-end (edit → tsc → commit → push → verify deploy). One commit per item, staging-first.

Readme

claude-ship-skill

A Claude Code skill that takes a prioritized P0/P1/P2/P3 implementation plan and ships each item end-to-end — autonomously.

Install

npx claude-ship-skill

That's it. The installer drops SKILL.md into ~/.claude/skills/ship/. Re-run any time to update.

Use

In Claude Code, type /ship followed by a plan:

/ship

P0/1 — flip column proportions, plan dominates
P0/2 — strip assistant card chrome
P0/3 — tool calls become verb-based pills
P1/4 — empty-state hero + starter cards
P2/5 — settle motion timings

Claude walks it top-to-bottom. Per item:

  1. Locates files (Grep/Glob — won't ask you)
  2. Makes the minimum edit
  3. Runs npx tsc --noEmit
  4. git add the touched files only
  5. Commits with ai-builder P{tier}/{n}: <description> + multi-line body
  6. git push origin staging (staging-first — never main)
  7. Polls Railway until deploy is SUCCESS
  8. Moves to the next item

If TS or build fails, Claude stops and reports — root-cause fixes only, no bandaids.

Rules baked in

  • One commit per P-item
  • Commit prefix is exact: ai-builder P{tier}/{n}:
  • Staging-first; never push to main, never force-push
  • No git add . — only the files you touched
  • No --no-verify, no scope creep, no planning docs
  • User feedback is the highest-priority interrupt

Customizing per project

The skill defaults to branch staging and the project's Railway service name from CLAUDE.md / memory. For other projects, set those defaults in your project's CLAUDE.md.

License

MIT