20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "github-dev",
|
|
"description": "Git workflow automation with commit-manager and pr-manager agents. 5 slash commands for commits/PRs/branch cleanup, confirmation hooks, GitHub MCP, and workflow skills.",
|
|
"version": "1.2.1",
|
|
"author": {
|
|
"name": "Fatih Akyon"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |