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

@mshen6666/pi-agent-pack

v0.1.8

Published

BTKS enterprise extension pack for Pi Coding Agent

Readme

BTKS Pi Agent Pack

Enterprise extension pack for Pi Coding Agent.

Included Extensions

  • btks-header: custom startup title and header.
  • fd-shim: late repair and diagnostics for Windows search tools.
  • superpowers: bundled Superpowers bootstrap extension.
  • superpowers-sequencer: phase guidance for Superpowers workflows.

Included Skills

This package bundles the Superpowers skills/ directory and exposes it through the Pi package manifest. Users do not need to install git:github.com/obra/superpowers separately.

Install

New machine, install Pi and this pack together:

npx --yes --registry=https://registry.npmjs.org @mshen6666/pi-agent-pack

If Pi is already installed:

pi install npm:@mshen6666/pi-agent-pack@latest

Both commands run the package lifecycle. On Windows x64, that lifecycle installs verified fd.exe and rg.exe into Pi's private ~/.pi/agent/bin directory before the next interactive Pi startup.

Local install from this repository:

powershell -NoProfile -ExecutionPolicy Bypass -File .\install.ps1

To try it for one run:

pi -e npm:@mshen6666/pi-agent-pack

Updates

Update only this package:

pi update npm:@mshen6666/pi-agent-pack

Update all installed Pi packages:

pi update --extensions

pi update without --extensions updates Pi itself in current Pi versions; use one of the commands above when you want package lifecycle scripts to run again.

Package Gallery

This package is listed in the Pi package gallery:

https://pi.dev/packages/@mshen6666/pi-agent-pack

Safety

This package intentionally includes only the extensions/ directory, the bundled Superpowers skills/ directory, Windows search fallback binaries under assets/, install.ps1, and this README. It does not include local Pi configuration, model settings, auth files, session logs, or user-specific files.

Troubleshooting

If find reports that fd is unavailable, or grep reports that ripgrep is unavailable, run:

btks-doctor

On Windows x64, the pack verifies bundled hashes, preserves working existing executables, and installs missing or unusable fd.exe and rg.exe into ~/.pi/agent/bin. If Windows Defender blocks a copied executable, allow the file or reinstall the package, then run btks-doctor again.

If Superpowers does not activate, run:

pi list

Confirm @mshen6666/pi-agent-pack is installed and enabled. The package should expose both extensions and skills.

If the custom startup banner does not show, make sure quietStartup is not enabled in ~/.pi/agent/settings.json:

{
  "quietStartup": false
}