Changed from generic "Claude Code extensions" to emphasize this is where Every.to engineers share their workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
# Every Marketplace
|
|
|
|
The official Every marketplace where engineers from Every.to share their workflows. Currently featuring the Compounding Engineering Philosophy plugin.
|
|
|
|
## Quick start
|
|
|
|
Run Claude and add the marketplace:
|
|
|
|
```
|
|
/plugin marketplace add EveryInc/every-marketplace
|
|
```
|
|
|
|
Then install the plugin:
|
|
|
|
```
|
|
/plugin install compounding-engineering
|
|
```
|
|
|
|
## Available plugins
|
|
|
|
### Compounding engineering
|
|
|
|
AI-powered development tools that get smarter with every use. Includes 21 specialized agents, 24 commands, five workflows, and two automated hooks.
|
|
|
|
**Features:**
|
|
- Code review with multiple expert perspectives
|
|
- Automated testing and bug reproduction
|
|
- PR management and parallel comment resolution
|
|
- Documentation generation and maintenance
|
|
- Security, performance, and architecture analysis
|
|
|
|
**Philosophy:**
|
|
|
|
Each unit of engineering work makes subsequent units of work easier—not harder.
|
|
|
|
```mermaid
|
|
graph LR
|
|
A[Plan<br/>Plan it out<br/>in detail] --> B[Delegate<br/>Do the work]
|
|
B --> C[Assess<br/>Make sure<br/>it works]
|
|
C --> D[Codify<br/>Record<br/>learnings]
|
|
D --> A
|
|
|
|
style A fill:#f9f,stroke:#333,stroke-width:2px
|
|
style B fill:#bbf,stroke:#333,stroke-width:2px
|
|
style C fill:#bfb,stroke:#333,stroke-width:2px
|
|
style D fill:#ffb,stroke:#333,stroke-width:2px
|
|
```
|
|
|
|
1. **Plan** → Break down tasks with clear steps
|
|
2. **Delegate** → Execute with AI assistance
|
|
3. **Assess** → Test thoroughly and verify quality
|
|
4. **Codify** → Record learnings for next time
|
|
|
|
[View plugin details](./plugins/compounding-engineering/README.md)
|