How to install EveryInc/compound-engineering-plugin. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
EveryInc/compound-engineering-plugin Installation Guide
How to install EveryInc/compound-engineering-plugin. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for EveryInc/compound-engineering-plugin. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i EveryInc/compound-engineering-pluginor
Install via npx
npx @hexmos/ipm i EveryInc/compound-engineering-pluginPrerequisites
Bun
runtimeVersion: >=1.0.0
Git
version_controlNode.js
runtimenpm
package_managerpi-subagents
libraryVersion: latest
pi-ask-user
libraryVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Claude Code
/plugin marketplace add EveryInc/compound-engineering-plugin
/plugin install compound-engineeringCursor
/add-plugin compound-engineeringCodex (CLI Registration)
codex plugin marketplace add EveryInc/compound-engineering-pluginCodex (Agent Install)
bunx @every-env/compound-plugin install compound-engineering --to codexCodex (TUI Install)
codex
/plugins
Select 'Compound Engineering' and then 'compound-engineering' plugin, then choose 'Install'.
Restart Codex after install completes.GitHub Copilot (VS Code Agent Plugins)
Chat: Install Plugin from Source
EveryInc/compound-engineering-plugin
Select 'compound-engineering' when VS Code shows the plugins in this repository.Copilot CLI
/plugin marketplace add EveryInc/compound-engineering-plugin
/plugin install compound-engineering@compound-engineering-pluginFactory Droid
droid plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin
droid plugin install compound-engineering@compound-engineering-pluginQwen Code
qwen extensions install EveryInc/compound-engineering-plugin:compound-engineeringOpenCode, Pi, Gemini, and Kiro (via Bun)
bunx @every-env/compound-plugin install compound-engineering --to opencode
bunx @every-env/compound-plugin install compound-engineering --to pi
bunx @every-env/compound-plugin install compound-engineering --to gemini
bunx @every-env/compound-plugin install compound-engineering --to kiroOpenCode, Pi, Gemini, and Kiro (Auto-detect)
bunx @every-env/compound-plugin install compound-engineering --to allLocal Development (Claude Code)
git clone https://github.com/EveryInc/compound-engineering-plugin.git
cd compound-engineering-plugin
alias cce='claude --plugin-dir ~/Code/compound-engineering-plugin/plugins/compound-engineering'
source ~/.zshrcLocal Development (Codex, OpenCode, etc.)
git clone https://github.com/EveryInc/compound-engineering-plugin.git
cd compound-engineering-plugin
bun run src/index.ts install ./plugins/compound-engineering --to codexPost Installation Steps
- Run `/ce-setup` in any project after installation to check environment, install missing tools, and bootstrap project config.
