Files
claude-engineering-plugin/plugins/compounding-engineering/.claude-plugin/plugin.json
Kieran Klaassen 15e07637d5 Add gemini-imagegen skill and fix component counts
- Add gemini-imagegen skill for image generation with Gemini API
- Fix component counts: 17 agents (was 15), 6 commands, 1 skill
- Add comprehensive README documenting all components
- Add CHANGELOG tracking version history
- Bump version to 1.1.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 13:48:01 -08:00

23 lines
781 B
JSON

{
"name": "compounding-engineering",
"version": "1.1.0",
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 17 specialized agents, 6 commands, and 1 skill.",
"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",
"image-generation"
]
}