mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(agent-teams): simplify plugin.json and marketplace entry to match conductor patterns
Strip plugin.json to minimal fields (name, version, description, author, license). Remove commands/agents/skills arrays, keywords, repository, and strict from marketplace entry.
This commit is contained in:
@@ -1931,50 +1931,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "agent-teams",
|
"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",
|
"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.1",
|
"version": "1.0.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
"url": "https://github.com/wshobson"
|
"email": "seth@major7apps.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/wshobson/agents",
|
"source": "./plugins/agent-teams",
|
||||||
"repository": "https://github.com/wshobson/agents",
|
|
||||||
"license": "MIT",
|
|
||||||
"keywords": [
|
|
||||||
"agent-teams",
|
|
||||||
"multi-agent",
|
|
||||||
"coordination",
|
|
||||||
"parallel-development",
|
|
||||||
"code-review",
|
|
||||||
"debugging",
|
|
||||||
"orchestration"
|
|
||||||
],
|
|
||||||
"category": "workflows",
|
"category": "workflows",
|
||||||
"strict": false,
|
"homepage": "https://github.com/wshobson/agents",
|
||||||
"commands": [
|
"license": "MIT"
|
||||||
"./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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,18 +4,7 @@
|
|||||||
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
|
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
"url": "https://github.com/wshobson"
|
"email": "seth@major7apps.com"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user