Summary
Skills CLI v1.5.0 added skills update [name] -g/-p with interactive scope selection (project/global/both) and per-skill targeting. Integrate this into the app's marketplace UI.
Motivation
Users currently have no way to check if their installed skills have newer versions available. The CLI now supports this via lock file v3 (skillFolderHash comparison), but it requires terminal access.
Proposed Implementation
- Add "Check for Updates" button in the Marketplace dashboard or Installed tab
- Call
skills update --json (or equivalent IPC) to get update-available list
- Show updatable skills with a one-click "Update" action
- Support both global and project scope
Reference
- Skills CLI source:
/Users/ryotamurakami/clone/skills/src/cli.ts (runUpdate)
- CLI version: v1.5.0
- Related:
skills update -g -y for non-interactive global update
Summary
Skills CLI v1.5.0 added
skills update [name] -g/-pwith interactive scope selection (project/global/both) and per-skill targeting. Integrate this into the app's marketplace UI.Motivation
Users currently have no way to check if their installed skills have newer versions available. The CLI now supports this via lock file v3 (
skillFolderHashcomparison), but it requires terminal access.Proposed Implementation
skills update --json(or equivalent IPC) to get update-available listReference
/Users/ryotamurakami/clone/skills/src/cli.ts(runUpdate)skills update -g -yfor non-interactive global update