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

@harjjotsinghh/noyap

v0.2.1

Published

No yap. Minimal code, minimal narration for AI coding agents. Agent Skills compatible.

Readme

noyap

No yap. Ship the smallest correct change. Shut up about it.

Portable Agent Skills package: minimal narration + minimal correct code in one skill.

| Axis | What it controls | Similar to | |---|---|---| | Mouth | Near-zero narration, preambles, tours, closing offers | caveman | | Hands | YAGNI, soft LOC budgets, anti-golf, surgical diffs | ponytail | | Dial | silent (default) · brief · off + one-shot why? | overrides |

noyap does not disable model reasoning. It reduces chatter, scope, tool sprawl, LOC, and tokens. Correctness and safety always win.


Install

# One command (skills + always-on pin into the current project)
npx @harjjotsinghh/noyap --project .

# Full skill body as always-on (more tokens)
npx @harjjotsinghh/noyap --project . --full

# Or skills CLI + pin
npx skills add HarjjotSinghh/noyap
npx @harjjotsinghh/noyap --agents-only --project .

Claude Code:

/plugin marketplace add HarjjotSinghh/noyap
/plugin install noyap@noyap

Full matrix: INSTALL.md · Help: npx @harjjotsinghh/noyap --help


Modes

| Mode | Say | Behavior | |---|---|---| | silent (default) | noyap / just code | Diff + path line or Done. | | brief | noyap: brief | Silent + ≤2 short lines | | off | noyap: off / verbose | Suspended | | one-shot | why? | Full explanation of last change, then resume |


vs ponytail / caveman

| | caveman | ponytail | noyap | |---|---|---|---| | Shrinks prose | ✅ | — | ✅ | | Shrinks code / scope | — | ✅ | ✅ | | Soft LOC + anti-golf | — | partial | ✅ | | Speculative “for later” refuse | — | ladder | ✅ hard rule | | Multi-provider scaffold refuse | — | partial | ✅ hard rule | | silent / brief / off | levels | lite/full/ultra | ✅ | | Always-on auto-pin | varies | AGENTS.md | ✅ npx / installer | | Hooks / heavy plugin stack | heavy | heavy | none |

Use caveman+ponytail if you want those brands. Use noyap for one portable skill covering both halves.

More: docs/compare.md


Benchmarks

Primary (n=3, evals 1/7/10, Grok 4.5):
benchmarks/results/n3-20260811T055638Z/COMPARISON.md

| arm (median) | success | out_tok vs base | total_tok vs base | |---|--:|--:|--:| | noyap | 89% | −61% | −49% | | ponytail | 67% | −39%* | −10%* | | caveman | 44% | −22%* | +16%* |

*approx from medians vs baseline in that stamp. noyap alone hit 100% on multi-auth YAGNI (n=3).

Also: single-shot full suite 20260811T053548Z · real package sindresorhus/is real-20260811T055638Z

| Published elsewhere (different engines/repos — not interchangeable) | Source | |---|---| | Ponytail −54% LOC / −22% tokens (Claude Code · Haiku · FastAPI template) | ponytail agentic | | Caveman −65% chat output · −8.5% agentic (JetBrains) | caveman |

Do not treat our Grok % as equal to ponytail’s Claude %. Same metric names only.

Reproduce: benchmarks/README.md


License

MIT