File size: 93,467 Bytes
3fbbaab | 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | <!DOCTYPE html>
<html><head><meta charset="utf-8">
<title>Knowledge Graph (40 nodes) - tag: python | top 40</title>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<style>
* { margin:0; padding:0; box-sizing:border-box; }
body { display:flex; height:100vh; background:#0f172a; color:#e2e8f0; font-family:system-ui; }
#sidebar { width:280px; padding:16px; overflow-y:auto; background:#1e293b; border-right:1px solid #334155; }
#graph { flex:1; }
h2 { font-size:14px; margin:12px 0 6px; color:#94a3b8; text-transform:uppercase; letter-spacing:1px; }
.filter-group { margin-bottom:12px; }
input[type=text] { width:100%; padding:6px 8px; background:#0f172a; border:1px solid #475569; color:#e2e8f0; border-radius:4px; font-size:13px; position:relative; }
#autocomplete { position:absolute; left:16px; right:16px; background:#1e293b; border:1px solid #475569; border-top:none; border-radius:0 0 4px 4px; max-height:200px; overflow-y:auto; z-index:10; display:none; }
.ac-item { padding:4px 8px; font-size:12px; cursor:pointer; color:#94a3b8; }
.ac-item:hover { background:#334155; color:#e2e8f0; }
.ac-item .ac-type { font-size:10px; color:#64748b; float:right; }
input[type=range] { width:100%; accent-color:#6366f1; }
label { display:block; font-size:12px; margin:2px 0; cursor:pointer; }
label:hover { color:#818cf8; }
.tag-btn { display:inline-block; padding:2px 8px; margin:2px; font-size:11px; border:1px solid #475569; border-radius:12px; cursor:pointer; background:transparent; color:#94a3b8; }
.tag-btn.active { background:#6366f1; color:white; border-color:#6366f1; }
.stat { font-size:12px; color:#64748b; margin:4px 0; }
#title { font-size:15px; font-weight:bold; color:#e2e8f0; margin-bottom:12px; }
.legend { display:flex; gap:12px; margin:8px 0; }
.legend-item { display:flex; align-items:center; gap:4px; font-size:11px; }
.legend-dot { width:10px; height:10px; border-radius:50%; }
</style>
</head><body>
<div id="sidebar">
<div id="title">Knowledge Graph (40 nodes) - tag: python | top 40</div>
<div class="stat" id="stat-line">Loading...</div>
<div class="legend">
<div class="legend-item"><div class="legend-dot" style="background:#6366f1"></div>Skills</div>
<div class="legend-item"><div class="legend-dot" style="background:#f59e0b"></div>Agents</div>
</div>
<h2>Search</h2>
<div class="filter-group" style="position:relative">
<input type="text" id="search" placeholder="Search by name..." oninput="onSearch()" autocomplete="off">
<div id="autocomplete"></div>
</div>
<h2>Node Type</h2>
<div class="filter-group">
<label><input type="checkbox" id="show-skills" checked onchange="applyFilters()"> Skills</label>
<label><input type="checkbox" id="show-agents" checked onchange="applyFilters()"> Agents</label>
</div>
<h2>Min Connections: <span id="deg-val">1</span></h2>
<div class="filter-group">
<input type="range" id="min-degree" min="1" max="50" value="1" oninput="document.getElementById('deg-val').textContent=this.value; applyFilters()">
</div>
<h2>Tags</h2>
<div class="filter-group" id="tag-filters">
<span class="tag-btn" onclick="toggleTag(this)" data-tag="python">python (40)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="typescript">typescript (40)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="security">security (35)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="testing">testing (34)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="ai">ai (27)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="frontend">frontend (27)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="devops">devops (26)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="automation">automation (19)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="api">api (16)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="javascript">javascript (15)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="docs">docs (12)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="go">go (11)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="docker">docker (10)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="rust">rust (9)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="java">java (9)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="agents">agents (8)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="react">react (7)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="database">database (7)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="django">django (6)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="documentation">documentation (6)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="kubernetes">kubernetes (5)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="decision">decision (5)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="swift">swift (5)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="llm">llm (5)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="performance">performance (4)</span>
</div>
<h2>Labels</h2>
<div class="filter-group">
<label><input type="checkbox" id="show-labels" checked onchange="applyFilters()"> Show labels</label>
</div>
</div>
<div id="graph"></div>
<script>
const NODES = [{"id": "agent:python-pro", "label": "python-pro", "type": "agent", "x": -0.5199, "y": 0.2837, "degree": 39, "tags": ["python", "typescript", "javascript", "ai", "testing", "security", "devops", "frontend", "api", "docs", "automation"], "community": 46, "size": 19.6}, {"id": "agent:terraform-engineer", "label": "terraform-engineer", "type": "agent", "x": -0.0564, "y": -0.1438, "degree": 39, "tags": ["python", "typescript", "kubernetes", "terraform", "aws", "azure", "gcp", "ai", "testing", "security", "devops", "frontend", "docs", "automation"], "community": 7, "size": 19.6}, {"id": "agent:deployment-engineer", "label": "deployment-engineer", "type": "agent", "x": -0.3807, "y": -0.5905, "degree": 39, "tags": ["python", "typescript", "docker", "ai", "testing", "security", "devops", "frontend", "automation"], "community": 40, "size": 19.6}, {"id": "agent:security-engineer", "label": "security-engineer", "type": "agent", "x": -0.115, "y": 0.3619, "degree": 39, "tags": ["python", "typescript", "rust", "docker", "kubernetes", "ai", "testing", "security", "devops", "frontend", "api", "automation"], "community": 40, "size": 19.6}, {"id": "skill:incident-response-smart-fix", "label": "incident-response-smart-fix", "type": "skill", "x": -0.7497, "y": 0.0123, "degree": 39, "tags": ["python", "typescript", "rust", "ai", "testing", "security", "devops", "frontend", "automation"], "community": 29, "size": 19.6}, {"id": "skill:pr-triage", "label": "pr-triage", "type": "skill", "x": -0.1413, "y": 0.7931, "degree": 39, "tags": ["python", "typescript", "rust", "go", "agents", "security", "decision"], "community": 0, "size": 19.6}, {"id": "agent:scenario-enterprise-feature", "label": "scenario-enterprise-feature", "type": "agent", "x": -0.0174, "y": 0.0704, "degree": 39, "tags": ["python", "typescript", "ai", "testing", "security", "devops", "frontend", "api", "automation"], "community": 34, "size": 19.6}, {"id": "skill:circleci-automation", "label": "circleci-automation", "type": "skill", "x": -0.5417, "y": -0.5056, "degree": 39, "tags": ["python", "typescript", "ai", "testing", "security", "devops", "frontend", "api", "automation"], "community": 34, "size": 19.6}, {"id": "skill:verification-loop", "label": "verification-loop", "type": "skill", "x": -0.4004, "y": 0.1587, "degree": 39, "tags": ["python", "typescript", "javascript", "java", "ai", "testing", "security", "frontend", "api"], "community": 0, "size": 19.6}, {"id": "skill:prompt-optimizer", "label": "prompt-optimizer", "type": "skill", "x": 0.3867, "y": 0.3855, "degree": 39, "tags": ["python", "typescript", "rust", "go", "java", "ruby", "swift", "kotlin", "react", "django", "docker", "kubernetes", "kafka", "llm", "testing", "security", "performance"], "community": 0, "size": 19.6}, {"id": "agent:powershell-7-expert", "label": "powershell-7-expert", "type": "agent", "x": 0.1971, "y": -0.4957, "degree": 39, "tags": ["python", "typescript", "csharp", "docker", "azure", "ai", "testing", "security", "devops", "frontend", "api", "automation"], "community": 7, "size": 19.6}, {"id": "skill:hugging-face-tool-builder", "label": "hugging-face-tool-builder", "type": "skill", "x": -0.2599, "y": 0.0032, "degree": 39, "tags": ["python", "typescript", "ai", "testing", "security", "devops", "frontend", "api", "automation"], "community": 34, "size": 19.6}, {"id": "agent:backend-developer", "label": "backend-developer", "type": "agent", "x": 0.18, "y": -0.0348, "degree": 39, "tags": ["python", "typescript", "javascript", "database", "ai", "testing", "security", "devops", "frontend", "api", "docs"], "community": 44, "size": 19.6}, {"id": "agent:exploitability-validator-agent", "label": "exploitability-validator-agent", "type": "agent", "x": -0.2632, "y": -0.2427, "degree": 39, "tags": ["python", "typescript", "javascript", "database", "ai", "testing", "security", "devops", "frontend", "automation"], "community": 43, "size": 19.6}, {"id": "skill:faf-wizard", "label": "faf-wizard", "type": "skill", "x": 0.4962, "y": -0.0387, "degree": 39, "tags": ["python", "javascript", "typescript", "rust", "go", "java", "react", "vue", "angular", "fastapi", "django", "flask", "docker", "mcp", "testing", "security", "performance", "documentation", "compatibility"], "community": 0, "size": 19.6}, {"id": "skill:backend-security-coder", "label": "backend-security-coder", "type": "skill", "x": -0.2086, "y": -0.6943, "degree": 39, "tags": ["python", "typescript", "database", "ai", "testing", "security", "devops", "frontend", "api", "automation"], "community": 13, "size": 19.6}, {"id": "agent:machine-learning-engineer", "label": "machine-learning-engineer", "type": "agent", "x": 0.3263, "y": -0.3567, "degree": 39, "tags": ["python", "typescript", "docker", "ai", "testing", "security", "devops", "frontend", "automation"], "community": 40, "size": 19.6}, {"id": "skill:wiki-onboarding", "label": "wiki-onboarding", "type": "skill", "x": -0.3863, "y": 0.4686, "degree": 39, "tags": ["python", "typescript", "javascript", "rust", "java", "csharp", "ai", "testing", "security", "devops", "frontend", "docs"], "community": 0, "size": 19.6}, {"id": "skill:agent-sort", "label": "agent-sort", "type": "skill", "x": 1.0, "y": 0.2167, "degree": 39, "tags": ["python", "typescript", "go", "swift", "react", "django", "agents", "mcp", "decision", "compatibility"], "community": 0, "size": 19.6}, {"id": "agent:django-developer", "label": "django-developer", "type": "agent", "x": -0.0098, "y": -0.3543, "degree": 39, "tags": ["python", "typescript", "go", "database", "ai", "testing", "security", "devops", "frontend", "api", "docs"], "community": 13, "size": 19.6}, {"id": "skill:claude-api", "label": "claude-api", "type": "skill", "x": 0.8986, "y": -0.1807, "degree": 39, "tags": ["python", "typescript", "rust", "go", "java", "ruby", "swift", "kotlin", "llm", "agents", "mcp", "embeddings", "documentation", "decision"], "community": 0, "size": 19.6}, {"id": "agent:e2e-runner", "label": "e2e-runner", "type": "agent", "x": -0.4863, "y": -0.0508, "degree": 39, "tags": ["python", "typescript", "javascript", "ai", "testing", "security", "devops", "frontend", "automation"], "community": 43, "size": 19.6}, {"id": "skill:openant-pipeline", "label": "openant-pipeline", "type": "skill", "x": 0.426, "y": 0.1898, "degree": 39, "tags": ["python", "javascript", "typescript", "go", "fastapi", "django", "express", "flask", "docker", "llm", "agents", "testing", "security", "documentation", "markdown", "troubleshooting"], "community": 0, "size": 19.6}, {"id": "agent:testing-api-tester", "label": "testing-api-tester", "type": "agent", "x": -0.6445, "y": 0.1528, "degree": 39, "tags": ["python", "typescript", "ai", "testing", "security", "devops", "frontend", "api", "docs", "automation"], "community": 46, "size": 19.6}, {"id": "skill:transformers-js", "label": "transformers-js", "type": "skill", "x": 0.0909, "y": 0.8068, "degree": 39, "tags": ["python", "javascript", "typescript", "react", "embeddings", "testing", "performance", "documentation", "troubleshooting", "compatibility"], "community": 0, "size": 19.6}, {"id": "skill:cicd-automation-workflow-automate", "label": "cicd-automation-workflow-automate", "type": "skill", "x": 0.1637, "y": -0.2539, "degree": 39, "tags": ["python", "typescript", "ai", "testing", "security", "devops", "frontend", "docs", "automation"], "community": 33, "size": 19.6}, {"id": "skill:deployment-patterns", "label": "deployment-patterns", "type": "skill", "x": 0.3676, "y": 0.7109, "degree": 39, "tags": ["python", "typescript", "go", "django", "docker", "kubernetes", "redis", "security", "pattern", "troubleshooting", "registry"], "community": 0, "size": 19.6}, {"id": "skill:claude-settings-audit", "label": "claude-settings-audit", "type": "skill", "x": 0.6522, "y": 0.3613, "degree": 39, "tags": ["python", "typescript", "rust", "go", "java", "ruby", "react", "vue", "nextjs", "fastapi", "django", "express", "flask", "docker", "kubernetes", "terraform", "agents", "mcp", "security", "markdown", "registry"], "community": 0, "size": 19.6}, {"id": "agent:mcp-developer", "label": "mcp-developer", "type": "agent", "x": -0.6479, "y": -0.1529, "degree": 39, "tags": ["python", "typescript", "javascript", "ai", "testing", "security", "devops", "frontend", "docs"], "community": 47, "size": 19.6}, {"id": "skill:legacy-modernizer", "label": "legacy-modernizer", "type": "skill", "x": -0.4339, "y": -0.305, "degree": 39, "tags": ["python", "typescript", "java", "database", "ai", "testing", "security", "devops", "frontend", "api", "docs", "automation"], "community": 35, "size": 19.6}, {"id": "skill:openant-vuln-hunting", "label": "openant-vuln-hunting", "type": "skill", "x": 0.1524, "y": 0.5318, "degree": 39, "tags": ["python", "javascript", "typescript", "go", "llm", "agents", "testing", "security"], "community": 0, "size": 19.6}, {"id": "agent:test-automator", "label": "test-automator", "type": "agent", "x": 0.0691, "y": -0.6986, "degree": 39, "tags": ["python", "typescript", "swift", "database", "ai", "testing", "security", "devops", "frontend", "api", "docs", "automation"], "community": 35, "size": 19.6}, {"id": "skill:doc-traceability-validator", "label": "doc-traceability-validator", "type": "skill", "x": 0.7152, "y": 0.7368, "degree": 39, "tags": ["python", "typescript", "rust", "react", "agents", "documentation", "markdown", "pattern", "troubleshooting", "registry", "compatibility"], "community": 0, "size": 19.6}, {"id": "agent:frontend-security-coder", "label": "frontend-security-coder", "type": "agent", "x": 0.0227, "y": 0.2395, "degree": 39, "tags": ["python", "typescript", "javascript", "java", "ai", "testing", "security", "devops", "frontend", "api", "docs"], "community": 6, "size": 19.6}, {"id": "skill:alpha-vantage", "label": "alpha-vantage", "type": "skill", "x": -0.2847, "y": 0.3301, "degree": 39, "tags": ["python", "typescript", "javascript", "ai", "testing", "security", "devops", "frontend", "api"], "community": 0, "size": 19.6}, {"id": "agent:phase-2-foundation", "label": "phase-2-foundation", "type": "agent", "x": -0.2128, "y": -0.476, "degree": 39, "tags": ["python", "typescript", "docker", "terraform", "ai", "testing", "security", "devops", "frontend", "docs", "automation"], "community": 25, "size": 19.6}, {"id": "agent:support-infrastructure-maintainer", "label": "support-infrastructure-maintainer", "type": "agent", "x": -0.6911, "y": -0.3712, "degree": 39, "tags": ["python", "typescript", "ai", "testing", "security", "devops", "frontend", "automation"], "community": 26, "size": 19.6}, {"id": "skill:design-patterns", "label": "design-patterns", "type": "skill", "x": 0.7367, "y": 0.056, "degree": 39, "tags": ["python", "javascript", "typescript", "java", "react", "vue", "angular", "express", "testing", "performance", "documentation", "markdown", "comparison", "decision", "pattern"], "community": 0, "size": 19.6}, {"id": "skill:openant-repo-inspection", "label": "openant-repo-inspection", "type": "skill", "x": 0.5686, "y": -0.3527, "degree": 39, "tags": ["python", "javascript", "typescript", "go", "llm", "agents", "testing", "security", "decision"], "community": 0, "size": 19.6}, {"id": "agent:phase-3-build", "label": "phase-3-build", "type": "agent", "x": 0.0014, "y": -0.5707, "degree": 39, "tags": ["python", "typescript", "swift", "database", "ai", "testing", "security", "devops", "frontend", "api"], "community": 13, "size": 19.6}];
const EDGES = [{"source": "agent:python-pro", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:python-pro", "target": "skill:alpha-vantage", "weight": 9}, {"source": "agent:python-pro", "target": "skill:backend-security-coder", "weight": 9}, {"source": "agent:python-pro", "target": "skill:cicd-automation-workflow-automate", "weight": 9}, {"source": "agent:python-pro", "target": "skill:circleci-automation", "weight": 9}, {"source": "agent:python-pro", "target": "skill:claude-api", "weight": 2}, {"source": "agent:python-pro", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "agent:python-pro", "target": "skill:deployment-patterns", "weight": 3}, {"source": "agent:python-pro", "target": "skill:design-patterns", "weight": 4}, {"source": "agent:python-pro", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:python-pro", "target": "skill:faf-wizard", "weight": 5}, {"source": "agent:python-pro", "target": "skill:hugging-face-tool-builder", "weight": 9}, {"source": "agent:python-pro", "target": "skill:incident-response-smart-fix", "weight": 8}, {"source": "agent:python-pro", "target": "skill:legacy-modernizer", "weight": 10}, {"source": "agent:python-pro", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:python-pro", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "agent:python-pro", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "agent:python-pro", "target": "skill:pr-triage", "weight": 3}, {"source": "agent:python-pro", "target": "skill:prompt-optimizer", "weight": 4}, {"source": "agent:python-pro", "target": "skill:transformers-js", "weight": 4}, {"source": "agent:python-pro", "target": "skill:verification-loop", "weight": 8}, {"source": "agent:python-pro", "target": "skill:wiki-onboarding", "weight": 9}, {"source": "agent:python-pro", "target": "agent:backend-developer", "weight": 10}, {"source": "agent:python-pro", "target": "agent:deployment-engineer", "weight": 8}, {"source": "agent:python-pro", "target": "agent:django-developer", "weight": 9}, {"source": "agent:python-pro", "target": "agent:e2e-runner", "weight": 9}, {"source": "agent:python-pro", "target": "agent:exploitability-validator-agent", "weight": 9}, {"source": "agent:python-pro", "target": "agent:frontend-security-coder", "weight": 10}, {"source": "agent:python-pro", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "agent:python-pro", "target": "agent:mcp-developer", "weight": 9}, {"source": "agent:python-pro", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "agent:python-pro", "target": "agent:phase-3-build", "weight": 8}, {"source": "agent:python-pro", "target": "agent:powershell-7-expert", "weight": 9}, {"source": "agent:python-pro", "target": "agent:scenario-enterprise-feature", "weight": 9}, {"source": "agent:python-pro", "target": "agent:security-engineer", "weight": 9}, {"source": "agent:python-pro", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:python-pro", "target": "agent:terraform-engineer", "weight": 9}, {"source": "agent:python-pro", "target": "agent:test-automator", "weight": 10}, {"source": "agent:python-pro", "target": "agent:testing-api-tester", "weight": 10}, {"source": "agent:terraform-engineer", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:terraform-engineer", "target": "skill:alpha-vantage", "weight": 7}, {"source": "agent:terraform-engineer", "target": "skill:backend-security-coder", "weight": 8}, {"source": "agent:terraform-engineer", "target": "skill:cicd-automation-workflow-automate", "weight": 9}, {"source": "agent:terraform-engineer", "target": "skill:circleci-automation", "weight": 8}, {"source": "agent:terraform-engineer", "target": "skill:claude-api", "weight": 2}, {"source": "agent:terraform-engineer", "target": "skill:claude-settings-audit", "weight": 5}, {"source": "agent:terraform-engineer", "target": "skill:deployment-patterns", "weight": 4}, {"source": "agent:terraform-engineer", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:terraform-engineer", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:terraform-engineer", "target": "skill:faf-wizard", "weight": 4}, {"source": "agent:terraform-engineer", "target": "skill:hugging-face-tool-builder", "weight": 8}, {"source": "agent:terraform-engineer", "target": "skill:incident-response-smart-fix", "weight": 8}, {"source": "agent:terraform-engineer", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "agent:terraform-engineer", "target": "skill:openant-pipeline", "weight": 4}, {"source": "agent:terraform-engineer", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:terraform-engineer", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "agent:terraform-engineer", "target": "skill:pr-triage", "weight": 3}, {"source": "agent:terraform-engineer", "target": "skill:prompt-optimizer", "weight": 5}, {"source": "agent:terraform-engineer", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:terraform-engineer", "target": "skill:verification-loop", "weight": 6}, {"source": "agent:terraform-engineer", "target": "skill:wiki-onboarding", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:backend-developer", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:deployment-engineer", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:django-developer", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:e2e-runner", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:mcp-developer", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:phase-2-foundation", "weight": 10}, {"source": "agent:terraform-engineer", "target": "agent:phase-3-build", "weight": 7}, {"source": "agent:terraform-engineer", "target": "agent:powershell-7-expert", "weight": 9}, {"source": "agent:terraform-engineer", "target": "agent:scenario-enterprise-feature", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:security-engineer", "weight": 9}, {"source": "agent:terraform-engineer", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:terraform-engineer", "target": "agent:test-automator", "weight": 9}, {"source": "agent:terraform-engineer", "target": "agent:testing-api-tester", "weight": 9}, {"source": "agent:deployment-engineer", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:deployment-engineer", "target": "skill:alpha-vantage", "weight": 7}, {"source": "agent:deployment-engineer", "target": "skill:backend-security-coder", "weight": 8}, {"source": "agent:deployment-engineer", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:deployment-engineer", "target": "skill:circleci-automation", "weight": 8}, {"source": "agent:deployment-engineer", "target": "skill:claude-api", "weight": 2}, {"source": "agent:deployment-engineer", "target": "skill:claude-settings-audit", "weight": 4}, {"source": "agent:deployment-engineer", "target": "skill:deployment-patterns", "weight": 4}, {"source": "agent:deployment-engineer", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:deployment-engineer", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:deployment-engineer", "target": "skill:faf-wizard", "weight": 5}, {"source": "agent:deployment-engineer", "target": "skill:hugging-face-tool-builder", "weight": 8}, {"source": "agent:deployment-engineer", "target": "skill:incident-response-smart-fix", "weight": 8}, {"source": "agent:deployment-engineer", "target": "skill:legacy-modernizer", "weight": 8}, {"source": "agent:deployment-engineer", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:deployment-engineer", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:deployment-engineer", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "agent:deployment-engineer", "target": "skill:pr-triage", "weight": 3}, {"source": "agent:deployment-engineer", "target": "skill:prompt-optimizer", "weight": 5}, {"source": "agent:deployment-engineer", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:deployment-engineer", "target": "skill:verification-loop", "weight": 6}, {"source": "agent:deployment-engineer", "target": "skill:wiki-onboarding", "weight": 7}, {"source": "agent:deployment-engineer", "target": "agent:backend-developer", "weight": 7}, {"source": "agent:deployment-engineer", "target": "agent:django-developer", "weight": 7}, {"source": "agent:deployment-engineer", "target": "agent:e2e-runner", "weight": 8}, {"source": "agent:deployment-engineer", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "agent:deployment-engineer", "target": "agent:frontend-security-coder", "weight": 7}, {"source": "agent:deployment-engineer", "target": "agent:machine-learning-engineer", "weight": 9}, {"source": "agent:deployment-engineer", "target": "agent:mcp-developer", "weight": 7}, {"source": "agent:deployment-engineer", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "agent:deployment-engineer", "target": "agent:phase-3-build", "weight": 7}, {"source": "agent:deployment-engineer", "target": "agent:powershell-7-expert", "weight": 9}, {"source": "agent:deployment-engineer", "target": "agent:scenario-enterprise-feature", "weight": 8}, {"source": "agent:deployment-engineer", "target": "agent:security-engineer", "weight": 9}, {"source": "agent:deployment-engineer", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:deployment-engineer", "target": "agent:test-automator", "weight": 8}, {"source": "agent:deployment-engineer", "target": "agent:testing-api-tester", "weight": 8}, {"source": "agent:security-engineer", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:security-engineer", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:security-engineer", "target": "skill:backend-security-coder", "weight": 9}, {"source": "agent:security-engineer", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:security-engineer", "target": "skill:circleci-automation", "weight": 9}, {"source": "agent:security-engineer", "target": "skill:claude-api", "weight": 3}, {"source": "agent:security-engineer", "target": "skill:claude-settings-audit", "weight": 6}, {"source": "agent:security-engineer", "target": "skill:deployment-patterns", "weight": 5}, {"source": "agent:security-engineer", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:security-engineer", "target": "skill:doc-traceability-validator", "weight": 3}, {"source": "agent:security-engineer", "target": "skill:faf-wizard", "weight": 6}, {"source": "agent:security-engineer", "target": "skill:hugging-face-tool-builder", "weight": 9}, {"source": "agent:security-engineer", "target": "skill:incident-response-smart-fix", "weight": 9}, {"source": "agent:security-engineer", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "agent:security-engineer", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:security-engineer", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:security-engineer", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "agent:security-engineer", "target": "skill:pr-triage", "weight": 4}, {"source": "agent:security-engineer", "target": "skill:prompt-optimizer", "weight": 7}, {"source": "agent:security-engineer", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:security-engineer", "target": "skill:verification-loop", "weight": 7}, {"source": "agent:security-engineer", "target": "skill:wiki-onboarding", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:backend-developer", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:django-developer", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:e2e-runner", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:machine-learning-engineer", "weight": 9}, {"source": "agent:security-engineer", "target": "agent:mcp-developer", "weight": 7}, {"source": "agent:security-engineer", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "agent:security-engineer", "target": "agent:phase-3-build", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:powershell-7-expert", "weight": 10}, {"source": "agent:security-engineer", "target": "agent:scenario-enterprise-feature", "weight": 9}, {"source": "agent:security-engineer", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:security-engineer", "target": "agent:test-automator", "weight": 9}, {"source": "agent:security-engineer", "target": "agent:testing-api-tester", "weight": 9}, {"source": "skill:incident-response-smart-fix", "target": "skill:agent-sort", "weight": 2}, {"source": "skill:incident-response-smart-fix", "target": "skill:alpha-vantage", "weight": 7}, {"source": "skill:incident-response-smart-fix", "target": "skill:backend-security-coder", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "skill:circleci-automation", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "skill:claude-api", "weight": 3}, {"source": "skill:incident-response-smart-fix", "target": "skill:claude-settings-audit", "weight": 4}, {"source": "skill:incident-response-smart-fix", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:incident-response-smart-fix", "target": "skill:design-patterns", "weight": 3}, {"source": "skill:incident-response-smart-fix", "target": "skill:doc-traceability-validator", "weight": 3}, {"source": "skill:incident-response-smart-fix", "target": "skill:faf-wizard", "weight": 5}, {"source": "skill:incident-response-smart-fix", "target": "skill:hugging-face-tool-builder", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "skill:legacy-modernizer", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "skill:wiki-onboarding", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:backend-developer", "weight": 7}, {"source": "skill:incident-response-smart-fix", "target": "agent:django-developer", "weight": 7}, {"source": "skill:incident-response-smart-fix", "target": "agent:e2e-runner", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:frontend-security-coder", "weight": 7}, {"source": "skill:incident-response-smart-fix", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:mcp-developer", "weight": 7}, {"source": "skill:incident-response-smart-fix", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:phase-3-build", "weight": 7}, {"source": "skill:incident-response-smart-fix", "target": "agent:powershell-7-expert", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:scenario-enterprise-feature", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:test-automator", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "agent:testing-api-tester", "weight": 8}, {"source": "skill:incident-response-smart-fix", "target": "skill:verification-loop", "weight": 6}, {"source": "skill:incident-response-smart-fix", "target": "skill:openant-pipeline", "weight": 4}, {"source": "skill:incident-response-smart-fix", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:incident-response-smart-fix", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:incident-response-smart-fix", "target": "skill:pr-triage", "weight": 4}, {"source": "skill:incident-response-smart-fix", "target": "skill:prompt-optimizer", "weight": 5}, {"source": "skill:incident-response-smart-fix", "target": "skill:transformers-js", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:agent-sort", "weight": 5}, {"source": "skill:pr-triage", "target": "skill:alpha-vantage", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:backend-security-coder", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:cicd-automation-workflow-automate", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:circleci-automation", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:claude-api", "weight": 6}, {"source": "skill:pr-triage", "target": "skill:claude-settings-audit", "weight": 6}, {"source": "skill:pr-triage", "target": "skill:deployment-patterns", "weight": 4}, {"source": "skill:pr-triage", "target": "skill:design-patterns", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:doc-traceability-validator", "weight": 4}, {"source": "skill:pr-triage", "target": "skill:faf-wizard", "weight": 5}, {"source": "skill:pr-triage", "target": "skill:hugging-face-tool-builder", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:legacy-modernizer", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:openant-pipeline", "weight": 5}, {"source": "skill:pr-triage", "target": "skill:openant-repo-inspection", "weight": 6}, {"source": "skill:pr-triage", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "skill:pr-triage", "target": "skill:prompt-optimizer", "weight": 5}, {"source": "skill:pr-triage", "target": "skill:transformers-js", "weight": 2}, {"source": "skill:pr-triage", "target": "skill:verification-loop", "weight": 3}, {"source": "skill:pr-triage", "target": "skill:wiki-onboarding", "weight": 4}, {"source": "skill:pr-triage", "target": "agent:backend-developer", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:django-developer", "weight": 4}, {"source": "skill:pr-triage", "target": "agent:e2e-runner", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:exploitability-validator-agent", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:frontend-security-coder", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:machine-learning-engineer", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:mcp-developer", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:phase-2-foundation", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:phase-3-build", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:powershell-7-expert", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:scenario-enterprise-feature", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:support-infrastructure-maintainer", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:test-automator", "weight": 3}, {"source": "skill:pr-triage", "target": "agent:testing-api-tester", "weight": 3}, {"source": "agent:scenario-enterprise-feature", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:scenario-enterprise-feature", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "skill:backend-security-coder", "weight": 9}, {"source": "agent:scenario-enterprise-feature", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "skill:circleci-automation", "weight": 9}, {"source": "agent:scenario-enterprise-feature", "target": "skill:claude-api", "weight": 2}, {"source": "agent:scenario-enterprise-feature", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "agent:scenario-enterprise-feature", "target": "skill:deployment-patterns", "weight": 3}, {"source": "agent:scenario-enterprise-feature", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:scenario-enterprise-feature", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:scenario-enterprise-feature", "target": "skill:faf-wizard", "weight": 4}, {"source": "agent:scenario-enterprise-feature", "target": "skill:hugging-face-tool-builder", "weight": 9}, {"source": "agent:scenario-enterprise-feature", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "agent:scenario-enterprise-feature", "target": "skill:openant-pipeline", "weight": 4}, {"source": "agent:scenario-enterprise-feature", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:scenario-enterprise-feature", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "agent:scenario-enterprise-feature", "target": "skill:prompt-optimizer", "weight": 4}, {"source": "agent:scenario-enterprise-feature", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:scenario-enterprise-feature", "target": "skill:verification-loop", "weight": 7}, {"source": "agent:scenario-enterprise-feature", "target": "skill:wiki-onboarding", "weight": 7}, {"source": "agent:scenario-enterprise-feature", "target": "agent:backend-developer", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:django-developer", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:e2e-runner", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:mcp-developer", "weight": 7}, {"source": "agent:scenario-enterprise-feature", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:phase-3-build", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:powershell-7-expert", "weight": 9}, {"source": "agent:scenario-enterprise-feature", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:scenario-enterprise-feature", "target": "agent:test-automator", "weight": 9}, {"source": "agent:scenario-enterprise-feature", "target": "agent:testing-api-tester", "weight": 9}, {"source": "skill:circleci-automation", "target": "skill:agent-sort", "weight": 2}, {"source": "skill:circleci-automation", "target": "skill:alpha-vantage", "weight": 8}, {"source": "skill:circleci-automation", "target": "skill:backend-security-coder", "weight": 9}, {"source": "skill:circleci-automation", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "skill:circleci-automation", "target": "skill:hugging-face-tool-builder", "weight": 9}, {"source": "skill:circleci-automation", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "skill:circleci-automation", "target": "skill:wiki-onboarding", "weight": 7}, {"source": "skill:circleci-automation", "target": "agent:backend-developer", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:django-developer", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:e2e-runner", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:mcp-developer", "weight": 7}, {"source": "skill:circleci-automation", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:phase-3-build", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:powershell-7-expert", "weight": 9}, {"source": "skill:circleci-automation", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "skill:circleci-automation", "target": "agent:test-automator", "weight": 9}, {"source": "skill:circleci-automation", "target": "agent:testing-api-tester", "weight": 9}, {"source": "skill:circleci-automation", "target": "skill:verification-loop", "weight": 7}, {"source": "skill:circleci-automation", "target": "skill:claude-api", "weight": 2}, {"source": "skill:circleci-automation", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "skill:circleci-automation", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:circleci-automation", "target": "skill:design-patterns", "weight": 3}, {"source": "skill:circleci-automation", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "skill:circleci-automation", "target": "skill:faf-wizard", "weight": 4}, {"source": "skill:circleci-automation", "target": "skill:openant-pipeline", "weight": 4}, {"source": "skill:circleci-automation", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:circleci-automation", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:circleci-automation", "target": "skill:prompt-optimizer", "weight": 4}, {"source": "skill:circleci-automation", "target": "skill:transformers-js", "weight": 3}, {"source": "skill:verification-loop", "target": "skill:agent-sort", "weight": 2}, {"source": "skill:verification-loop", "target": "skill:alpha-vantage", "weight": 8}, {"source": "skill:verification-loop", "target": "skill:backend-security-coder", "weight": 7}, {"source": "skill:verification-loop", "target": "skill:cicd-automation-workflow-automate", "weight": 6}, {"source": "skill:verification-loop", "target": "skill:claude-api", "weight": 3}, {"source": "skill:verification-loop", "target": "skill:claude-settings-audit", "weight": 4}, {"source": "skill:verification-loop", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:verification-loop", "target": "skill:design-patterns", "weight": 5}, {"source": "skill:verification-loop", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "skill:verification-loop", "target": "skill:faf-wizard", "weight": 6}, {"source": "skill:verification-loop", "target": "skill:hugging-face-tool-builder", "weight": 7}, {"source": "skill:verification-loop", "target": "skill:legacy-modernizer", "weight": 8}, {"source": "skill:verification-loop", "target": "skill:openant-pipeline", "weight": 5}, {"source": "skill:verification-loop", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "skill:verification-loop", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "skill:verification-loop", "target": "skill:prompt-optimizer", "weight": 5}, {"source": "skill:verification-loop", "target": "skill:transformers-js", "weight": 4}, {"source": "skill:verification-loop", "target": "skill:wiki-onboarding", "weight": 8}, {"source": "skill:verification-loop", "target": "agent:backend-developer", "weight": 8}, {"source": "skill:verification-loop", "target": "agent:e2e-runner", "weight": 7}, {"source": "skill:verification-loop", "target": "agent:exploitability-validator-agent", "weight": 7}, {"source": "skill:verification-loop", "target": "agent:frontend-security-coder", "weight": 9}, {"source": "skill:verification-loop", "target": "agent:mcp-developer", "weight": 7}, {"source": "skill:verification-loop", "target": "agent:django-developer", "weight": 7}, {"source": "skill:verification-loop", "target": "agent:machine-learning-engineer", "weight": 6}, {"source": "skill:verification-loop", "target": "agent:phase-2-foundation", "weight": 6}, {"source": "skill:verification-loop", "target": "agent:phase-3-build", "weight": 7}, {"source": "skill:verification-loop", "target": "agent:powershell-7-expert", "weight": 7}, {"source": "skill:verification-loop", "target": "agent:support-infrastructure-maintainer", "weight": 6}, {"source": "skill:verification-loop", "target": "agent:test-automator", "weight": 7}, {"source": "skill:verification-loop", "target": "agent:testing-api-tester", "weight": 7}, {"source": "skill:prompt-optimizer", "target": "skill:agent-sort", "weight": 6}, {"source": "skill:prompt-optimizer", "target": "skill:alpha-vantage", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "skill:backend-security-coder", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "skill:cicd-automation-workflow-automate", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "skill:claude-api", "weight": 9}, {"source": "skill:prompt-optimizer", "target": "skill:claude-settings-audit", "weight": 11}, {"source": "skill:prompt-optimizer", "target": "skill:deployment-patterns", "weight": 7}, {"source": "skill:prompt-optimizer", "target": "skill:design-patterns", "weight": 6}, {"source": "skill:prompt-optimizer", "target": "skill:doc-traceability-validator", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "skill:faf-wizard", "weight": 11}, {"source": "skill:prompt-optimizer", "target": "skill:hugging-face-tool-builder", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "skill:legacy-modernizer", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "skill:openant-pipeline", "weight": 8}, {"source": "skill:prompt-optimizer", "target": "skill:openant-repo-inspection", "weight": 6}, {"source": "skill:prompt-optimizer", "target": "skill:openant-vuln-hunting", "weight": 6}, {"source": "skill:prompt-optimizer", "target": "skill:transformers-js", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "skill:wiki-onboarding", "weight": 6}, {"source": "skill:prompt-optimizer", "target": "agent:backend-developer", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "agent:django-developer", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "agent:e2e-runner", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "agent:exploitability-validator-agent", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "agent:frontend-security-coder", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "agent:machine-learning-engineer", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "agent:mcp-developer", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "agent:phase-2-foundation", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "agent:phase-3-build", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "agent:powershell-7-expert", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "agent:support-infrastructure-maintainer", "weight": 4}, {"source": "skill:prompt-optimizer", "target": "agent:test-automator", "weight": 5}, {"source": "skill:prompt-optimizer", "target": "agent:testing-api-tester", "weight": 4}, {"source": "agent:powershell-7-expert", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:powershell-7-expert", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "skill:backend-security-coder", "weight": 9}, {"source": "agent:powershell-7-expert", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "skill:claude-api", "weight": 2}, {"source": "agent:powershell-7-expert", "target": "skill:claude-settings-audit", "weight": 4}, {"source": "agent:powershell-7-expert", "target": "skill:deployment-patterns", "weight": 4}, {"source": "agent:powershell-7-expert", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:powershell-7-expert", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:powershell-7-expert", "target": "skill:faf-wizard", "weight": 5}, {"source": "agent:powershell-7-expert", "target": "skill:hugging-face-tool-builder", "weight": 9}, {"source": "agent:powershell-7-expert", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "agent:powershell-7-expert", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:powershell-7-expert", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:powershell-7-expert", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "agent:powershell-7-expert", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:powershell-7-expert", "target": "skill:wiki-onboarding", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:backend-developer", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:django-developer", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:e2e-runner", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:machine-learning-engineer", "weight": 9}, {"source": "agent:powershell-7-expert", "target": "agent:mcp-developer", "weight": 7}, {"source": "agent:powershell-7-expert", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "agent:powershell-7-expert", "target": "agent:phase-3-build", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:powershell-7-expert", "target": "agent:test-automator", "weight": 9}, {"source": "agent:powershell-7-expert", "target": "agent:testing-api-tester", "weight": 9}, {"source": "skill:hugging-face-tool-builder", "target": "skill:agent-sort", "weight": 2}, {"source": "skill:hugging-face-tool-builder", "target": "skill:alpha-vantage", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "skill:backend-security-coder", "weight": 9}, {"source": "skill:hugging-face-tool-builder", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "skill:claude-api", "weight": 2}, {"source": "skill:hugging-face-tool-builder", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "skill:hugging-face-tool-builder", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:hugging-face-tool-builder", "target": "skill:design-patterns", "weight": 3}, {"source": "skill:hugging-face-tool-builder", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "skill:hugging-face-tool-builder", "target": "skill:faf-wizard", "weight": 4}, {"source": "skill:hugging-face-tool-builder", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "skill:hugging-face-tool-builder", "target": "skill:wiki-onboarding", "weight": 7}, {"source": "skill:hugging-face-tool-builder", "target": "agent:backend-developer", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:django-developer", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:e2e-runner", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:exploitability-validator-agent", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:mcp-developer", "weight": 7}, {"source": "skill:hugging-face-tool-builder", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:phase-3-build", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "skill:hugging-face-tool-builder", "target": "agent:test-automator", "weight": 9}, {"source": "skill:hugging-face-tool-builder", "target": "agent:testing-api-tester", "weight": 9}, {"source": "skill:hugging-face-tool-builder", "target": "skill:openant-pipeline", "weight": 4}, {"source": "skill:hugging-face-tool-builder", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:hugging-face-tool-builder", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:hugging-face-tool-builder", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:backend-developer", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:backend-developer", "target": "skill:alpha-vantage", "weight": 9}, {"source": "agent:backend-developer", "target": "skill:backend-security-coder", "weight": 9}, {"source": "agent:backend-developer", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:backend-developer", "target": "skill:claude-api", "weight": 2}, {"source": "agent:backend-developer", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "agent:backend-developer", "target": "skill:deployment-patterns", "weight": 3}, {"source": "agent:backend-developer", "target": "skill:design-patterns", "weight": 4}, {"source": "agent:backend-developer", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:backend-developer", "target": "skill:faf-wizard", "weight": 5}, {"source": "agent:backend-developer", "target": "skill:legacy-modernizer", "weight": 10}, {"source": "agent:backend-developer", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:backend-developer", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "agent:backend-developer", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "agent:backend-developer", "target": "skill:transformers-js", "weight": 4}, {"source": "agent:backend-developer", "target": "skill:wiki-onboarding", "weight": 9}, {"source": "agent:backend-developer", "target": "agent:e2e-runner", "weight": 8}, {"source": "agent:backend-developer", "target": "agent:exploitability-validator-agent", "weight": 9}, {"source": "agent:backend-developer", "target": "agent:frontend-security-coder", "weight": 10}, {"source": "agent:backend-developer", "target": "agent:mcp-developer", "weight": 9}, {"source": "agent:backend-developer", "target": "agent:django-developer", "weight": 10}, {"source": "agent:backend-developer", "target": "agent:machine-learning-engineer", "weight": 7}, {"source": "agent:backend-developer", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "agent:backend-developer", "target": "agent:phase-3-build", "weight": 9}, {"source": "agent:backend-developer", "target": "agent:support-infrastructure-maintainer", "weight": 7}, {"source": "agent:backend-developer", "target": "agent:test-automator", "weight": 10}, {"source": "agent:backend-developer", "target": "agent:testing-api-tester", "weight": 9}, {"source": "agent:exploitability-validator-agent", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:exploitability-validator-agent", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "skill:backend-security-coder", "weight": 9}, {"source": "agent:exploitability-validator-agent", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "skill:claude-api", "weight": 2}, {"source": "agent:exploitability-validator-agent", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "agent:exploitability-validator-agent", "target": "skill:deployment-patterns", "weight": 3}, {"source": "agent:exploitability-validator-agent", "target": "skill:design-patterns", "weight": 4}, {"source": "agent:exploitability-validator-agent", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:exploitability-validator-agent", "target": "skill:faf-wizard", "weight": 5}, {"source": "agent:exploitability-validator-agent", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "agent:exploitability-validator-agent", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:exploitability-validator-agent", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "agent:exploitability-validator-agent", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "agent:exploitability-validator-agent", "target": "skill:transformers-js", "weight": 4}, {"source": "agent:exploitability-validator-agent", "target": "skill:wiki-onboarding", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:django-developer", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:e2e-runner", "weight": 9}, {"source": "agent:exploitability-validator-agent", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:mcp-developer", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:phase-3-build", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:exploitability-validator-agent", "target": "agent:test-automator", "weight": 9}, {"source": "agent:exploitability-validator-agent", "target": "agent:testing-api-tester", "weight": 8}, {"source": "skill:faf-wizard", "target": "skill:agent-sort", "weight": 7}, {"source": "skill:faf-wizard", "target": "skill:alpha-vantage", "weight": 5}, {"source": "skill:faf-wizard", "target": "skill:backend-security-coder", "weight": 4}, {"source": "skill:faf-wizard", "target": "skill:cicd-automation-workflow-automate", "weight": 4}, {"source": "skill:faf-wizard", "target": "skill:claude-api", "weight": 7}, {"source": "skill:faf-wizard", "target": "skill:claude-settings-audit", "weight": 13}, {"source": "skill:faf-wizard", "target": "skill:deployment-patterns", "weight": 6}, {"source": "skill:faf-wizard", "target": "skill:design-patterns", "weight": 10}, {"source": "skill:faf-wizard", "target": "skill:doc-traceability-validator", "weight": 6}, {"source": "skill:faf-wizard", "target": "skill:openant-pipeline", "weight": 11}, {"source": "skill:faf-wizard", "target": "skill:openant-repo-inspection", "weight": 6}, {"source": "skill:faf-wizard", "target": "skill:openant-vuln-hunting", "weight": 6}, {"source": "skill:faf-wizard", "target": "skill:transformers-js", "weight": 8}, {"source": "skill:faf-wizard", "target": "skill:wiki-onboarding", "weight": 7}, {"source": "skill:faf-wizard", "target": "agent:e2e-runner", "weight": 5}, {"source": "skill:faf-wizard", "target": "agent:frontend-security-coder", "weight": 6}, {"source": "skill:faf-wizard", "target": "agent:mcp-developer", "weight": 5}, {"source": "skill:faf-wizard", "target": "skill:legacy-modernizer", "weight": 5}, {"source": "skill:faf-wizard", "target": "agent:django-developer", "weight": 5}, {"source": "skill:faf-wizard", "target": "agent:machine-learning-engineer", "weight": 5}, {"source": "skill:faf-wizard", "target": "agent:phase-2-foundation", "weight": 5}, {"source": "skill:faf-wizard", "target": "agent:phase-3-build", "weight": 4}, {"source": "skill:faf-wizard", "target": "agent:support-infrastructure-maintainer", "weight": 4}, {"source": "skill:faf-wizard", "target": "agent:test-automator", "weight": 4}, {"source": "skill:faf-wizard", "target": "agent:testing-api-tester", "weight": 4}, {"source": "skill:backend-security-coder", "target": "skill:agent-sort", "weight": 2}, {"source": "skill:backend-security-coder", "target": "skill:alpha-vantage", "weight": 8}, {"source": "skill:backend-security-coder", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "skill:backend-security-coder", "target": "skill:legacy-modernizer", "weight": 10}, {"source": "skill:backend-security-coder", "target": "skill:wiki-onboarding", "weight": 7}, {"source": "skill:backend-security-coder", "target": "agent:django-developer", "weight": 9}, {"source": "skill:backend-security-coder", "target": "agent:e2e-runner", "weight": 8}, {"source": "skill:backend-security-coder", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "skill:backend-security-coder", "target": "agent:machine-learning-engineer", "weight": 8}, {"source": "skill:backend-security-coder", "target": "agent:mcp-developer", "weight": 7}, {"source": "skill:backend-security-coder", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "skill:backend-security-coder", "target": "agent:phase-3-build", "weight": 9}, {"source": "skill:backend-security-coder", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "skill:backend-security-coder", "target": "agent:test-automator", "weight": 10}, {"source": "skill:backend-security-coder", "target": "agent:testing-api-tester", "weight": 9}, {"source": "skill:backend-security-coder", "target": "skill:claude-api", "weight": 2}, {"source": "skill:backend-security-coder", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "skill:backend-security-coder", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:backend-security-coder", "target": "skill:design-patterns", "weight": 3}, {"source": "skill:backend-security-coder", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "skill:backend-security-coder", "target": "skill:openant-pipeline", "weight": 4}, {"source": "skill:backend-security-coder", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:backend-security-coder", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:backend-security-coder", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:machine-learning-engineer", "target": "skill:agent-sort", "weight": 2}, {"source": "agent:machine-learning-engineer", "target": "skill:alpha-vantage", "weight": 7}, {"source": "agent:machine-learning-engineer", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:machine-learning-engineer", "target": "skill:claude-api", "weight": 2}, {"source": "agent:machine-learning-engineer", "target": "skill:claude-settings-audit", "weight": 4}, {"source": "agent:machine-learning-engineer", "target": "skill:deployment-patterns", "weight": 4}, {"source": "agent:machine-learning-engineer", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:machine-learning-engineer", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:machine-learning-engineer", "target": "skill:legacy-modernizer", "weight": 8}, {"source": "agent:machine-learning-engineer", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:machine-learning-engineer", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:machine-learning-engineer", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "agent:machine-learning-engineer", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:machine-learning-engineer", "target": "skill:wiki-onboarding", "weight": 7}, {"source": "agent:machine-learning-engineer", "target": "agent:django-developer", "weight": 7}, {"source": "agent:machine-learning-engineer", "target": "agent:e2e-runner", "weight": 8}, {"source": "agent:machine-learning-engineer", "target": "agent:frontend-security-coder", "weight": 7}, {"source": "agent:machine-learning-engineer", "target": "agent:mcp-developer", "weight": 7}, {"source": "agent:machine-learning-engineer", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "agent:machine-learning-engineer", "target": "agent:phase-3-build", "weight": 7}, {"source": "agent:machine-learning-engineer", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:machine-learning-engineer", "target": "agent:test-automator", "weight": 8}, {"source": "agent:machine-learning-engineer", "target": "agent:testing-api-tester", "weight": 8}, {"source": "skill:wiki-onboarding", "target": "skill:agent-sort", "weight": 2}, {"source": "skill:wiki-onboarding", "target": "skill:alpha-vantage", "weight": 8}, {"source": "skill:wiki-onboarding", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "skill:wiki-onboarding", "target": "skill:claude-api", "weight": 4}, {"source": "skill:wiki-onboarding", "target": "skill:claude-settings-audit", "weight": 5}, {"source": "skill:wiki-onboarding", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:wiki-onboarding", "target": "skill:design-patterns", "weight": 5}, {"source": "skill:wiki-onboarding", "target": "skill:doc-traceability-validator", "weight": 3}, {"source": "skill:wiki-onboarding", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "skill:wiki-onboarding", "target": "skill:openant-pipeline", "weight": 5}, {"source": "skill:wiki-onboarding", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "skill:wiki-onboarding", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "skill:wiki-onboarding", "target": "skill:transformers-js", "weight": 4}, {"source": "skill:wiki-onboarding", "target": "agent:e2e-runner", "weight": 8}, {"source": "skill:wiki-onboarding", "target": "agent:frontend-security-coder", "weight": 10}, {"source": "skill:wiki-onboarding", "target": "agent:mcp-developer", "weight": 9}, {"source": "skill:wiki-onboarding", "target": "agent:django-developer", "weight": 8}, {"source": "skill:wiki-onboarding", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "skill:wiki-onboarding", "target": "agent:phase-3-build", "weight": 7}, {"source": "skill:wiki-onboarding", "target": "agent:support-infrastructure-maintainer", "weight": 7}, {"source": "skill:wiki-onboarding", "target": "agent:test-automator", "weight": 8}, {"source": "skill:wiki-onboarding", "target": "agent:testing-api-tester", "weight": 8}, {"source": "skill:agent-sort", "target": "skill:alpha-vantage", "weight": 2}, {"source": "skill:agent-sort", "target": "skill:cicd-automation-workflow-automate", "weight": 2}, {"source": "skill:agent-sort", "target": "skill:claude-api", "weight": 7}, {"source": "skill:agent-sort", "target": "skill:claude-settings-audit", "weight": 7}, {"source": "skill:agent-sort", "target": "skill:deployment-patterns", "weight": 4}, {"source": "skill:agent-sort", "target": "skill:design-patterns", "weight": 4}, {"source": "skill:agent-sort", "target": "skill:doc-traceability-validator", "weight": 5}, {"source": "skill:agent-sort", "target": "skill:legacy-modernizer", "weight": 2}, {"source": "skill:agent-sort", "target": "skill:openant-pipeline", "weight": 5}, {"source": "skill:agent-sort", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "skill:agent-sort", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:agent-sort", "target": "skill:transformers-js", "weight": 4}, {"source": "skill:agent-sort", "target": "agent:django-developer", "weight": 3}, {"source": "skill:agent-sort", "target": "agent:e2e-runner", "weight": 2}, {"source": "skill:agent-sort", "target": "agent:frontend-security-coder", "weight": 2}, {"source": "skill:agent-sort", "target": "agent:mcp-developer", "weight": 2}, {"source": "skill:agent-sort", "target": "agent:phase-2-foundation", "weight": 2}, {"source": "skill:agent-sort", "target": "agent:phase-3-build", "weight": 3}, {"source": "skill:agent-sort", "target": "agent:support-infrastructure-maintainer", "weight": 2}, {"source": "skill:agent-sort", "target": "agent:test-automator", "weight": 3}, {"source": "skill:agent-sort", "target": "agent:testing-api-tester", "weight": 2}, {"source": "agent:django-developer", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:django-developer", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:django-developer", "target": "skill:claude-api", "weight": 3}, {"source": "agent:django-developer", "target": "skill:claude-settings-audit", "weight": 4}, {"source": "agent:django-developer", "target": "skill:deployment-patterns", "weight": 4}, {"source": "agent:django-developer", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:django-developer", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:django-developer", "target": "skill:legacy-modernizer", "weight": 10}, {"source": "agent:django-developer", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:django-developer", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "agent:django-developer", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "agent:django-developer", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:django-developer", "target": "agent:e2e-runner", "weight": 7}, {"source": "agent:django-developer", "target": "agent:frontend-security-coder", "weight": 9}, {"source": "agent:django-developer", "target": "agent:mcp-developer", "weight": 8}, {"source": "agent:django-developer", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "agent:django-developer", "target": "agent:phase-3-build", "weight": 9}, {"source": "agent:django-developer", "target": "agent:support-infrastructure-maintainer", "weight": 7}, {"source": "agent:django-developer", "target": "agent:test-automator", "weight": 10}, {"source": "agent:django-developer", "target": "agent:testing-api-tester", "weight": 9}, {"source": "skill:claude-api", "target": "skill:alpha-vantage", "weight": 2}, {"source": "skill:claude-api", "target": "skill:cicd-automation-workflow-automate", "weight": 2}, {"source": "skill:claude-api", "target": "skill:claude-settings-audit", "weight": 8}, {"source": "skill:claude-api", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:claude-api", "target": "skill:design-patterns", "weight": 5}, {"source": "skill:claude-api", "target": "skill:doc-traceability-validator", "weight": 5}, {"source": "skill:claude-api", "target": "skill:legacy-modernizer", "weight": 3}, {"source": "skill:claude-api", "target": "skill:openant-pipeline", "weight": 6}, {"source": "skill:claude-api", "target": "skill:openant-repo-inspection", "weight": 6}, {"source": "skill:claude-api", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "skill:claude-api", "target": "skill:transformers-js", "weight": 4}, {"source": "skill:claude-api", "target": "agent:e2e-runner", "weight": 2}, {"source": "skill:claude-api", "target": "agent:frontend-security-coder", "weight": 3}, {"source": "skill:claude-api", "target": "agent:mcp-developer", "weight": 2}, {"source": "skill:claude-api", "target": "agent:phase-2-foundation", "weight": 2}, {"source": "skill:claude-api", "target": "agent:phase-3-build", "weight": 3}, {"source": "skill:claude-api", "target": "agent:support-infrastructure-maintainer", "weight": 2}, {"source": "skill:claude-api", "target": "agent:test-automator", "weight": 3}, {"source": "skill:claude-api", "target": "agent:testing-api-tester", "weight": 2}, {"source": "agent:e2e-runner", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:e2e-runner", "target": "skill:cicd-automation-workflow-automate", "weight": 8}, {"source": "agent:e2e-runner", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "agent:e2e-runner", "target": "skill:deployment-patterns", "weight": 3}, {"source": "agent:e2e-runner", "target": "skill:design-patterns", "weight": 4}, {"source": "agent:e2e-runner", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:e2e-runner", "target": "skill:legacy-modernizer", "weight": 8}, {"source": "agent:e2e-runner", "target": "skill:openant-pipeline", "weight": 5}, {"source": "agent:e2e-runner", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "agent:e2e-runner", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "agent:e2e-runner", "target": "skill:transformers-js", "weight": 4}, {"source": "agent:e2e-runner", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "agent:e2e-runner", "target": "agent:mcp-developer", "weight": 8}, {"source": "agent:e2e-runner", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "agent:e2e-runner", "target": "agent:phase-3-build", "weight": 7}, {"source": "agent:e2e-runner", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:e2e-runner", "target": "agent:test-automator", "weight": 8}, {"source": "agent:e2e-runner", "target": "agent:testing-api-tester", "weight": 8}, {"source": "skill:openant-pipeline", "target": "skill:alpha-vantage", "weight": 5}, {"source": "skill:openant-pipeline", "target": "skill:cicd-automation-workflow-automate", "weight": 4}, {"source": "skill:openant-pipeline", "target": "skill:claude-settings-audit", "weight": 11}, {"source": "skill:openant-pipeline", "target": "skill:deployment-patterns", "weight": 7}, {"source": "skill:openant-pipeline", "target": "skill:design-patterns", "weight": 7}, {"source": "skill:openant-pipeline", "target": "skill:doc-traceability-validator", "weight": 6}, {"source": "skill:openant-pipeline", "target": "skill:legacy-modernizer", "weight": 4}, {"source": "skill:openant-pipeline", "target": "skill:openant-repo-inspection", "weight": 8}, {"source": "skill:openant-pipeline", "target": "skill:openant-vuln-hunting", "weight": 8}, {"source": "skill:openant-pipeline", "target": "skill:transformers-js", "weight": 6}, {"source": "skill:openant-pipeline", "target": "agent:frontend-security-coder", "weight": 5}, {"source": "skill:openant-pipeline", "target": "agent:mcp-developer", "weight": 5}, {"source": "skill:openant-pipeline", "target": "agent:phase-2-foundation", "weight": 5}, {"source": "skill:openant-pipeline", "target": "agent:phase-3-build", "weight": 4}, {"source": "skill:openant-pipeline", "target": "agent:support-infrastructure-maintainer", "weight": 4}, {"source": "skill:openant-pipeline", "target": "agent:test-automator", "weight": 4}, {"source": "skill:openant-pipeline", "target": "agent:testing-api-tester", "weight": 4}, {"source": "agent:testing-api-tester", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:testing-api-tester", "target": "skill:cicd-automation-workflow-automate", "weight": 9}, {"source": "agent:testing-api-tester", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "agent:testing-api-tester", "target": "skill:deployment-patterns", "weight": 3}, {"source": "agent:testing-api-tester", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:testing-api-tester", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:testing-api-tester", "target": "skill:legacy-modernizer", "weight": 10}, {"source": "agent:testing-api-tester", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:testing-api-tester", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "agent:testing-api-tester", "target": "skill:transformers-js", "weight": 3}, {"source": "agent:testing-api-tester", "target": "agent:frontend-security-coder", "weight": 9}, {"source": "agent:testing-api-tester", "target": "agent:mcp-developer", "weight": 8}, {"source": "agent:testing-api-tester", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "agent:testing-api-tester", "target": "agent:phase-3-build", "weight": 8}, {"source": "agent:testing-api-tester", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:testing-api-tester", "target": "agent:test-automator", "weight": 10}, {"source": "skill:transformers-js", "target": "skill:alpha-vantage", "weight": 4}, {"source": "skill:transformers-js", "target": "skill:cicd-automation-workflow-automate", "weight": 3}, {"source": "skill:transformers-js", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "skill:transformers-js", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:transformers-js", "target": "skill:design-patterns", "weight": 7}, {"source": "skill:transformers-js", "target": "skill:doc-traceability-validator", "weight": 6}, {"source": "skill:transformers-js", "target": "skill:legacy-modernizer", "weight": 3}, {"source": "skill:transformers-js", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:transformers-js", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:transformers-js", "target": "agent:frontend-security-coder", "weight": 4}, {"source": "skill:transformers-js", "target": "agent:mcp-developer", "weight": 4}, {"source": "skill:transformers-js", "target": "agent:phase-2-foundation", "weight": 3}, {"source": "skill:transformers-js", "target": "agent:phase-3-build", "weight": 3}, {"source": "skill:transformers-js", "target": "agent:support-infrastructure-maintainer", "weight": 3}, {"source": "skill:transformers-js", "target": "agent:test-automator", "weight": 3}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:alpha-vantage", "weight": 7}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:legacy-modernizer", "weight": 9}, {"source": "skill:cicd-automation-workflow-automate", "target": "agent:frontend-security-coder", "weight": 8}, {"source": "skill:cicd-automation-workflow-automate", "target": "agent:mcp-developer", "weight": 8}, {"source": "skill:cicd-automation-workflow-automate", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "skill:cicd-automation-workflow-automate", "target": "agent:phase-3-build", "weight": 7}, {"source": "skill:cicd-automation-workflow-automate", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "skill:cicd-automation-workflow-automate", "target": "agent:test-automator", "weight": 9}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:claude-settings-audit", "weight": 3}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:deployment-patterns", "weight": 3}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:design-patterns", "weight": 3}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:cicd-automation-workflow-automate", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:deployment-patterns", "target": "skill:alpha-vantage", "weight": 3}, {"source": "skill:deployment-patterns", "target": "skill:claude-settings-audit", "weight": 8}, {"source": "skill:deployment-patterns", "target": "skill:design-patterns", "weight": 3}, {"source": "skill:deployment-patterns", "target": "skill:doc-traceability-validator", "weight": 5}, {"source": "skill:deployment-patterns", "target": "skill:legacy-modernizer", "weight": 3}, {"source": "skill:deployment-patterns", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:deployment-patterns", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:deployment-patterns", "target": "agent:frontend-security-coder", "weight": 3}, {"source": "skill:deployment-patterns", "target": "agent:mcp-developer", "weight": 3}, {"source": "skill:deployment-patterns", "target": "agent:phase-2-foundation", "weight": 4}, {"source": "skill:deployment-patterns", "target": "agent:phase-3-build", "weight": 3}, {"source": "skill:deployment-patterns", "target": "agent:support-infrastructure-maintainer", "weight": 3}, {"source": "skill:deployment-patterns", "target": "agent:test-automator", "weight": 3}, {"source": "skill:claude-settings-audit", "target": "skill:alpha-vantage", "weight": 3}, {"source": "skill:claude-settings-audit", "target": "skill:design-patterns", "weight": 7}, {"source": "skill:claude-settings-audit", "target": "skill:doc-traceability-validator", "weight": 7}, {"source": "skill:claude-settings-audit", "target": "skill:legacy-modernizer", "weight": 4}, {"source": "skill:claude-settings-audit", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "skill:claude-settings-audit", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "skill:claude-settings-audit", "target": "agent:frontend-security-coder", "weight": 4}, {"source": "skill:claude-settings-audit", "target": "agent:mcp-developer", "weight": 3}, {"source": "skill:claude-settings-audit", "target": "agent:phase-2-foundation", "weight": 5}, {"source": "skill:claude-settings-audit", "target": "agent:phase-3-build", "weight": 3}, {"source": "skill:claude-settings-audit", "target": "agent:support-infrastructure-maintainer", "weight": 3}, {"source": "skill:claude-settings-audit", "target": "agent:test-automator", "weight": 3}, {"source": "agent:mcp-developer", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:mcp-developer", "target": "skill:design-patterns", "weight": 4}, {"source": "agent:mcp-developer", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:mcp-developer", "target": "skill:legacy-modernizer", "weight": 8}, {"source": "agent:mcp-developer", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "agent:mcp-developer", "target": "skill:openant-vuln-hunting", "weight": 5}, {"source": "agent:mcp-developer", "target": "agent:frontend-security-coder", "weight": 9}, {"source": "agent:mcp-developer", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "agent:mcp-developer", "target": "agent:phase-3-build", "weight": 7}, {"source": "agent:mcp-developer", "target": "agent:support-infrastructure-maintainer", "weight": 7}, {"source": "agent:mcp-developer", "target": "agent:test-automator", "weight": 8}, {"source": "skill:legacy-modernizer", "target": "skill:alpha-vantage", "weight": 8}, {"source": "skill:legacy-modernizer", "target": "skill:design-patterns", "weight": 4}, {"source": "skill:legacy-modernizer", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "skill:legacy-modernizer", "target": "agent:frontend-security-coder", "weight": 10}, {"source": "skill:legacy-modernizer", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "skill:legacy-modernizer", "target": "agent:phase-3-build", "weight": 9}, {"source": "skill:legacy-modernizer", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "skill:legacy-modernizer", "target": "agent:test-automator", "weight": 11}, {"source": "skill:legacy-modernizer", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "skill:legacy-modernizer", "target": "skill:openant-vuln-hunting", "weight": 4}, {"source": "skill:openant-vuln-hunting", "target": "skill:alpha-vantage", "weight": 5}, {"source": "skill:openant-vuln-hunting", "target": "skill:design-patterns", "weight": 4}, {"source": "skill:openant-vuln-hunting", "target": "skill:doc-traceability-validator", "weight": 3}, {"source": "skill:openant-vuln-hunting", "target": "skill:openant-repo-inspection", "weight": 8}, {"source": "skill:openant-vuln-hunting", "target": "agent:frontend-security-coder", "weight": 5}, {"source": "skill:openant-vuln-hunting", "target": "agent:phase-2-foundation", "weight": 4}, {"source": "skill:openant-vuln-hunting", "target": "agent:phase-3-build", "weight": 4}, {"source": "skill:openant-vuln-hunting", "target": "agent:support-infrastructure-maintainer", "weight": 4}, {"source": "skill:openant-vuln-hunting", "target": "agent:test-automator", "weight": 4}, {"source": "agent:test-automator", "target": "skill:alpha-vantage", "weight": 8}, {"source": "agent:test-automator", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:test-automator", "target": "skill:doc-traceability-validator", "weight": 2}, {"source": "agent:test-automator", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:test-automator", "target": "agent:frontend-security-coder", "weight": 9}, {"source": "agent:test-automator", "target": "agent:phase-2-foundation", "weight": 9}, {"source": "agent:test-automator", "target": "agent:phase-3-build", "weight": 10}, {"source": "agent:test-automator", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "skill:doc-traceability-validator", "target": "skill:alpha-vantage", "weight": 2}, {"source": "skill:doc-traceability-validator", "target": "skill:design-patterns", "weight": 6}, {"source": "skill:doc-traceability-validator", "target": "skill:openant-repo-inspection", "weight": 3}, {"source": "skill:doc-traceability-validator", "target": "agent:frontend-security-coder", "weight": 2}, {"source": "skill:doc-traceability-validator", "target": "agent:phase-2-foundation", "weight": 2}, {"source": "skill:doc-traceability-validator", "target": "agent:phase-3-build", "weight": 2}, {"source": "skill:doc-traceability-validator", "target": "agent:support-infrastructure-maintainer", "weight": 2}, {"source": "agent:frontend-security-coder", "target": "skill:alpha-vantage", "weight": 9}, {"source": "agent:frontend-security-coder", "target": "skill:design-patterns", "weight": 5}, {"source": "agent:frontend-security-coder", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "agent:frontend-security-coder", "target": "agent:phase-2-foundation", "weight": 8}, {"source": "agent:frontend-security-coder", "target": "agent:phase-3-build", "weight": 8}, {"source": "agent:frontend-security-coder", "target": "agent:support-infrastructure-maintainer", "weight": 7}, {"source": "skill:alpha-vantage", "target": "skill:design-patterns", "weight": 4}, {"source": "skill:alpha-vantage", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "skill:alpha-vantage", "target": "agent:phase-2-foundation", "weight": 7}, {"source": "skill:alpha-vantage", "target": "agent:phase-3-build", "weight": 8}, {"source": "skill:alpha-vantage", "target": "agent:support-infrastructure-maintainer", "weight": 7}, {"source": "agent:phase-2-foundation", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:phase-2-foundation", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:phase-2-foundation", "target": "agent:phase-3-build", "weight": 7}, {"source": "agent:phase-2-foundation", "target": "agent:support-infrastructure-maintainer", "weight": 8}, {"source": "agent:support-infrastructure-maintainer", "target": "skill:design-patterns", "weight": 3}, {"source": "agent:support-infrastructure-maintainer", "target": "skill:openant-repo-inspection", "weight": 4}, {"source": "agent:support-infrastructure-maintainer", "target": "agent:phase-3-build", "weight": 7}, {"source": "skill:design-patterns", "target": "skill:openant-repo-inspection", "weight": 5}, {"source": "skill:design-patterns", "target": "agent:phase-3-build", "weight": 3}, {"source": "skill:openant-repo-inspection", "target": "agent:phase-3-build", "weight": 4}];
const TYPE_COLORS = {"skill": "#6366f1", "agent": "#f59e0b"};
const COMM_COLORS = ["#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899","#14b8a6","#f43f5e","#84cc16","#0ea5e9","#a855f7","#e11d48","#10b981"];
let activeTags = new Set();
const allLabels = NODES.map(n => ({label:n.label, type:n.type})).sort((a,b) => a.label.localeCompare(b.label));
function onSearch() {
const q = document.getElementById('search').value.toLowerCase();
const ac = document.getElementById('autocomplete');
if (q.length < 2) { ac.style.display='none'; applyFilters(); return; }
const matches = allLabels.filter(n => n.label.toLowerCase().includes(q)).slice(0, 12);
if (matches.length === 0) { ac.style.display='none'; applyFilters(); return; }
// Build DOM nodes with textContent to prevent XSS (labels may contain <,>,&,",').
while (ac.firstChild) ac.removeChild(ac.firstChild);
for (const m of matches) {
const item = document.createElement('div');
item.className = 'ac-item';
item.appendChild(document.createTextNode(m.label));
const typeSpan = document.createElement('span');
typeSpan.className = 'ac-type';
typeSpan.textContent = m.type;
item.appendChild(typeSpan);
item.addEventListener('click', () => selectAc(m.label));
ac.appendChild(item);
}
ac.style.display='block';
applyFilters();
}
function selectAc(label) {
document.getElementById('search').value = label;
document.getElementById('autocomplete').style.display='none';
applyFilters();
}
document.addEventListener('click', function(e) {
if (!e.target.closest('#search') && !e.target.closest('#autocomplete'))
document.getElementById('autocomplete').style.display='none';
});
function toggleTag(el) {
const tag = el.dataset.tag;
if (activeTags.has(tag)) { activeTags.delete(tag); el.classList.remove('active'); }
else { activeTags.add(tag); el.classList.add('active'); }
applyFilters();
}
function applyFilters() {
const search = document.getElementById('search').value.toLowerCase();
const showSkills = document.getElementById('show-skills').checked;
const showAgents = document.getElementById('show-agents').checked;
const minDeg = parseInt(document.getElementById('min-degree').value);
const showLabels = document.getElementById('show-labels').checked;
const visible = new Set();
const filtered = NODES.filter(n => {
if (!showSkills && n.type === 'skill') return false;
if (!showAgents && n.type === 'agent') return false;
if (n.degree < minDeg) return false;
if (search && !n.label.toLowerCase().includes(search)) return false;
if (activeTags.size > 0 && !n.tags.some(t => activeTags.has(t))) return false;
visible.add(n.id);
return true;
});
const edgeX = [], edgeY = [];
let edgeCount = 0;
EDGES.forEach(e => {
if (visible.has(e.source) && visible.has(e.target)) {
const s = NODES.find(n => n.id === e.source);
const t = NODES.find(n => n.id === e.target);
if (s && t) { edgeX.push(s.x, t.x, null); edgeY.push(s.y, t.y, null); edgeCount++; }
}
});
const traces = [{
x: edgeX, y: edgeY, mode: 'lines',
line: { width: 0.3, color: '#334155' },
hoverinfo: 'none', showlegend: false
}];
['skill','agent'].forEach(type => {
const tn = filtered.filter(n => n.type === type);
if (!tn.length) return;
traces.push({
x: tn.map(n=>n.x), y: tn.map(n=>n.y),
mode: showLabels ? 'markers+text' : 'markers',
name: type + 's (' + tn.length + ')',
marker: { size: tn.map(n=>n.size), color: tn.map(n=>COMM_COLORS[n.community%15]),
line: { width: 1, color: '#1e293b' }, opacity: 0.85 },
text: tn.map(n=>n.label),
textposition: 'top center',
textfont: { size: 7, color: '#94a3b8' },
hovertext: tn.map(n => '<b>'+n.label+'</b><br>Type: '+n.type+'<br>Connections: '+n.degree+'<br>Tags: '+n.tags.slice(0,5).join(', ')+'<br>Community: '+n.community),
hoverinfo: 'text'
});
});
const layout = {
showlegend: true, legend: { x:0, y:1, bgcolor:'rgba(30,41,59,0.9)', font:{color:'#e2e8f0'} },
xaxis: { showgrid:false, zeroline:false, showticklabels:false },
yaxis: { showgrid:false, zeroline:false, showticklabels:false },
plot_bgcolor: '#0f172a', paper_bgcolor: '#0f172a',
font: { color: '#e2e8f0' },
hovermode: 'closest',
margin: { l:10, r:10, t:10, b:10 }
};
Plotly.react('graph', traces, layout, { responsive: true });
document.getElementById('stat-line').textContent = filtered.length + ' nodes, ' + edgeCount + ' edges shown';
}
applyFilters();
</script></body></html> |