Files
gh-devstefancho-claude-plug…/.claude-plugin/plugin.json
2025-11-29 18:19:57 +08:00

11 lines
250 B
JSON

{
"name": "pr-create-plugin",
"description": "Create GitHub pull requests with auto-generated title and description based on branch changes",
"version": "1.0.0",
"author": {
"name": "Stefan Cho"
},
"commands": [
"./commands"
]
}