ccpi-marketplace

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

ccpi-marketplace — Tons of Skills CLI & Plugin Marketplace Operations

ccpi-marketplace — Tons of Skills CLI与插件市场操作

Use this skill when the task is operating the Tons of Skills ecosystem through CLI commands instead of manual browsing.
当需要通过CLI命令而非手动浏览来操作Tons of Skills生态系统时,可使用此技能。

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.
  • 安装
    ccpi
    CLI并通过关键词发现插件包。
  • 在Claude Code环境中安装/更新/移除插件包。
  • 验证已安装的插件包,并生成可复现的安装说明用于团队交接。

Install

安装

bash
pnpm add -g @intentsolutionsio/ccpi
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
bash
ccpi search <keyword>
ccpi install <pack-name>
ccpi list --installed
ccpi update
Claude内置市场路径:
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).
  1. 在添加/更新插件包前,优先使用
    ccpi list --installed
    查看已安装内容。
  2. 在变更记录中记录确切的插件包名称(如有版本也需记录)。
  3. 将市场安装视为可撤销操作;在回滚记录中保留卸载/移除路径。
  4. 未经明确范围限定(关键词+目标功能),请勿自动安装大型包。

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.
  • ccpi
    命令可正常解析并显示版本/帮助信息。
  • 搜索/安装/列出/更新命令运行时无权限/运行时错误。
  • 已安装的插件包出现在
    ccpi list --installed
    的输出中。

References

参考链接