Operate the Tons of Skills marketplace via the ccpi CLI and Claude plugin marketplace commands. Use for searching installing listing and updating Claude Code plugin packs with reversible rollbacks.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add akillness/jeo-skills --skill ccpi-marketplace --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ccpi Marketplace?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/akillness-ccpi-marketplace)More formats (shields.io, HTML) on the badges page.
---
name: ccpi-marketplace
description: >-
Operate the Tons of Skills marketplace via the ccpi CLI and Claude plugin marketplace commands.
Use for searching installing listing and updating Claude Code plugin packs with reversible
rollbacks.
allowed-tools: Read Write Bash Grep Glob WebFetch
metadata:
tags: ccpi, claude-code, plugin-marketplace, skills-marketplace, cli, package-management
platforms: Claude Code, Codex, Gemini CLI, OpenCode
keyword: ccpi
version: latest
source: jeremylongshore/claude-code-plugins-plus-skills
license: MIT
---
# 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 `ccpi` CLI 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
```bash
pnpm add -g @intentsolutionsio/ccpi
```
## Core commands
```bash
ccpi search <keyword>
ccpi install <pack-name>
ccpi list --installed
ccpi update
```
Claude built-in marketplace path:
```bash
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install <pack>@claude-code-plugins-plus
```
## Safety rules
1. Prefer `ccpi list --installed` before adding/updating packs.
2. Record exact pack names (and versions when available) in change notes.
3. Treat marketplace installs as reversible; keep uninstall/remove path in rollback notes.
4. Do not auto-install large bundles without explicit scope (keyword + target capability).
## Verification checklist
- `ccpi` command resolves and reports version/help.
- search/install/list/update commands run without auth/runtime errors.
- Installed pack appears in `ccpi list --installed` output.
## References
- https://github.com/jeremylongshore/claude-code-plugins-plus-skills
- https://www.npmjs.com/package/@intentsolutionsio/ccpi
- https://tonsofskills.com
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!