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:
Kieran Klaassen
2025-10-09 13:37:38 -07:00
commit 77de729c0b
30 changed files with 3045 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "every-marketplace",
"owner": {
"name": "Every Inc.",
"url": "https://github.com/EveryInc"
},
"metadata": {
"description": "Official Every plugin marketplace for Claude Code extensions",
"version": "1.0.0"
},
"plugins": [
{
"name": "compounding-engineering",
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 15 specialized agents, 6 commands, and automated hooks.",
"version": "1.0.0",
"author": {
"name": "Kieran Klaassen",
"url": "https://github.com/kieranklaassen",
"email": "kieran@every.to"
},
"homepage": "https://github.com/EveryInc/compounding-engineering-plugin",
"tags": ["ai-powered", "compounding-engineering", "workflow-automation", "code-review", "quality", "knowledge-management"],
"source": "./plugins/compounding-engineering"
}
]
}