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

@adia-ai/adia-plugins

v0.1.1

Published

Public npm-sourced Claude Code plugin-marketplace manifest for adia-ui (@adia-ai) — ships marketplace.json sourcing @adia-ai/adia-ui-forge and @adia-ai/adia-ui-factory from npm, installable with no adiahealth repo access (ADR-0045).

Readme

@adia-ai/adia-plugins

This package is a Claude Code plugin-marketplace manifest — not a plugin itself. It exists so anyone, with no access to Adia's private source repo, can discover and install the two adia-ui Claude Code plugins:

  • adia-ui-kit-forge — maintain the adia-ui (@adia-ai) framework itself: author primitives and shells, run the A2UI generation pipeline, review gen-UI quality, sweep QA, cut releases, deploy.
  • adia-ui-kit-factory — author and verify apps built ON adia-ui: orient, scaffold, compose, wire, verify, migrate, across SPA/SSR/hybrid hosts.

Realizes ADR-0045 — npm is the sole distribution channel for this manifest; there is deliberately no public git repo. The manifest itself, marketplace.json, ships at this package's root.

Install

Requires Node + npm (npm-sourced plugin entries install via npm install):

node --version && npm --version

claude
/plugin marketplace add https://unpkg.com/@adia-ai/adia-plugins/marketplace.json
/plugin install adia-ui-kit-factory@adia-plugins
/plugin install adia-ui-kit-forge@adia-plugins

No gh auth, no .npmrc token, no adiahealth org membership required — the manifest and both plugins resolve entirely off the public npm registry.

Both plugin entries are unpinned ({"source": "npm", "package": "@adia-ai/adia-ui-forge"}, no version), so an install always tracks each plugin's currently-published latest; a routine plugin cut needs no manifest republish here. Version authority stays each plugin's own package.json / .claude-plugin/plugin.json.

Feedback / bugs

This package carries no source code — file a report against whichever plugin you're actually using:

npm view @adia-ai/adia-ui-factory bugs
npm view @adia-ai/adia-ui-forge bugs

Both resolve to { email: "[email protected]" } — triage owner: kimba. If you hit this from inside a Claude Code session, the factory plugin's report_issue MCP tool writes a local ticket (qa/findings/issues/<id>.md + .json); attach the generated markdown to that address — it does not transmit anywhere on its own.

What this is not

  • Not a Claude Code plugin — no .claude-plugin/plugin.json, no skills//agents/commands/. npm install gets you marketplace.json and this README; nothing loads into a Claude Code session from this package directly.
  • Not a public git surface. This package, and both plugins it sources, are distributed only through the npm registry — there is no adiahealth/adia-plugins-style repo to clone, star, or file issues against, and none is planned (ADR-0045 Decision 3).