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

@trce/cli

v0.2.2

Published

Local-first coding-agent skill usage, inventory, and maintenance CLI.

Readme

Review system for your agent skills.

CI Node.js License: MIT

trce shows which skills your coding agents use, where copies have drifted, and which skills overlap. Start with a local report. Connect to trce.sh when you want to review skills across your team.

No account for local reports. No prompts, responses, or source code sent to trce.

Get started

Requires Node.js 22.14 or newer.

npm install --global @trce/cli
trce report

Or run without a global install:

npx @trce/cli report

See recent skill calls, differing copies, and potential cleanup in your terminal. These commands work offline:

trce report --all         # Include installed skills with no recorded calls
trce report --since 7d    # Focus on the past week
trce report --static      # Print at once, without the reveal
trce dedupe              # Find skills with overlapping instructions
trce diff review         # Compare installed copies of a skill named "review"
trce report --json       # Use the report in your own tools

trce reads Claude Code and Codex session history. Cursor support covers installed skills only, not usage. Codex skill reads are inferred evidence, not proof that the instructions were followed.

From one machine to your whole team

Your local report answers "what happens here?" trce.sh brings reports from connected repositories into one workspace so you can:

  • See which developers use a skill, with call history across Claude Code and Codex.
  • Find versions that have drifted across machines and repositories.
  • Review what to share, standardize, or retire, then make repository changes through GitHub pull requests.
  • Keep a Shared skills library that teammates can install from and update locally.

Request access to trce.sh to use the team workspace.

With access, link your machine, connect repositories in the app, and preview your first report:

trce init --no-hooks
trce push --dry-run
trce push

The preview fetches your team's repository scope but uploads no report. To send reports automatically after sessions, run trce init --hooks-only. No daemon to keep running.

Publishing a report does not publish your skill files. The dashboard receives metadata; reviewed skill files travel directly between your machine and GitHub.

Privacy by design

Local reports stay local. Linked reports contain skill metadata such as names, descriptions, fingerprints, call counts, and token counts, scoped to connected repositories. Linking also sends your machine's short hostname and platform.

trce does not receive prompts, responses, source code, diffs, shell arguments, or unrelated local paths. The package has no telemetry, runtime dependencies, or install scripts.

Read the privacy summary for what is sent and how to stop reporting.

Documentation and help

Run trce --help for all commands or trce <command> --help for options and network behavior.

Licensed under MIT.