Skip to content

Commit eb49430

Browse files
fix(marketplace): restore agenthub entry lost during PR #369 merge conflict resolution
The agenthub marketplace entry was added in commit 2f57ef8 but dropped when PR #369 (code-to-prd) merged with a conflict in marketplace.json. Re-adds the entry with all cross-domain keywords and 7 slash commands. Total plugins: 22 (was 21) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c5844c8 commit eb49430

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,28 @@
419419
"express"
420420
],
421421
"category": "product"
422+
},
423+
{
424+
"name": "agenthub",
425+
"source": "./engineering/agenthub",
426+
"description": "Multi-agent collaboration — spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any task that benefits from diverse solutions. 7 slash commands (/hub:init, /hub:spawn, /hub:status, /hub:eval, /hub:merge, /hub:board, /hub:run), agent templates, DAG-based orchestration, LLM judge mode, message board coordination.",
427+
"version": "2.1.2",
428+
"author": {
429+
"name": "Alireza Rezvani"
430+
},
431+
"keywords": [
432+
"multi-agent",
433+
"collaboration",
434+
"parallel",
435+
"git-dag",
436+
"orchestration",
437+
"competition",
438+
"worktree",
439+
"content-generation",
440+
"research",
441+
"optimization"
442+
],
443+
"category": "development"
422444
}
423445
]
424446
}

0 commit comments

Comments
 (0)