feat(skills): add CLI for skills management
Add skills-cli.ts with commands: - list: Show all skills with eligibility status - status [id]: Show detailed skill info or summary - install <id>: Install skill dependencies Add skills:cli script to package.json Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
91709ddd84
commit
1105a7ac1f
2 changed files with 291 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"agent:cli": "tsx src/agent/cli.ts",
|
||||
"agent:interactive": "tsx src/agent/interactive-cli.ts",
|
||||
"agent:profile": "tsx src/agent/profile-cli.ts",
|
||||
"skills:cli": "tsx src/agent/skills-cli.ts",
|
||||
"dev:gateway": "tsx --watch src/gateway/main.ts",
|
||||
"dev:console": "tsx --watch src/console/main.ts",
|
||||
"dev:web": "pnpm --filter @multica/web dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue