Quick Start
Get started with the compound-engineering plugin in under a minute. This guide shows you how to install it to OpenCode, but the same process works for any supported platform.Install to OpenCode
The fastest way to get started is installing the bundled compound-engineering plugin:Run the install command
Use This command:
bunx to install the plugin to OpenCode without any setup:- Downloads the latest version of the CLI
- Converts the compound-engineering plugin to OpenCode format
- Installs agents, commands, skills, and MCP servers to
~/.config/opencode/
Verify the installation
Check what was installed:You should see:
- 29 agents organized by category (review, research, design, workflow, docs)
- 22 commands for workflow automation and utilities
- 20 skills for architecture, development, and orchestration
What Gets Installed
Agents (29)
Specialized AI agents for different aspects of development:Review Agents (15)
- Architecture strategist
- Security sentinel
- Performance oracle
- DHH Rails reviewer
- Data integrity guardian
- Schema drift detector
- And 9 more specialized reviewers
Research Agents (5)
- Best practices researcher
- Framework docs researcher
- Git history analyzer
- Learnings researcher
- Repo research analyst
Design Agents (3)
- Design implementation reviewer
- Design iterator
- Figma design sync
Workflow Agents (5)
- Bug reproduction validator
- Every style editor
- Lint runner
- PR comment resolver
- Spec flow analyzer
Commands (22)
Workflow automation and utilities: Core Workflow Commands (usece: prefix):
Skills (20)
Reusable knowledge modules:- Architecture - agent-native-architecture, skill-creator
- Development - dhh-rails-style, dspy-ruby, frontend-design, andrew-kane-gem-writer
- Workflow - brainstorming, git-worktree, file-todos, proof, document-review
- Orchestration - orchestrating-swarms for multi-agent coordination
- Tools - agent-browser, rclone, gemini-imagegen
MCP Server
The Context7 MCP server provides framework documentation lookup:resolve-library-id- Find library ID for a framework/packageget-library-docs- Get documentation for specific libraries- Supports 100+ frameworks (Rails, React, Next.js, Vue, Django, Laravel, etc.)
Install to Other Platforms
The same plugin works across all supported platforms:Example: Complete Workflow
Here’s how to use the compound engineering workflow on a real feature:Brainstorm the approach
Create a detailed plan
Run comprehensive review
- Security vulnerabilities
- Performance bottlenecks
- Architecture compliance
- Code simplicity
- Data integrity
- Framework best practices
Sync Your Personal Config
Already using Claude Code? Sync your personal skills, commands, and MCP servers to other platforms automatically.
- Personal skills from
~/.claude/skills/(as symlinks) - Personal slash commands from
~/.claude/commands/ - MCP servers from
~/.claude/settings.json
Next Steps
CLI Reference
Explore all available commands and options
Plugin Components
Learn about the 29 agents, 22 commands, and 20 skills
Conversion Guide
Convert your own Claude Code plugins
Configuration
Customize behavior and output locations
Troubleshooting
MCP Server Not Loading
If the Context7 MCP server doesn’t auto-load, manually add it to your config: For OpenCode (~/.config/opencode/opencode.json):
Commands Not Found
If commands aren’t recognized after installation:- Restart your AI coding assistant
- Check that files were written to the correct location:
- Verify the assistant is configured to read from that directory
Permission Errors
If you see permission errors during installation:Learn More
- Full component reference - Detailed docs for all agents, commands, and skills
- Compound engineering philosophy - How Every uses AI agents
- Origin story - The story behind compound engineering