-
-
Notifications
You must be signed in to change notification settings - Fork 286
CLI Quick Reference
jeremylongshore edited this page Mar 13, 2026
·
1 revision
Complete command reference for the ccpi CLI and Claude Code built-in plugin commands.
Install the CLI: pnpm add -g @intentsolutionsio/ccpi
| Command | Description | Example |
|---|---|---|
ccpi search <query> |
Search plugins by keyword | ccpi search devops |
ccpi install <plugin> |
Install a plugin | ccpi install devops-automation-pack |
ccpi uninstall <plugin> |
Remove an installed plugin | ccpi uninstall devops-automation-pack |
ccpi list |
List all available plugins | ccpi list |
ccpi list --installed |
List installed plugins only | ccpi list --installed |
ccpi update |
Update all installed plugins | ccpi update |
ccpi validate <path> |
Validate a plugin directory | ccpi validate ./my-plugin |
ccpi validate --strict |
Strict validation (CI mode) | ccpi validate --strict ./my-plugin |
ccpi doctor |
Check CLI health and config | ccpi doctor |
ccpi --version |
Print CLI version | ccpi --version |
ccpi --help |
Show help for all commands | ccpi --help |
These commands run inside Claude Code (no CLI installation needed):
| Command | Description |
|---|---|
/plugin marketplace add jeremylongshore/claude-code-plugins |
Register the marketplace |
/plugin marketplace remove claude-code-plugins |
Remove the marketplace |
/plugin install <name>@claude-code-plugins-plus |
Install a plugin |
/plugin uninstall <name>@claude-code-plugins-plus |
Uninstall a plugin |
pnpm add -g @intentsolutionsio/ccpi
ccpi doctorThen inside Claude Code:
/plugin marketplace add jeremylongshore/claude-code-plugins
ccpi search "ansible"
ccpi install ansible-playbook-creatorccpi updateccpi validate --strict ./plugins/security/my-pluginccpi list --installed- Installation -- full setup walkthrough
- Your First Plugin -- build and submit a plugin
- Browsing the Marketplace -- find plugins on tonsofskills.com
- Troubleshooting -- common issues and fixes
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