Files
awesome-copilot/plugins/gem-team/.github/plugin/plugin.json
T
Muhammad Ubaid Raza e8ce594bb7 feat: add comptibility for other ides/ tools beyond vscode and copilot cli (#1644)
Update documentation and installation instructions, and make subagents hidden from user invocation.
2026-05-08 11:20:37 +10:00

42 lines
1.1 KiB
JSON

{
"name": "gem-team",
"version": "1.20.0",
"description": "Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.",
"author": {
"name": "mubaidr",
"email": "mubaidr@gmail.com",
"url": "https://github.com/mubaidr"
},
"license": "Apache-2.0",
"repository": "https://github.com/mubaidr/gem-team",
"keywords": [
"multi-agent",
"orchestration",
"tdd",
"testing",
"e2e",
"devops",
"security-audit",
"code-review",
"prd",
"mobile"
],
"agents": [
"./agents/gem-browser-tester.md",
"./agents/gem-code-simplifier.md",
"./agents/gem-critic.md",
"./agents/gem-debugger.md",
"./agents/gem-designer-mobile.md",
"./agents/gem-designer.md",
"./agents/gem-devops.md",
"./agents/gem-documentation-writer.md",
"./agents/gem-implementer-mobile.md",
"./agents/gem-implementer.md",
"./agents/gem-mobile-tester.md",
"./agents/gem-orchestrator.md",
"./agents/gem-planner.md",
"./agents/gem-researcher.md",
"./agents/gem-reviewer.md"
]
}