mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Strip plugin.json to minimal fields (name, version, description, author, license). Remove commands/agents/skills arrays, keywords, repository, and strict from marketplace entry.
11 lines
324 B
JSON
11 lines
324 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",
|
|
"email": "seth@major7apps.com"
|
|
},
|
|
"license": "MIT"
|
|
}
|