-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 1.1 KB
/
Copy pathplugin.json
File metadata and controls
35 lines (35 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "agent-architecture-designer",
"display_name": "Agent Architecture Designer",
"description": "Visual multi-agent system designer for Claude Code. Educational and developmental tool for understanding how each agent thinks and how teams collaborate. 35 specialized agents, 42 presets, full agent + preset encyclopedia (PL/EN bilingual, richer PL with inline infographics), Five Minds Protocol debate, HITL Decision Gates, Live Simulation, Cost Command Center, Custom Agent Creator Pro.",
"version": "0.32.16",
"author": "TheJacksonCode",
"homepage": "https://github.com/TheJacksonCode/Agent-Architecture",
"keywords": [
"multi-agent",
"claude-code",
"five-minds",
"hitl",
"visual-designer",
"orchestration",
"agent-teams",
"encyclopedia",
"education",
"bilingual"
],
"skills": [
{
"name": "five-minds",
"path": ".claude/skills/five-minds/SKILL.md"
},
{
"name": "hitl-pipeline",
"path": ".claude/skills/hitl-pipeline/SKILL.md"
}
],
"app": {
"path": "index.html",
"type": "html"
},
"latest": "v32.16"
}