# Tons of Skills — Claude Code Plugins Marketplace > A GitHub-backed Claude Code plugin/skill catalog with a CLI (`ccpi`) to search, install, and update bundles. Handy for repeatable setups across machines. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use 1. Install / run: ```bash pnpm add -g @intentsolutionsio/ccpi ``` 2. Start / smoke test: ```bash ccpi search devops && ccpi install devops-automation-pack ``` 3. Verify: - List installed plugins, then run an example plugin command inside Claude Code to confirm it loads and executes. ## Intro A GitHub-backed Claude Code plugin/skill catalog with a CLI (`ccpi`) to search, install, and update bundles. Handy for repeatable setups across machines. - **Best for:** Claude Code users who want reproducible plugin installs (team onboarding, CI agents, multi-machine setups) - **Works with:** Claude Code + CLI installer (`pnpm`), optional built-in marketplace commands (per README) - **Setup time:** 8 minutes ## How to Use It Well - Setup time ~8 minutes (install ccpi + install one plugin) - GitHub stars + forks (verified): see Source & Thanks - Repo README reports catalog scale (plugins/skills/agents) and refresh cadence If your team uses Claude Code seriously, onboarding becomes an ops problem: which plugins, which versions, which commands. A marketplace + installer CLI is a practical answer—especially when agents run on multiple machines or ephemeral CI workers. ### FAQ **Q: Is this official?** A: Treat it as a community marketplace. Verify any plugin’s source repo and permissions before installing. **Q: How do I keep installs consistent?** A: Use the CLI to install bundles by name and pin to a known version/tag in your onboarding docs. **Q: What’s the risk surface?** A: Plugins can run code. Review what a plugin touches (filesystem, shell, network) and run in a sandbox for CI agents. ## Source & Thanks > Source: https://github.com/jeremylongshore/claude-code-plugins-plus-skills > License: MIT > GitHub stars: 2,159 · forks: 288 --- ## 快速使用 1. 安装 / 运行: ```bash pnpm add -g @intentsolutionsio/ccpi ``` 2. 启动 / 冒烟测试: ```bash ccpi search devops && ccpi install devops-automation-pack ``` 3. 验证: - List installed plugins, then run an example plugin command inside Claude Code to confirm it loads and executes. ## 简介 面向 Claude Code 的插件/技能目录与安装工具(`ccpi` CLI),支持搜索、安装、更新与打包;适合团队统一安装清单做 onboarding,并在多机/CI 环境保持一致版本。 - **适合谁:** 希望 Claude Code 插件安装可复现(团队入职、CI agent、多机同步)的用户 - **可搭配:** Claude Code + CLI 安装器(`pnpm`),也支持内置 marketplace 命令(以 README 为准) - **准备时间:** 8 分钟 ## 实战建议 - 接入约 8 分钟(安装 ccpi + 装一个插件) - GitHub stars + forks(已核验):见「来源与感谢」 - README 提供目录规模(插件/技能/agent)与更新节奏(以 README 为准) 当团队认真使用 Claude Code 后,“装什么插件、装哪个版本、怎么一致化”会变成运维问题。市场 + 安装器 CLI 能把这件事工程化,尤其适合多机环境或临时 CI worker 上的 agent。 ### FAQ **这是官方市场吗?** A: 更像社区市场。安装前建议核对插件源仓库与权限范围。 **如何保证安装一致性?** A: 用 CLI 通过 bundle 名称安装,并在团队文档里固定到某个版本/标签。 **风险面在哪里?** A: 插件可能执行代码。请审查其访问范围(文件/命令/网络),CI agent 建议在沙箱环境运行。 ## 来源与感谢 > Source: https://github.com/jeremylongshore/claude-code-plugins-plus-skills > License: MIT > GitHub stars: 2,159 · forks: 288 --- Source: https://tokrepo.com/en/workflows/tons-of-skills-claude-code-plugins-marketplace Author: Skill Factory