Files
claude-engineering-plugin/plugins/compound-engineering/.claude-plugin/plugin.json
Trevin Chow 418d9a8857 Fix repository URL in plugin.json (#107)
Update repository link from kieranklaassen/every-marketplace
to EveryInc/compound-engineering-plugin to point to the correct
upstream repository.
2026-01-21 23:50:04 -06:00

34 lines
918 B
JSON

{
"name": "compound-engineering",
"version": "2.27.0",
"description": "AI-powered development tools. 27 agents, 23 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",
"email": "kieran@every.to",
"url": "https://github.com/kieranklaassen"
},
"homepage": "https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it",
"repository": "https://github.com/EveryInc/compound-engineering-plugin",
"license": "MIT",
"keywords": [
"ai-powered",
"compound-engineering",
"workflow-automation",
"code-review",
"rails",
"ruby",
"python",
"typescript",
"knowledge-management",
"image-generation",
"agent-browser",
"browser-automation"
],
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
}
}
}