ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

在 Codex CLI 注册 Compound Engineering marketplace 并安装插件以激活原生技能

2026/9/13 11:10:48 拓冰建站 浏览量
在 Codex CLI 注册 Compound Engineering marketplace 并安装插件以激活原生技能 在 Codex CLI 注册 Compound Engineering marketplace 并安装插件以激活原生技能【免费下载链接】compound-engineering-pluginOfficial Compound Engineering plugin for Claude Code, Codex, Cursor, and more项目地址: https://gitcode.com/GitHub_Trending/ev/compound-engineering-pluginCompound Engineeringcompound-engineering-plugin是一个面向 AI 编码代理的技能插件包含 35 个技能skill支持 Claude Code、Cursor、Codex 等 14 个宿主。在 Codex CLI 中使用它需要经过两步先在 Codex 中注册registerCompound Engineering 的 marketplace再安装compound-engineering插件。只有第二步完成之后原生 CE 技能才会对当前 Codex profile 生效——README 中明确说明marketplace 注册只是让插件可用available安装插件才是激活原生 CE 技能的动作。仓库自带 Codex 原生安装所需的两个清单文件不需要额外转换或 Bun 构建步骤.agents/plugins/marketplace.json——marketplace 目录注册后 Codex 在其中找到compound-engineering这个插件其 source 指向仓库根目录./.codex-plugin/plugin.json——插件自身清单声明了skills: ./skills/即安装后技能目录直接从仓库的skills/加载。准备条件已安装并登录可用状态的 Codex CLIshell 中可以直接执行codex命令。不需要 BunFAQ 中说明 Bun 仅用于仓库开发任务和转换器维护正常安装用不到。安装是 self-contained 的专家评审、研究类行为以本地 prompt 资产形式打包在技能内部不需要单独的 custom-agent 安装步骤。第一步注册 marketplace在 shell 中执行codex plugin marketplace add EveryInc/compound-engineering-plugin这条命令把EveryInc/compound-engineering-plugin仓库注册为 Codex 的 marketplace 来源Codex 会从中读取.agents/plugins/marketplace.json。此时插件只是可见技能尚未激活。非默认 profile 的处理可选分支如果你使用非默认 Codex profile例如work必须让所有 Codex 相关步骤都指向同一个CODEX_HOME否则 marketplace 注册和插件安装会落到不同 profile 上。README 给出的示例CODEX_HOME$HOME/.codex/profiles/work codex plugin marketplace add EveryInc/compound-engineering-plugin CODEX_HOME$HOME/.codex/profiles/work codex plugin add compound-engineeringcompound-engineering-pluginCODEX_HOME指向哪个 profile技能就激活在哪个 profile 上。第二步安装插件codex plugin add compound-engineeringcompound-engineering-plugin命令中compound-engineering是插件名compound-engineering-plugin是 marketplace 名中间用分隔。执行完成后重启 Codex让插件技能加载。替代路径用/plugins界面安装同样的事也可以在 Codex 里交互式完成启动codex运行/plugins找到Compound Engineeringmarketplace选中其中的compound-engineering插件选择Install安装完成后重启 Codex。两条路径等价CLI 命令适合脚本化/plugins界面适合手动确认。验证确认原生技能已激活安装并重启后在任意项目中调用 CE 技能。注意调用前缀因宿主而异slash-skill 宿主用/skill-name在 Codex 中用$skill-name调用已安装技能例如$ce-plan、$lfg。一个适合首次安装后立即执行的技能是$ce-setup它是一个显式触发的诊断技能disable-model-invocation: true只有你主动调用才运行会报告可选工具agent-browser、gh、jq、ast-grep、ffmpeg是否在当前 PATH 上、刷新仓库内的.compound-engineering/config.example.yaml并在你批准后创建仓库级.compound-engineering/config.yaml。它能跑通、能出报告就说明插件的技能目录已经被 Codex 正常加载。$ce-setup更多技能调用方式见 docs/guides 中的技能目录每个技能的权威运行时定义在skills/skill/SKILL.md。已知限制与后续升级注册 ≠ 激活只执行了marketplace add而没执行plugin add技能不会生效。README 原话The marketplace step only makes the plugin available; the plugin install is what activates the native CE skills for that profile。升级顺序有讲究codex plugin update命令不存在。升级时先刷新缓存的 marketplace 快照再重新add安装顺序不能颠倒单独重跑add可能仍读取旧快照codex plugin marketplace upgrade compound-engineering-plugin codex plugin add compound-engineeringcompound-engineering-plugin非默认 profile 下这两条命令也要针对同一个CODEX_HOME执行详见 docs/install/upgrading.md。旧版残留如果你在原生插件支持之前用过 Bun 的convert/install --to codex路径全局$CODEX_HOME/AGENTS.md默认~/.codex/AGENTS.md里可能残留一段!-- BEGIN COMPOUND CODEX TOOL MAP --管理的工具映射块该块已废弃原生插件安装不会写入它清理步骤同样在 docs/install/upgrading.md 中给出。【免费下载链接】compound-engineering-pluginOfficial Compound Engineering plugin for Claude Code, Codex, Cursor, and more项目地址: https://gitcode.com/GitHub_Trending/ev/compound-engineering-plugin创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考