-
-
Notifications
You must be signed in to change notification settings - Fork 286
Installation
Get up and running with the Claude Code Plugins Marketplace in under five minutes.
Before installing, make sure you have:
| Requirement | Minimum Version | Check Command |
|---|---|---|
| Node.js | >= 18 | node --version |
| pnpm | >= 9.x | pnpm --version |
| Claude Code | Latest | claude --version |
If you need Node.js, install it from nodejs.org or use a version manager like nvm:
nvm install 18
nvm use 18Install pnpm if you don't have it:
npm install -g pnpmThe ccpi CLI is the recommended way to manage plugins. Install it globally:
pnpm add -g @intentsolutionsio/ccpiVerify the installation:
ccpi --versionYou should see the current version printed to the terminal.
Connect the marketplace so ccpi can discover all 343 plugins and 1,900+ skills:
/plugin marketplace add jeremylongshore/claude-code-pluginsRun this command inside Claude Code. It registers the marketplace catalog for plugin discovery and installation.
Upgrading from an older install? Run
/plugin marketplace remove claude-code-pluginsfirst, then re-add with the command above.
Here are the commands you will use most often:
ccpi search devops # Search by keyword
ccpi search "security scanner" # Search by phraseccpi install devops-automation-packOr use Claude's built-in command:
/plugin install devops-automation-pack@claude-code-plugins-plusccpi list --installedccpi updateRun the doctor command to check your setup:
ccpi doctorThis validates your Node.js version, CLI installation, marketplace connection, and installed plugins.
You can also confirm the marketplace is connected by searching for any plugin:
ccpi search ansibleIf results appear, your installation is working correctly.
If you prefer not to install the CLI, you can manage plugins entirely through Claude Code:
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plus
/plugin uninstall devops-automation-pack@claude-code-plugins-plusThe CLI provides additional features like search, validation, and bulk updates, but the built-in commands handle basic install and uninstall workflows.
- CLI Quick Reference -- full command reference
- Browsing the Marketplace -- find plugins at tonsofskills.com
- Your First Plugin -- build and publish your own
- Your First Skill -- create an agent skill from scratch
tonsofskills.com | GitHub | Discussions | Report Issue | v4.17.0
SKILL.md Specification Skill Template Skill Creator
- Plugin Structure
- Frontmatter Reference
- Tool Permissions Guide
- Templates & Examples
- Validation & Grading
- MCP Server Plugins
- Playbook Index
- 01 Multi-Agent Rate Limits
- 02 Cost Caps & Budgets
- 03 MCP Reliability
- 04 Ollama Migration
- 05 Incident Debugging
- 06 Self-Hosted Stack
- 07 Compliance & Audit
- 08 Team Presets
- 09 Cost Attribution
- 10 Progressive Enhancement
- 11 Advanced Tool Use