fix(pi): package warning-free skill mirror and docs

This commit is contained in:
Stefano Fiorini
2026-04-23 17:32:26 -05:00
parent 0456c51291
commit 3429dac894
51 changed files with 6703 additions and 155 deletions
+4 -2
View File
@@ -116,21 +116,23 @@ Each skill should explicitly document agent compatibility and any prerequisites
The repo root now includes a pi package manifest that ships only the pi-specific surface:
- `skills/*/pi/` for the five supported skill families
- `pi-package/skills/*/` for the five packaged Pi skills
- `skills/reviewer-runtime/pi/`
- `docs/PI*.md`
- `scripts/sync-pi-package-skills.sh`
- `scripts/verify-pi-resources.sh`
Install it into project-local pi settings from this checkout with:
```bash
pi install -l /absolute/path/to/ai-coding-skills
pi install -l "$(pwd)"
pi list
```
Before publishing or sharing a tarball, run:
```bash
./scripts/sync-pi-package-skills.sh
./scripts/verify-pi-resources.sh
npm pack --dry-run --json
```