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

@empirical-gauzza/cli

v1.0.35

Published

Persistent cross-tool memory for AI agents. Give Claude Code, Codex, Copilot, Cursor, and ChatGPT one shared memory: save project context once, recall it everywhere via CLI or MCP.

Readme

@empirical-gauzza/cli

Command-line installer and local MCP wiring helper for Empirical — portable memory infrastructure for AI agents, assistants, and coding tools.

Full documentation: empirical.gauzza.com/docs/cli-details

Install

npm install -g @empirical-gauzza/cli

Quick start

empirical install       # interactive setup for Claude Code, Codex, or Copilot CLI
empirical auth login    # browser-based OAuth login
empirical doctor        # verify token, API connectivity, and workspace status

Full walkthrough: empirical.gauzza.com/docs/install

What it does

  • Installs and configures the Empirical MCP plugin for supported coding agents (Claude Code, Codex CLI, Copilot CLI)
  • Manages OAuth login, including headless/CI bootstrap and Docker token flows
  • Reads, writes, and maintains memories from the command line
  • Manages Skills Kits — create, sync, and push authored Skills across machines
  • Manages workspaces, invites, and registered devices
  • Exposes agent-readable docs and a connectivity doctor check

Commands

| Command | Docs | | --- | --- | | empirical install | /docs/install | | empirical plugin install / check | /docs/cli-plugins | | empirical auth login / logout | /docs/cli-auth | | empirical oauth bootstrap / refresh | /docs/cli-oauth | | empirical policy show / set | /docs/cli-policy | | empirical memory query / record / update / delete / export ... | /docs/cli-memory | | empirical workspace list / create / invite ... | /docs/cli-workspaces | | empirical kit create / sync / use ... | /docs/cli-kit | | empirical skill push / history / rollback | /docs/cli-skill | | empirical device list / show | /docs/cli-devices | | empirical doc [topic] | /docs/cli-doc-command | | empirical doctor | /docs/cli-doctor |

Run empirical --help at any time for the full, current command list, or empirical doc for agent-readable topic docs.

Security model

API keys and OAuth tokens are stored locally and are never printed in full after initial issuance. See empirical.gauzza.com/docs/security-model for details on credential handling and headless/CI usage.

Links

License

MIT