What’s Included
The compound-engineering plugin is bundled with Claude Code and provides a comprehensive suite of AI-powered development tools:| Component | Count | Description |
|---|---|---|
| Agents | 29 | Specialized reviewers and researchers |
| Commands | 22 | Workflow automation and utilities |
| Skills | 20 | Expert guidance and patterns |
| MCP Servers | 1 | Framework documentation lookup |
Agents
29 specialized agents for code review, research, design, and workflow automation
Commands
22 slash commands including the core ce:* workflow commands
Skills
20 expert skills for architecture, development tools, and content workflow
MCP Servers
Context7 server for framework documentation lookup across 100+ frameworks
Core Workflow
The plugin centers around a simple workflow cycle using thece:* commands:
See the Workflow Guide for detailed documentation.
Installation
The compound-engineering plugin is bundled with Claude Code and enabled by default. No installation required.- Claude Code
- OpenCode
- Other IDEs
The plugin is bundled and enabled by default:To install manually:
Philosophy
The plugin embodies compound engineering - a development philosophy where each unit of work makes future work easier, not harder. Traditional development accumulates technical debt:/ce:compound, and the next occurrence takes 2 minutes.
Read more in the Philosophy Guide.
Quick Start
Get started with the core workflow:Create a plan
Component Categories
Agents
Specialized agents organized by function:- Review (15) - Code review agents (security, performance, architecture, Rails, Python, TypeScript)
- Research (5) - Research agents (best practices, framework docs, git history, learnings)
- Design (3) - Design implementation and iteration agents
- Workflow (5) - Bug reproduction, linting, PR comments, spec analysis
- Docs (1) - README generation for Ruby gems
Commands
Two types of commands: Workflow Commands (ce:* prefix):
/ce:brainstorm- Explore requirements and approaches/ce:plan- Create implementation plans/ce:work- Execute work systematically/ce:review- Run comprehensive code reviews/ce:compound- Document solved problems
/lfg- Full autonomous workflow/slfg- Autonomous workflow with swarm mode/deepen-plan- Enhance plans with parallel research/changelog- Create changelogs for recent merges- And 13 more…
Skills
Expert guidance organized by category:- Architecture & Design - Agent-native architecture patterns
- Development Tools - Ruby gems, Rails style, DSPy, frontend design
- Content & Workflow - Brainstorming, document review, todo tracking
- Multi-Agent - Swarm orchestration patterns
- File Transfer - Cloud storage uploads with rclone
- Browser Automation - CLI-based browser automation
- Image Generation - Gemini-based image generation
MCP Servers
Context7 - Framework documentation lookup Supports 100+ frameworks including Rails, React, Next.js, Vue, Django, Laravel, and more. Tools provided:resolve-library-id- Find library ID for a framework/packageget-library-docs- Get documentation for a specific library
Known Issues
MCP Servers Not Auto-Loading
Issue: The bundled Context7 MCP server may not load automatically when the plugin is installed. Workaround: Manually add it to your project’s.claude/settings.json:
~/.claude/settings.json for all projects.
Next Steps
Learn the Philosophy
Understand compound engineering and the 80/20 split
Master the Workflow
Deep dive into the Plan → Work → Review → Compound cycle
Explore Agents
Browse all 29 specialized agents
View Commands
See all available slash commands