feat: add multi-client skill manager
This commit is contained in:
+10
-1
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user