Files
gh-xdg-xdg-claude-code-revi…/.claude-plugin/plugin.json
2025-11-30 09:06:51 +08:00

15 lines
345 B
JSON

{
"name": "code-review-agent",
"description": "Code review agent for analyzing code quality, security, performance, and maintainability",
"version": "0.1.2",
"author": {
"name": "David Golden",
"email": "xdg@xdg.me"
},
"agents": [
"./agents/code-review-agent.md"
],
"commands": [
"./commands/code-review.md"
]
}