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

reactive-axi

v0.0.8

Published

Click any element in your live React, Vue, or Svelte app and send feedback straight to your coding agent, resolved to the exact source location.

Readme

reactive-axi

Click any element in your live React, Vue, or Svelte app (Vite, TanStack Start, Next.js Pages/App Router, Create React App, plain Vite+Vue, or plain Vite+Svelte) and send feedback straight to your coding agent, resolved to the exact source location before it ever reaches them - down to the file and line where the framework's own dev tooling makes that possible. The framework and its installed version are auto-detected, shown right in the chrome shell's topbar.

Full docs, CLI reference, and the demo GIF live in the GitHub repo.

Agent Skill

Regardless of how you run the CLI (below), always run this first:

npx skills add adeeshsharma/reactive-axi --skill reactive-editor

This is an Agent Skills-format skill install, not the CLI install - it's a separate, required step, not an alternative to the "Install" section below. It teaches an agent the full open → poll → apply → poll loop, the polling discipline, and how to interpret every resolved target shape, including the honest fallbacks (unresolved: true for Next.js App Router Server Components, lineUnresolved: true for Vue - real file/component, no exact line by default - and vendorSource: true when a click resolves into a dependency's own code instead of the app's). Without it, you have to know the exact CLI invocations and poll rules yourself - the CLI install below only gets the reactive-axi command running, it doesn't teach an agent how to use it.

The skill lives at skills/reactive-editor/SKILL.md, generated from the same guidance strings the CLI itself prints (npm run build:skill regenerates it from src/skill.js; npm run check fails if the committed file drifts). The package root also ships plugin.json, so the installed npm package is itself a conformant Agent Plugin - no separate download, no marketplace involved.

Install (the CLI itself)

The skill above already documents npx -y reactive-axi as its default invocation, so once it's installed, nothing further is needed here. These are just the other ways the reactive-axi command can run - the skill install above is still required regardless of which you pick.

npm install -g reactive-axi
reactive-axi <path-to-your-app>

Or run it without installing anything - this is what the skill already expects by default:

npx -y reactive-axi <path-to-your-app>

Then reactive-axi poll <path-to-your-app> from your coding agent to wait for feedback.

Development

This package lives inside a pnpm workspace. From the repo root:

pnpm install
pnpm --filter reactive-axi run check