codeflash-agent/plugin/.claude-plugin/marketplace.json
2026-04-03 17:36:50 -05:00

33 lines
930 B
JSON

{
"name": "codeflash",
"owner": {
"name": "Codeflash"
},
"metadata": {
"description": "Autonomous Python performance optimization plugins",
"version": "0.1.0"
},
"plugins": [
{
"name": "codeflash-agent",
"source": "./",
"description": "Autonomous Python performance optimization agent. Profiles code, implements optimizations, benchmarks before and after, and iterates until plateau.",
"version": "0.1.0",
"author": {
"name": "Codeflash"
},
"repository": "https://github.com/codeflash-ai/codeflash-agent",
"license": "BSL-1.1",
"keywords": ["optimization", "performance", "profiling", "python"]
},
{
"name": "codex",
"source": "../vendor/codex",
"description": "Use Codex from Claude Code to review code or delegate tasks.",
"version": "1.0.2",
"author": {
"name": "OpenAI"
}
}
]
}