pi-find-packages
v0.1.1
Published
Pi skill and CLI helper for finding installable Pi packages from npm.
Downloads
50
Maintainers
Readme
pi-find-packages
A Pi package that adds a pi-find-packages skill and CLI helper for discovering installable Pi packages from npm.
Pi packages are npm packages tagged with pi-package and are shown on https://pi.dev/packages.
Install
pi install npm:pi-find-packagesReload Pi if it is already running:
/reloadUse the Skill
In Pi:
/skill:pi-find-packagesThen ask, for example:
Find me a Pi package for subagentsDevelopment
npm test
node scripts/search-pi-packages.mjs subagents --limit 3 --json
npm pack --dry-runThe helper script wraps the npm registry search API with keywords:pi-package, matching packages shown on https://pi.dev/packages.
License
MIT
