Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:30 +08:00
commit 3f790fa86a
10 changed files with 2104 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
]
}