
Compound Engineering Plugin
github.com/everyinc/compound-engineering-plugin- Category
- Developer Tools
- Rank
- No. 111Tools index
- Type
- APP
- Builder
- everyinc
- GitHub
- 25.1k stars
- Latest release
- compound-engineering-v3.26.2
- Date
About
The official Compound Engineering plugin for Claude Code, Codex, Cursor, and more — codifies the compound-engineering workflow into reusable agent tooling.
What it does
Compound Engineering organizes agent-assisted development into a repeatable loop: clarify requirements, plan implementation, write code, simplify it, review the result, and preserve lessons for later work. Extra skills cover debugging, ideation, strategy, product signals, technical explanations, and project-specific adoption decisions.
Why it's ranked here
The strongest case is its unusually complete workflow coverage. Planning artifacts feed execution, review checks work against the plan, and captured lessons inform later planning. It also supports several agent hosts and includes conversion tooling. The cost is ceremony: its stated model puts most effort into planning and review, which will not suit every change.
What's good
The stages have clear responsibilities instead of collapsing research, implementation, and review into one prompt. Code review reports findings before applying changes. Learning capture creates reusable project context. Native Codex installs bundle specialist behavior locally, while the autonomous path can carry prepared requirements through implementation, review, browser testing, pull request creation, and CI repair.
Tradeoffs
Codex installation currently requires adding a custom marketplace, installing the plugin, and restarting the app. Older Codex installations may also need an obsolete global instruction block removed. The workflow assumes substantial planning and review overhead. Its autonomous path can commit, push, open a pull request, and repair CI, so teams should use that mode with deliberate repository permissions.
How to use it well
Use it for teams already delegating meaningful feature or bug work to coding agents, especially when plans, reviews, and recurring project lessons deserve durable artifacts. Start with requirements, let the planning stage narrow execution, then review and capture reusable findings. It supplements the host coding agent; it does not provide an application runtime, deployment platform, or source-control service.
Technical notes+
README.md defines the six-stage loop, native installation surfaces, legacy Codex migration, and the autonomous workflow. package.json declares a private ESM package run with Bun, exposes conversion, installation, cleanup, listing, testing, and release-validation scripts, and depends on citty plus js-yaml. src/index.ts builds the compound-plugin CLI with cleanup, convert, install, list, and plugin-path subcommands. src/targets/index.ts registers implemented converters and writers for OpenCode, Codex, Pi, and Antigravity, with global or workspace scope validation where a target supports it.
Observed
- Primary language
- TypeScript is used for the shown CLI entry point and target conversion registry.
- Package surface
- Private ESM package configured for Bun, with citty and js-yaml runtime dependencies.
- Interfaces
- Installable agent skills plus a Bun command-line converter and installer.
- Native install support
- Documented marketplace installation for Claude Code, Cursor, Codex App, and Codex CLI.
- Conversion targets
- Implemented target handlers are shown for OpenCode, Codex, Pi, and Antigravity.
- Additional platform support
- The documentation also names Kimi Code CLI, Cline, Grok Build CLI, Devin CLI, GitHub Copilot, Factory Droid, Qwen Code, OpenCode, Pi, and Antigravity CLI.
Read from README.md, package.json, src/index.ts, src/targets/index.ts, docs/grok-marketplace-submission.md, docs/plans/2026-06-28-001-feat-ce-pov-skill-plan.md, docs/plans/2026-07-02-001-feat-ce-sweep-skill-plan.md, docs/plans/2026-02-08-feat-pr-triage-and-merge-plan.md, docs/plans/2026-03-15-001-feat-ce-ideate-skill-plan.md, docs/plans/2026-04-15-001-feat-ce-polish-skill-plan.md, docs/plans/2026-03-25-001-feat-onboarding-skill-plan.md, docs/plans/2026-03-29-002-feat-plan-visual-aids-plan.md.
Tech Stack
Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.