ccpi-marketplace
Installation
SKILL.md
ccpi-marketplace — Tons of Skills CLI & Plugin Marketplace Operations
Use this skill when the task is operating the Tons of Skills ecosystem through CLI commands instead of manual browsing.
When to use
- Install the
ccpiCLI and discover plugin packs by keyword. - Install/update/remove plugin packs in Claude Code environments.
- Verify installed packs and produce reproducible install notes for team handoff.
Install
pnpm add -g @intentsolutionsio/ccpi
Core commands
ccpi search <keyword>
ccpi install <pack-name>
ccpi list --installed
ccpi update
Claude built-in marketplace path:
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install <pack>@claude-code-plugins-plus
Safety rules
- Prefer
ccpi list --installedbefore adding/updating packs. - Record exact pack names (and versions when available) in change notes.
- Treat marketplace installs as reversible; keep uninstall/remove path in rollback notes.
- Do not auto-install large bundles without explicit scope (keyword + target capability).
Verification checklist
ccpicommand resolves and reports version/help.- search/install/list/update commands run without auth/runtime errors.
- Installed pack appears in
ccpi list --installedoutput.