add plugin.json
Browse files
plugin/.claude-plugin/plugin.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "github-ops",
|
| 3 |
+
"version": "0.1.0",
|
| 4 |
+
"description": "Write-enabled GitHub operations: full repo read/write, PR review gate, release notes, issue-to-branch scaffolding, and org-wide repo audit.",
|
| 5 |
+
"author": {
|
| 6 |
+
"name": "Nick McLeod",
|
| 7 |
+
"url": "https://github.com/MADdegen"
|
| 8 |
+
},
|
| 9 |
+
"homepage": "https://github.com/MADdegen",
|
| 10 |
+
"license": "MIT",
|
| 11 |
+
"keywords": [
|
| 12 |
+
"github",
|
| 13 |
+
"code-review",
|
| 14 |
+
"release-management",
|
| 15 |
+
"repo-audit",
|
| 16 |
+
"devops"
|
| 17 |
+
],
|
| 18 |
+
"mcpServers": "./.mcp.json"
|
| 19 |
+
}
|