Initial commit
This commit is contained in:
15
.claude-plugin/plugin.json
Normal file
15
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user