# pi-find-packages

A Pi package that adds a `pi-find-packages` skill and CLI helper for discovering installable [Pi](https://pi.dev) packages from npm.

Pi packages are npm packages tagged with `pi-package` and are shown on <https://pi.dev/packages>.

## Install

```bash
pi install npm:pi-find-packages
```

Reload Pi if it is already running:

```text
/reload
```

## Use the Skill

In Pi:

```text
/skill:pi-find-packages
```

Then ask, for example:

```text
Find me a Pi package for subagents
```

## Development

```bash
npm test
node scripts/search-pi-packages.mjs subagents --limit 3 --json
npm pack --dry-run
```

The helper script wraps the npm registry search API with `keywords:pi-package`, matching packages shown on <https://pi.dev/packages>.

## License

MIT
