Files
gh-headlands-org-claude-mar…/.claude-plugin/plugin.json
2025-11-29 18:32:30 +08:00

14 lines
276 B
JSON

{
"name": "issuify",
"description": "Create GitHub issues and pull requests with structured formatting using the GitHub Copilot MCP server",
"version": "1.0.0",
"author": {
"name": "Headlands"
},
"commands": [
"./commands"
],
"mcp": [
"./mcp"
]
}