We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef30286 commit 199836eCopy full SHA for 199836e
1 file changed
plugin.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "squad",
3
+ "description": "Human-led AI agent teams for any project.",
4
+ "version": "0.9.1",
5
+ "author": {
6
+ "name": "Brady Gaster"
7
+ },
8
+ "repository": "https://github.com/bradygaster/squad",
9
+ "homepage": "https://github.com/bradygaster/squad#readme",
10
+ "license": "MIT",
11
+ "keywords": ["copilot", "multi-agent", "squad"],
12
+ "agents": ".github/agents",
13
+ "skills": ".copilot/skills",
14
+ "mcpServers": ".copilot/mcp-config.json"
15
+}
0 commit comments