18 lines
551 B
JSON
18 lines
551 B
JSON
{
|
|
"name": "pr-creator",
|
|
"owner": {
|
|
"name": "ClaudeForge Community",
|
|
"email": "plugin@42plugin.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "pr-creator",
|
|
"description": "Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-claudeforge-marketplace-plugins-commands-pr-creator.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |