Files
gh-kivilaid-plugin-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:34:03 +08:00

17 lines
508 B
JSON

{
"name": "git-pr-workflows",
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/git-pr-workflows/agents/code-reviewer.md"
],
"commands": [
"./plugins/git-pr-workflows/commands/pr-enhance.md",
"./plugins/git-pr-workflows/commands/onboard.md",
"./plugins/git-pr-workflows/commands/git-workflow.md"
]
}