Files
2025-11-29 18:22:30 +08:00

18 lines
339 B
JSON

{
"name": "review",
"description": "Cross-cutting code review plugin that orchestrates review skills from tool plugins",
"version": "1.0.0",
"author": {
"name": "Daniel Jankowski",
"email": "djank0113@gmail.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}