mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
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.
22 lines
599 B
JSON
22 lines
599 B
JSON
{
|
|
"name": "agent-teams",
|
|
"version": "1.0.0",
|
|
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/wshobson/agents",
|
|
"repository": "https://github.com/wshobson/agents",
|
|
"keywords": [
|
|
"agent-teams",
|
|
"multi-agent",
|
|
"coordination",
|
|
"parallel-development",
|
|
"code-review",
|
|
"debugging",
|
|
"orchestration"
|
|
]
|
|
}
|