Files
gh-syeeel-claude-code-go-te…/.claude-plugin/plugin.json
2025-11-30 08:58:59 +08:00

15 lines
353 B
JSON

{
"name": "pr-review-toolkit",
"description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
"version": "1.0.0",
"author": {
"name": "Daisy",
"email": "daisy@anthropic.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}