# Compound Engineering — Skills & Agents for Better Reviews > Compound Engineering ships Claude/Codex skills for planning, review, and codifying knowledge; install the npm plugin and use /ce-* commands (16,691★). ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npm install -g @every-env/compound-plugin claude plugin marketplace add EveryInc/compound-engineering-plugin /ce-plan /ce-code-review ``` ## Intro Compound Engineering ships Claude/Codex skills for planning, review, and codifying knowledge; install the npm plugin and use /ce-* commands (16,691★). **Best for:** Teams that want consistent planning/review rituals so each change makes the next change easier (less tribal knowledge) **Works with:** Claude Code / Codex-style agents, npm installs, and workflows that rely on repeatable review checklists **Setup time:** 5-15 minutes ## Main - **Compounding mindset**: prioritizes planning/review so the codebase becomes easier over time. - **Concrete slash commands**: documents commands like `/ce-plan` and `/ce-code-review` for repeatable rituals. - **Plugin packaging**: publishes an npm package and repo workflow so teams can standardize installs. - **Knowledge capture**: emphasizes codifying local knowledge into artifacts instead of burying it in chat history. ### FAQ - **Is it only for Claude?**: It targets Claude Code/Codex-style agent workflows; the underlying checklists can be reused elsewhere. - **How do I start?**: Begin with /ce-plan on a small feature, then run /ce-code-review before shipping. - **Why does this help quality?**: Consistent planning and reviews reduce regressions and make later changes cheaper. ## Source & Thanks > Source: https://github.com/EveryInc/compound-engineering-plugin > License: MIT > GitHub stars: 16691 · forks: 1304 --- ## Quick Use ```bash npm install -g @every-env/compound-plugin claude plugin marketplace add EveryInc/compound-engineering-plugin /ce-plan /ce-code-review ``` ## Intro Compound Engineering 提供面向 Claude/Codex 的规划与评审技能:用 /ce-* 命令把计划与复盘沉淀成可复用资产;npm 插件安装即用,并适合团队标准化(16,691★)。 **Best for:** 想把规划/评审流程标准化,让每次改动都能反哺下一次改动(减少口口相传)的团队 **Works with:** Claude Code / Codex 生态的 agent、npm 安装方式,以及依赖可复用 review checklist 的工作流 **Setup time:** 5-15 minutes ## Main - **复利式工程观**:把重心放在规划与评审,让代码库越做越容易。 - **明确的 slash 命令**:例如 `/ce-plan`、`/ce-code-review`,把仪式变成可重复流程。 - **插件化交付**:提供 npm 包与仓库流程,便于团队统一安装与升级。 - **知识沉淀**:强调把局部知识写成资产,而不是只留在聊天记录里。 ### FAQ - **只能给 Claude 用吗?**:主要面向 Claude Code/Codex 工作流,但其中的 checklist 也可迁移到其他工具。 - **怎么开始?**:先用 /ce-plan 规划一个小功能,再在发布前跑 /ce-code-review。 - **为什么能提高质量?**:一致的规划与评审能减少回归,让后续修改成本更低。 ## Source & Thanks > Source: https://github.com/EveryInc/compound-engineering-plugin > License: MIT > GitHub stars: 16691 · forks: 1304 --- Source: https://tokrepo.com/en/workflows/compound-engineering-skills-agents-for-better-reviews Author: Skill Factory