Files
holocron/plugins/git/plugin.json

23 lines
451 B
JSON

{
"agents": "agents/",
"author": {
"email": "defame1297@rkdr.net",
"name": "Defame1297"
},
"description": "Skills for working with Git \u2014 conventional commits, branch management, pull requests, and feature flow.",
"hooks": "hooks.json",
"keywords": [
"git",
"vcs",
"commit",
"branch"
],
"license": "MIT",
"mcpServers": ".mcp.json",
"name": "git",
"skills": [
"skills/"
],
"version": "1.0.1"
}