Files
gh-elct9620-claudekit-plugi…/.claude-plugin/plugin.json
2025-11-29 18:25:17 +08:00

17 lines
271 B
JSON

{
"name": "rubric",
"description": "Automated code standards checks based on custom rubrics",
"version": "0.3.1",
"author": {
"name": "Aotokitsuruya"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}