compound-engineering-plugin : fonctions documentées et limites d usage
Plugin officiel d'ingénierie composée pour Claude Code, Codex, Cursor, et plus encore.
En bref
- De quoi s’agit-il ?
- Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more.. Cette lecture relie son périmètre, ses entrées et ses conditions d emploi au dépôt EveryInc/compound-engineering-plugin.
- À qui s’adresse-t-il ?
- compound-engineering-plugin convient aux personnes dont le besoin correspond aux fonctions décrites par EveryInc/compound-engineering-plugin et qui peuvent fournir son environnement d exécution. Il ne convient pas à une attente de compatibilité ou de performance absente du README.
- Puis-je l’utiliser commercialement ?
- Oui. MIT est une licence permissive : vous pouvez utiliser, modifier et vendre un logiciel qui en dépend, à condition de conserver les mentions de droit d’auteur et de licence.
- Est-il encore maintenu ?
- Oui. Les derniers commits datent d’il y a 1 jour.
- En quel langage est-il écrit ?
- Principalement TypeScript, d’après les statistiques de langage de GitHub.
Ces réponses reposent sur les données GitHub du projet (dernière synchronisation le 14 septembre 2026) et sur notre analyse. Elles ne constituent pas un avis juridique.
ANALYSE OPEN SOURCE APPROFONDIE
Le rôle de compound-engineering-plugin dans son dépôt
Le README décrit EveryInc/compound-engineering-plugin comme « Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more ». Cette page reste limitée aux faits vérifiables dans le dépôt. Les étoiles, forks et badges indiquent une attention, pas une preuve de qualité. Sous « Compound Engineering », la source indique : AI skills that make each unit of engineering work easier than the last.. Cela fixe un périmètre déclaré, pas un test en production.
<div align="center">
# Compound Engineering
AI skills that make each unit of engineering work easier than the last.
[](https://github.com/EveryInc/compound-engineering-plugin/actions/workflows/ci.yml) [](LICENSE) [](docs/guides/README.md)
</div>
Compound Engineering is a plugin of 33 skills for AI coding agents. It structures the work around a loop - brainstorm, plan, build, review, then capture what you learned - so the knowledge from each change is written down where the next change can read it.
It runs on 14 agent hosts, including Claude Code, Cursor, and Codex.
## Install
### Claude Code
/plugin marketplace add EveryInc/compound-engineering-plugin
/plugin install compound-engineering> [!IMPORTANT] > Already have Compound Engineering installed? Refresh the marketplace *before* updating - see [Upgrading](docs/install/upgrading.md). Running `/plugin update` alone keeps you on the old version.
### Cursor
In Cursor Agent chat, install from the plugin marketplace:
/add-plugin compound-engineeringOr search for "compound engineering" in the plugin marketplace.
### Grok Bot
Grok Bot is its own app,
Pour compound-engineering-plugin, ce point se rattache aux repères text /plugin marketplace add EveryInc/compound-engineering-plugin /plugin install compound-engineering ,
> [!IMPORTANT] > Already have Compound Engineering installed? Refresh the marketplace *before* updating - see [Upgrading](docs/install/upgrading.md). Running , alone keeps you on the old version.
, text /add-plugin compound-engineering ,
Grok Bot is its own app, but it uses your Cursor account and plugin library. There is no separate Grok Bot login. Install Compound Engineering once on that account and Grok Bot agents can load it.
In Cursor Agent chat:
,
Or search for "compound engineering" in the Cursor plugin marketplace. Do not run . La lecture doit rester attachée à EveryInc/compound-engineering-plugin et à sa branche main : ces éléments indiquent ce que le dépôt expose, sans transformer une description en garantie de performance, de compatibilité ou de support. Le README ne précise pas les aspects qu'il ne mentionne pas.
Un contrôle concret de compound-engineering-plugin consiste à reprendre la commande, le fichier ou l'exemple cité dans cette partie, puis à relever l'entrée, la sortie et le code d'erreur. Observez aussi les dépendances et les permissions nécessaires. Cette vérification est propre à EveryInc/compound-engineering-plugin, car elle porte sur compound-engineering-plugin, ses chemins et ses paramètres réels. Une différence entre le résultat obtenu et le texte du README doit rester une limite constatée, pas une hypothèse sur l'ensemble du projet.
Les objets et fichiers qui délimitent compound-engineering-plugin
La section « Philosophy » aide à vérifier si le projet répond au besoin : Review to catch issues and calibrate judgment with /ce-code-review and /ce-doc-review. Si ce besoin ne correspond pas au vôtre, la popularité ne suffit pas. Les noms, commandes et composants sont conservés pour permettre une comparaison directe avec la source primaire. Le README fournit aussi ce point vérifiable : Plan thoroughly before writing code with /ce-brainstorm and /ce-plan using one readiness-based plan artifact. Il peut guider le premier test, sans remplacer une vérification dans l'environnement prévu.
but it uses your Cursor account and plugin library. There is no separate Grok Bot login. Install Compound Engineering once on that account and Grok Bot agents can load it.
Or search for "compound engineering" in the Cursor plugin marketplace. Do not run `/add-plugin` in the Grok Bot chat, and do not clone this repository onto the Grok Bot computer.
### Codex App
Compound Engineering is not listed in Codex's built-in plugin marketplace yet. Add it as a custom marketplace:
1. In the Codex app, open Plugins from the sidebar. 2. Click the arrow next to Create, then select Add marketplace. 3. Enter:
| Field | Value | | --- | --- | | Source | `EveryInc/compound-engineering-plugin` | | Git ref | `main` | | Sparse paths | leave blank |
4. Click Add marketplace. 5. Search for Compound Engineering, install compound-engineering-plugin, then restart Codex.
The Codex app install is self-contained for Compound Engineering. Specialist reviewer and research behavior lives inside the skills as local prompt assets; no separate custom-agent install step is required.
Le parcours documenté pour démarrer avec compound-engineering-plugin
Le fonctionnement est réparti dans des sections comme « Cursor ». La source fournit notamment : In Cursor Agent chat, install from the plugin marketplace:. Les détails absents sur l'architecture, les performances ou la sécurité ne sont pas inventés. Avant une mise en service, vérifiez l'arborescence, la configuration et l'historique des releases.
### Codex CLI
Register the marketplace, then install the plugin.
1. Register the marketplace with Codex:
codex plugin marketplace add EveryInc/compound-engineering-plugin
2. Install the plugin:
codex plugin add compound-engineering@compound-engineering-plugin
You can also launch `codex`, run `/plugins`, find the Compound Engineering marketplace, select the compound-engineering plugin, and choose Install. Restart Codex after install completes.
The native Codex plugin install is self-contained for Compound Engineering. Specialist reviewer and research behavior lives inside the skills as local prompt assets; no separate custom-agent install step is required.
For a non-default Codex profile, run every Codex-related step against the same `CODEX_HOME`. This example installs CE into a `work` profile:
CODEX_HOME="$HOME/.codex/profiles/work" codex plugin marketplace add EveryInc/compound-engineering-plugin
CODEX_HOME="$HOME/.codex/profiles/work" codex plugin add compound-engineering@compound-engineering-pluginThe marketplace step only makes the plugin available; the plugin ins
Les sorties que compound-engineering-plugin permet réellement de lire
Commencez l'installation avec l'entrée documentée dans le README. La commande vérifiable est :
/ce-brainstorm make background job retries safer /ce-plan /ce-work /ce-simplify-code /ce-code-review /ce-compound
Si aucune commande n'est fournie, cette page n'en fabrique pas. Consultez « Install » pour les dépendances, les ports par défaut et l'initialisation du premier lancement.
tall is what activates the native CE skills for that profile.
Another editor or CLI? Kimi Code CLI, Cline, Grok Build CLI, Devin CLI, GitHub Copilot, Factory Droid, Qwen Code, OpenCode, Pi, oh-my-pi (omp), and Antigravity CLI are all supported - see [More install options](#more-install-options).
---
## Philosophy
Each unit of engineering work should make subsequent units easier -- not harder.
Invocation syntax: this README uses `/skill-name` examples for slash-skill hosts. In Codex, invoke installed skills with `$skill-name` (for example, `$ce-plan` and `$lfg`). In oh-my-pi (omp), these prompts can model-route to visible skills; use the native deterministic `/skill:<name>` form for manual-only or hidden skills (for example, `/skill:ce-polish`). `/goal` remains a Codex built-in command.
Traditional development accumulates technical debt. Every feature adds complexity. Every bug fix leaves behind a little more local knowledge that someone has to rediscover later. The codebase gets larger, the context gets harder to hold, and the next change becomes slower.
Compound engineering inverts this. 80% is in planning and review, 20% is in
Les contraintes visibles avant une intégration de compound-engineering-plugin
L'usage quotidien dépend de la documentation du projet. Dans « Cursor », le README précise : Or search for "compound engineering" in the plugin marketplace.. Les fichiers de configuration, variables, droits et chemins de données ne sont repris que lorsqu'ils sont explicitement documentés. Les valeurs inconnues doivent être testées isolément avec une sauvegarde réversible. La même source précise aussi : Codify knowledge so it is reusable with /ce-compound.
execution:
- Plan thoroughly before writing code with `/ce-brainstorm` and `/ce-plan` using one readiness-based plan artifact - Review to catch issues and calibrate judgment with `/ce-code-review` and `/ce-doc-review` - Codify knowledge so it is reusable with `/ce-compound` - Keep quality high so future changes are easy
The point is not ceremony. The point is leverage. A good brainstorm makes the plan sharper. A good plan makes execution smaller. A good review catches the pattern, not just the bug. A good compound note means the next agent does not have to learn the same lesson from scratch.
## The loop
The core loop is six steps: brainstorm the requirements, plan the implementation, work through the plan, simplify what you wrote, review the result, then compound the learning -- and repeat with better context.
| Skill | Purpose | |-------|---------| | [`/ce-brainstorm`](docs/guides/ce-brainstorm.md) | Interactive Q&A to think through a feature or problem and write a requirements-only unified plan before planning | | [`/ce-plan`](docs/guides/ce-plan.md) | Enrich feature ideas or requirements-only plans into implementation-ready plan
Un choix d usage fondé sur compound-engineering-plugin
Les limites comptent autant que la liste des fonctions. Les sources disponibles ne prouvent pas de matrice de compatibilité fixe, de benchmark, de niveau de service ou de support à long terme pour EveryInc/compound-engineering-plugin. Le README indique seulement : « Compound Engineering is not listed in Codex's built-in plugin marketplace yet. Add it as a custom marketplace: ». Le reste doit rester une question de vérification.
s | | [`/ce-work`](docs/guides/ce-work.md) | Execute implementation-ready plans natively or through a qualified cross-model author while retaining host verification, commits, and shipping | | [`/ce-simplify-code`](docs/guides/ce-simplify-code.md) | Refine the freshly written code for clarity and reuse before review | | [`/ce-code-review`](docs/guides/ce-code-review.md) | Report-only multi-agent review against the plan before merging; local apply is explicit | | [`/ce-compound`](docs/guides/ce-compound.md) | Capture the learning into `docs/solutions/` so the next loop starts smarter |
Each cycle compounds: `/ce-compound` writes learnings that the next `/ce-brainstorm` and `/ce-plan` read as grounding -- brainstorms sharpen plans, plans inform future plans, reviews catch more issues, patterns get documented. That return arrow is the whole point.
Run one teaches it. Run two remembers.
<sub>Replayed from a real pair of sessions 18 days apart, with names and paths anonymized and the six-minute run compressed to about 30 seconds. Nothing shown is behavior the skills don't have - see <a href="assets/demo/README.md">assets/dem [...truncated]
Conclusion éditoriale
compound-engineering-plugin convient aux personnes dont le besoin correspond aux fonctions décrites par EveryInc/compound-engineering-plugin et qui peuvent fournir son environnement d exécution. Il ne convient pas à une attente de compatibilité ou de performance absente du README. Commencez par text /plugin marketplace add EveryInc/compound-engineering-plugin /plugin install compound-engineering et
> [!IMPORTANT] > Already have Compound Engineering installed? Refresh the marketplace *before* updating - see [Upgrading](docs/install/upgrading.md). Running , observez la sortie et les erreurs, puis décidez selon le cas réel.
Notes de la communauté