kyberforge gains new forge skill for factory artifact routing; git gains pc-author and pc-run skills moved from kyberforge. Includes version parity fixes in CC manifests (ADR-0016). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
23 lines
451 B
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.1.0"
|
|
}
|