Files
gh-doarakko-dotfiles-claude/.claude-plugin/plugin.json
2025-11-29 18:23:35 +08:00

18 lines
392 B
JSON

{
"name": "doarakko-config",
"description": "Productivity commands for branch management, commit splitting, PR workflows, code review, CI/CD automation, and test creation",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Doarakko",
"email": "2wua4nlyi@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}