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

@spences10/pi-recall

v0.0.4

Published

Pi extension that reminds the model to use pirecall and syncs session recall data

Readme

@spences10/pi-recall

npm version built with Vite+ tested with Vitest

Pi extension that reminds the model to use pirecall for past-session context and syncs local recall data.

Maintained in the my-pi Vite+ workspace and tested with Vitest.

Installation

pi install npm:@spences10/pi-recall

Local development from this monorepo:

pnpm --filter @spences10/pi-recall run build
pi install ./packages/pi-recall
# or for one run only
pi -e ./packages/pi-recall

What it does

  • runs npx pirecall sync --json in the background on session start when ~/.pi/pirecall.db exists
  • runs npx pirecall sync --json again on session shutdown
  • injects a system reminder telling the model to use pnpx pirecall ... --json or npx pirecall ... --json
  • adds no slash commands and no custom tools

Model reminder

The injected reminder tells the model to use pirecall when:

  • the user references prior work
  • previous session context would prevent repeated work
  • project history or decisions matter

Useful commands:

pnpx pirecall sync --json
pnpx pirecall recall "auth refactor" --json
pnpx pirecall search "prompt presets" --json
pnpx pirecall sessions --json
pnpx pirecall stats --json

Use npx instead of pnpx outside pnpm-oriented environments.

Using from a custom harness

import recall from '@spences10/pi-recall';

// pass `recall` as an ExtensionFactory to your Pi runtime

my-pi imports this package directly and enables it as the built-in recall reminder.

Development

pnpm --filter @spences10/pi-recall run check
pnpm --filter @spences10/pi-recall run test
pnpm --filter @spences10/pi-recall run build

License

MIT