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

skarmy-bench

v0.2.0

Published

Test your own system prompts for Skarmy's Hub coach and send us your reviews — no project access needed.

Downloads

929

Readme

skarmy-bench

Help us make Skarmy's AI coach better — from your own computer, no project access needed.

Skarmy turns founders' ideas into working software. The first thing a founder meets is the Hub coach: an AI that helps sharpen their idea before building starts. How the coach behaves is controlled by a "system prompt" — a page of written instructions. Your mission: write a better one.

What you need

  • Node.js 18 or newer installed
  • An access token from the Skarmy team (ask Justin)

Getting started

Open your terminal, make a folder to work in, and run:

npx skarmy-bench

The first run asks for your token and your name, then opens the bench in your browser. Everything happens there: create a prompt variant, edit it, run it against the current coach, read the replies side by side, and submit your review — no file editing needed. Leave the terminal window open while you work.

Prefer the terminal?

Every step also has a command:

npx skarmy-bench menu             # the old text menu
npx skarmy-bench practice         # see how the current coach answers
npx skarmy-bench new my-idea      # creates skarmy-bench/variants/my-idea.md
# … edit that file in any text editor …
npx skarmy-bench run my-idea      # your prompt vs the current coach

Each run creates a folder under skarmy-bench/results/ with:

  • report.md — every test conversation, with the current coach's reply and your variant's reply side by side, plus an AI judge's ranking.
  • review.md — a short form for your verdict. Fill in the parts: which reply was better per scenario and why, and whether you'd ship it.

Then send it to us:

npx skarmy-bench submit <run-name>

What makes a good review

  • Judge like a founder would: which reply actually helps this idea?
  • The AI judge's ranking is a second opinion, not the answer — if you disagree with it, say so and why. Those disagreements are gold.
  • Look for honesty: the coach must never promise iPhone apps, payments, or user accounts — the first version is always a web demo.

Notes

  • Your token is saved in skarmy-bench/config.json — keep it private, and don't commit that folder anywhere public.
  • Each token comes with a $5 testing budget (roughly 15–40 runs). The tool shows what's left after each run; when it's used up, ask Justin for a fresh token. Submitting reviews is always free.
  • All AI calls run on Skarmy's servers; the current production prompt never leaves them (you see its replies, not its text).
  • The browser UI is a local server on your own machine (127.0.0.1 only); your token never reaches the browser.
  • Something broken? Copy the error message and send it to Justin.