fix(pi): package warning-free skill mirror and docs
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user