Files
gh-ccplugins-awesome-claude…/.claude-plugin/plugin.json
2025-11-29 18:05:02 +08:00

12 lines
377 B
JSON

{
"name": "create-pull-request",
"description": "Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.",
"version": "1.0.0",
"author": {
"name": "liam-hq",
"url": "https://github.com/liam-hq"
},
"commands": [
"./commands"
]
}