mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
feat(agent-teams): add plugin for multi-agent team orchestration
New plugin with 7 presets (review, debug, feature, fullstack, research, security, migration), 4 specialized agents, 7 slash commands, 6 skills with reference docs, and Context7 MCP integration for research teams.
This commit is contained in:
@@ -1928,6 +1928,53 @@
|
||||
"category": "development",
|
||||
"homepage": "https://github.com/wshobson/agents",
|
||||
"license": "MIT"
|
||||
},
|
||||
{
|
||||
"name": "agent-teams",
|
||||
"source": "./plugins/agent-teams",
|
||||
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"homepage": "https://github.com/wshobson/agents",
|
||||
"repository": "https://github.com/wshobson/agents",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"agent-teams",
|
||||
"multi-agent",
|
||||
"coordination",
|
||||
"parallel-development",
|
||||
"code-review",
|
||||
"debugging",
|
||||
"orchestration"
|
||||
],
|
||||
"category": "workflows",
|
||||
"strict": false,
|
||||
"commands": [
|
||||
"./commands/team-spawn.md",
|
||||
"./commands/team-status.md",
|
||||
"./commands/team-shutdown.md",
|
||||
"./commands/team-review.md",
|
||||
"./commands/team-debug.md",
|
||||
"./commands/team-feature.md",
|
||||
"./commands/team-delegate.md"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/team-lead.md",
|
||||
"./agents/team-reviewer.md",
|
||||
"./agents/team-debugger.md",
|
||||
"./agents/team-implementer.md"
|
||||
],
|
||||
"skills": [
|
||||
"./skills/team-composition-patterns",
|
||||
"./skills/task-coordination-strategies",
|
||||
"./skills/parallel-debugging",
|
||||
"./skills/multi-reviewer-patterns",
|
||||
"./skills/parallel-feature-development",
|
||||
"./skills/team-communication-protocols"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user