Deterministic counterpart to apm-workflow for subagent dispatch, mirroring git-orchestrate/gitea-orchestrate. Scoped to configure/marketplace/compile/audit, with fan-out across multiple packages for the future multi-plugin conversion; apm-install has no orchestrator counterpart since it's a one-time machine bootstrap. Bumps kyberforge 1.2.8 -> 1.3.0 (new agent, first in the plugin).
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"agents": "agents/",
|
|
"author": {
|
|
"email": "defame1297@rkdr.net",
|
|
"name": "Defame1297"
|
|
},
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"hooks": "hooks.json",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"mcpServers": ".mcp.json",
|
|
"name": "kyberforge",
|
|
"skills": [
|
|
"skills/"
|
|
],
|
|
"version": "1.3.0"
|
|
}
|