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

@viasat/beam-react-claude-plugin

v2.44.0

Published

Claude Code plugin that reduces AI hallucinations on Beam usage. Ships skills, reference docs, and a user-invocable token audit command.

Readme

🤖 @viasat/beam-react-claude-plugin

A Claude Code plugin that keeps Claude honest about the Beam Design System. Instead of guessing component names, props, and tokens, Claude pulls them from Beam's own sources.

✨ What it does

Inside any project that depends on @viasat/beam-react, the plugin adds:

| Skill | Type | Purpose | | --------- | ------------ | -------------------------------------------------------------------------------------------------------------------- | | beam-ui | Auto-invoked | Build, modify, refactor, or debug UI using Beam components — and answer questions or give recommendations about Beam |

Each skill carries a short critical-rules block (the source-of-truth hierarchy, token rules, and composition rules) and defers to references/rules-preamble.md for the full procedure. The plugin also runs the Beam MCP server via npx, which gives Claude structured tool access to component props, stories, and concept docs.

⬇️ Installing it

Note: /plugin commands are Claude Code slash commands. Run them inside the Claude Code CLI, not in a raw terminal, the desktop app, or the VS Code Claude extension.

🏢 Via Beam internal Claude plugin marketplace

On VPN, add the Beam repo as a marketplace:

/plugin marketplace add [email protected]:vega/beam.git
/plugin install beam-react-claude-plugin

📦 Via npm

Off VPN, install the npm package in your terminal first:

npm install --save-dev @viasat/beam-react-claude-plugin

Then run these commands inside the Claude Code CLI:

/plugin marketplace add ./node_modules/@viasat/beam-react-claude-plugin
/plugin install beam-react-claude-plugin@beam

🔄 Updating

🏢 Via Beam internal Claude plugin marketplace

To update on VPN use:

/plugin update beam-react-claude-plugin

Then run /reload-plugins in the Claude Code CLI.

📦 Via npm

Off VPN, update the npm package and then the marketplace:

npm i @viasat/beam-react-claude-plugin@latest
/plugin marketplace update beam

Then run /reload-plugins in the Claude Code CLI.

🖥️ Non Claude Code users

On a different editor? The MCP runs on its own, no plugin required — see @viasat/beam-react-mcp.

✅ Requirements

  • A project with @viasat/beam-react in package.json dependencies (skills check this before activating).
  • Node.js and npm/npx available to run the @viasat/beam-react-mcp server (primary).
  • Network access to https://react.beam.viasat.com/llms.txt (fallback when the MCP server is unavailable).

📄 License

MIT. © Viasat.