feat: add multi-client skill manager
This commit is contained in:
@@ -112,6 +112,25 @@ ai-coding-skills/
|
||||
|
||||
Each skill should explicitly document agent compatibility and any prerequisites directly in its own `SKILL.md`.
|
||||
|
||||
## Skill Manager Wizard
|
||||
|
||||
Use the repository skill manager to install, update/reinstall, or remove skills for supported local clients:
|
||||
|
||||
```bash
|
||||
./scripts/manage-skills.sh
|
||||
# or
|
||||
node scripts/manage-skills.mjs
|
||||
```
|
||||
|
||||
Useful non-interactive modes:
|
||||
|
||||
```bash
|
||||
node scripts/manage-skills.mjs --dry-run
|
||||
node scripts/manage-skills.mjs --plan-only --answers answers.json
|
||||
```
|
||||
|
||||
The wizard detects Codex, Claude Code, Cursor, OpenCode, and Pi, previews operations, checks Superpowers dependencies for workflow skills, and prints a final operation report.
|
||||
|
||||
## Pi Package
|
||||
|
||||
The repo root now includes a pi package manifest that ships only the pi-specific surface:
|
||||
|
||||
Reference in New Issue
Block a user