Since agents and commands are in default directories (./agents/ and ./commands/), they should be auto-discovered by Claude Code without explicit path declarations in plugin.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
747 B
JSON
22 lines
747 B
JSON
{
|
|
"name": "compounding-engineering",
|
|
"version": "1.0.0",
|
|
"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 and 6 commands.",
|
|
"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://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ai-powered",
|
|
"compounding-engineering",
|
|
"workflow-automation",
|
|
"code-review",
|
|
"quality",
|
|
"knowledge-management"
|
|
]
|
|
}
|