feat: add multi-client skill manager

This commit is contained in:
Stefano Fiorini
2026-04-23 21:21:31 -05:00
parent 231a66f2b1
commit f01721a45b
6 changed files with 880 additions and 1 deletions
+10 -1
View File
@@ -52,7 +52,16 @@ Workflow-heavy Pi skills split their shared setup across two docs:
## Package Install
The user-facing install flow is the repo-owned installer script, not a raw `pi install` command.
The multi-client skill manager can guide Pi install/update/remove operations alongside the other supported clients:
```bash
./scripts/manage-skills.sh
node scripts/manage-skills.mjs --dry-run
```
The compatibility Pi package installer remains available for the focused Pi package path.
The user-facing Pi package install flow is the repo-owned installer script, not a raw `pi install` command.
Global install from a cloned checkout: