Initial commit: Every Marketplace for Claude Code
Official plugin marketplace featuring the Compounding Engineering plugin with 15 specialized agents, 6 commands, and 2 automated hooks. This marketplace embodies the compounding engineering philosophy where each unit of work makes future work easier. Key features: - Compounding Engineering plugin with AI-powered development tools - Complete marketplace infrastructure with CLAUDE.md documentation - Simplified structure following official Claude Code specifications 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
79
README.md
Normal file
79
README.md
Normal file
@@ -0,0 +1,79 @@
|
||||
# Every Marketplace
|
||||
|
||||
The official plugin marketplace for Claude Code extensions. Get access to AI-powered development tools that embody the compounding engineering philosophy.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Add the Marketplace
|
||||
|
||||
Add this marketplace to your Claude Code configuration:
|
||||
|
||||
```bash
|
||||
# Edit your Claude Code settings
|
||||
claude config edit
|
||||
```
|
||||
|
||||
Add the marketplace to your `marketplaces` array:
|
||||
|
||||
```json
|
||||
{
|
||||
"marketplaces": [
|
||||
{
|
||||
"name": "every-marketplace",
|
||||
"source": "https://github.com/EveryInc/every-marketplace"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Or use the CLI:
|
||||
|
||||
```bash
|
||||
claude marketplace add https://github.com/EveryInc/every-marketplace
|
||||
```
|
||||
|
||||
### Install the Compounding Engineering Plugin
|
||||
|
||||
Once the marketplace is added, install the plugin:
|
||||
|
||||
```bash
|
||||
claude plugin install compounding-engineering
|
||||
```
|
||||
|
||||
Or install directly from the repository:
|
||||
|
||||
```bash
|
||||
claude plugin install https://github.com/EveryInc/every-marketplace/tree/main/plugins/compounding-engineering
|
||||
```
|
||||
|
||||
## Available Plugins
|
||||
|
||||
### Compounding Engineering
|
||||
|
||||
AI-powered development tools that get smarter with every use. Includes 21 specialized agents, 24 commands, 5 workflows, and 2 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
|
||||
|
||||
[View Plugin Details](./plugins/compounding-engineering/README.md)
|
||||
|
||||
## Philosophy
|
||||
|
||||
This marketplace features plugins that embody **compounding engineering**: each unit of engineering work makes subsequent units of work easier—not harder.
|
||||
|
||||
Every plugin follows the four-step process:
|
||||
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
|
||||
|
||||
## Support
|
||||
|
||||
- [Report Issues](https://github.com/EveryInc/every-marketplace/issues)
|
||||
- [View Documentation](https://github.com/EveryInc/every-marketplace/wiki)
|
||||
|
||||
Built with [Claude Code](https://claude.ai/code) by [Every Inc.](https://github.com/EveryInc)
|
||||
Reference in New Issue
Block a user