Files
agents/plugins/agent-teams/.claude-plugin/plugin.json
Seth Hobson fb9eba62b2 fix(agent-teams): remove Context7 MCP dependency, align frontmatter with conductor patterns, bump to v1.0.1
Remove .mcp.json to eliminate external MCP dependency that likely caused plugin load failure.
Add tools: field to all agents, version: field to all skills, matching conductor plugin patterns.
2026-02-05 17:30:35 -05:00

22 lines
599 B
JSON

{
"name": "agent-teams",
"version": "1.0.1",
"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"
]
}