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

@noodleseed/agent-kit

v0.23.1

Published

Self-checking, self-updating agent skills for the Noodle Seed CLI. Authored in this repo by @noodle-borg/agent-kit; this is the published, independently-versioned canonical skills artifact the CLI fetches and verifies.

Readme

@noodleseed/agent-kit

Self-checking, self-updating agent skills for the Noodle Seed CLI.

This package is the canonical, independently-versioned skills artifact the noodle CLI fetches and verifies. It is not meant to be imported directly by apps — it is shipped as data the CLI reconciles into a project's .agents/ and .claude/ skill directories via noodle agents setup --write.

Contents

  • skills/codex/ — the Codex (Codex CLI / AGENTS.md) skill: a SKILL.md router plus fourteen references/*.md files (sdk-surface, cli-commands, agent-contract, compile-errors, authoring-workflow, connect-an-api, experience-design, widgets-and-apps, test-in-hosts, troubleshooting, deploy-and-ops, publishing, chatgpt-compliance, examples).
  • skills/claude-code/ — the Claude Code skill, same hierarchical tree.
  • manifest.json{ packageVersion, files: [{ path, sha256, agentTarget }] }. The CLI verifies every file's sha256 against this manifest before writing it into a user's project; a mismatch refuses the write. The manifest and every generated skill file are available in the public source tree for inspection.

How the CLI uses it

The installed noodle CLI bundles a skills snapshot at its release version. On interactive runs it also checks @noodleseed/agent-kit@latest on the npm registry and, when newer, prompts:

Skills updated in vX — run `noodle agents setup --write` to refresh.

noodle agents setup --write then fetches this package, sha256-verifies it against the manifest, and writes the fresh skill tree into the project (the managed AGENTS.md/CLAUDE.md block stays bundled, since it is project-specific). Offline or on verification failure it falls back to the bundled snapshot. Run noodle agents doctor to see installed vs registry skill versions and detect local edits to bundled reference files.

License

Apache-2.0. This package is generated and published from the noodle-core repository; the renderer is the @noodle-borg/agent-kit workspace package.