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

@nyuchi/nyuchi-docs-skills

v0.1.0

Published

The public agent skill for docs.nyuchi.com — how a user or an agent searches, asks, reads, and reports problems with the Nyuchi documentation. One skill; the repo's authoring and maintenance skills are internal and deliberately not shipped here.

Readme

@nyuchi/nyuchi-docs-skills

The public agent skill for docs.nyuchi.com.

npx skills add @nyuchi/nyuchi-docs-skills

What's in it

One skill, deliberately.

| Skill | Covers | | --- | --- | | using-nyuchi-docs | Searching, asking, and reading the docs; the MCP endpoint and its five tools; llms.txt; in-page ⌘K search and Ask AI; how to tell an authoritative page from a stub; and how to report a bad page. |

That is the whole public surface, and the split is intentional: consuming the docs is something any user or agent anywhere might need, so it ships. Producing them is not.

The internal skills are not here

The repo also carries five skills under .claude/skills/ for authoring and maintaining this site — auditing it for drift, verifying its agent surfaces, syncing product guides, the shell contract, and cutting an MCP release. Those are not published, because they are only meaningful with a checkout of nyuchi/nyuchi-docs in front of you: they reference repo paths, run repo scripts, and assume you can open a PR against it. Shipping them to npm would hand consumers instructions they cannot act on.

Claude Code picks them up automatically for any session running inside the repo, which is exactly the audience they have.

If you are reading the docs, install this package. If you are editing them, clone the repo and you get the internal five for free.

Authoring

Same shape as @nyuchi/mzizi-skills, so the tooling and the habits carry over:

  1. Add a directory under skills/, e.g. skills/my-skill/.
  2. Write skills/my-skill/SKILL.md with YAML frontmatter carrying name and description.
  3. Add an entry to index.json (name, file, description) — consumers read the index, so an unlisted skill ships in the tarball and is invisible.
  4. Bump the version in both package.json and index.json; they move in lockstep.

Before adding one here, ask whether it is genuinely public. If it needs a checkout, it belongs in .claude/skills/ instead. If it is about the design system rather than the docs, it belongs in @nyuchi/mzizi-skills.

Related

  • @nyuchi/nyuchi-docs-mcp — the stdio bridge to the same MCP server, for clients that want a local process rather than an HTTP endpoint.
  • @nyuchi/mzizi-skills — the design-system and engineering doctrine bundle.
  • docs.nyuchi.com/tools — the directory of every Nyuchi skill, CLI, and MCP server.

License

MIT.