@mshen6666/pi-agent-pack
BTKS Pi Agent Pack
Enterprise extension pack for Pi Coding Agent.
Included Extensions
btks-header: custom startup title and header.fd-shim: Windows fallback for Pi'sfindtool when GitHub downloads are blocked.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
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
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, restart Pi once after installing this pack. On Windows x64, the pack installs fd.exe and rg.exe fallbacks into ~/.pi/agent/bin only when those files are missing. It does not overwrite existing official binaries.
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
}