ctx / graph /viz-overview.html
Stevesolun's picture
Add files using upload-large-folder tool
7d77f3a verified
<!DOCTYPE html>
<html><head><meta charset="utf-8">
<title>Knowledge Graph overview (90 nodes)</title>
<meta name="ctx-graph-export-id" content="ctx-graph-rescore-20260527T171206Z-102928-2913960">
<!-- Pinned to an explicit version (not -latest) so served content can't change
silently. A real SRI hash would be better but must be generated from the
published release — see https://cdn.plot.ly/ for hashes. -->
<script src="https://cdn.plot.ly/plotly-2.35.2.min.js" crossorigin="anonymous"></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 overview (90 nodes)</div>
<div class="stat" id="stat-line">Loading...</div>
<div class="legend">
<div class="legend-item"><div class="legend-dot" style="background:#6366f1"></div>skill</div><div class="legend-item"><div class="legend-dot" style="background:#f59e0b"></div>agent</div><div class="legend-item"><div class="legend-dot" style="background:#06b6d4"></div>mcp-server</div><div class="legend-item"><div class="legend-dot" style="background:#22c55e"></div>harness</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" class="type-filter" data-type="skill" checked onchange="applyFilters()"> skill</label><label><input type="checkbox" class="type-filter" data-type="agent" checked onchange="applyFilters()"> agent</label><label><input type="checkbox" class="type-filter" data-type="mcp-server" checked onchange="applyFilters()"> mcp-server</label><label><input type="checkbox" class="type-filter" data-type="harness" checked onchange="applyFilters()"> harness</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="javascript">javascript (51)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="openai">openai (40)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="nextjs">nextjs (27)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="agents">agents (23)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="codex">codex (23)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="security">security (19)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="typescript">typescript (17)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="rust">rust (16)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="testing">testing (16)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="python">python (15)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="skill">skill (14)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="llm">llm (13)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="performance">performance (13)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="react">react (12)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="vercel">vercel (12)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="docker">docker (12)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="documentation">documentation (11)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="pattern">pattern (9)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="aws">aws (9)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="compatibility">compatibility (8)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="docs">docs (8)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="mcp">mcp (8)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="code">code (7)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="frontend">frontend (7)</span><span class="tag-btn" onclick="toggleTag(this)" data-tag="go">go (7)</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": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "label": "skills-sh-oriolrius-pki-manager-web-next-js", "type": "skill", "x": 0.5343, "y": 0.2984, "degree": 54, "tags": ["web", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:copilotkit-nextjs-integration", "label": "copilotkit-nextjs-integration", "type": "skill", "x": 0.13, "y": 0.3409, "degree": 65, "tags": ["javascript", "typescript", "react", "nextjs", "llm", "agents", "security", "documentation", "pattern", "troubleshooting", "compatibility"], "community": 26, "size": 30.0}, {"id": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "label": "skills-sh-openai-skills-codex-readiness-unit-test", "type": "skill", "x": -0.4464, "y": -0.7311, "degree": 40, "tags": ["openai", "skill", "codex"], "community": 15, "size": 20.0}, {"id": "skill:skills-sh-openai-codex-code-breaking-changes", "label": "skills-sh-openai-codex-code-breaking-changes", "type": "skill", "x": -0.3241, "y": -0.6184, "degree": 40, "tags": ["openai", "codex", "code"], "community": 11, "size": 20.0}, {"id": "skill:skills-sh-vercel-next-js-v8-jit", "label": "skills-sh-vercel-next-js-v8-jit", "type": "skill", "x": 0.6607, "y": 0.4252, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:strix-frameworks-fastapi", "label": "strix-frameworks-fastapi", "type": "skill", "x": 0.0298, "y": 0.4338, "degree": 62, "tags": ["python", "typescript", "javascript", "rust", "aws", "database", "ai", "testing", "security", "devops", "frontend", "api", "docs"], "community": 26, "size": 28.8}, {"id": "skill:e2e-test-service-management", "label": "e2e-test-service-management", "type": "skill", "x": -0.4499, "y": 0.5075, "degree": 29, "tags": ["typescript", "rust", "react", "docker", "sql", "llm", "mcp", "embeddings", "rag", "testing", "performance", "pattern", "troubleshooting", "compatibility"], "community": 44, "size": 15.600000000000001}, {"id": "skill:skills-sh-vercel-next-js-flags", "label": "skills-sh-vercel-next-js-flags", "type": "skill", "x": 0.3632, "y": 0.0627, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:aws-secrets-rotation", "label": "aws-secrets-rotation", "type": "skill", "x": 0.2504, "y": 0.5354, "degree": 58, "tags": ["python", "javascript", "aws", "security", "comparison", "troubleshooting", "compatibility"], "community": 26, "size": 27.200000000000003}, {"id": "skill:skills-sh-openai-codex-code-review-change-size", "label": "skills-sh-openai-codex-code-review-change-size", "type": "skill", "x": -0.2296, "y": -0.6317, "degree": 40, "tags": ["openai", "codex", "code"], "community": 11, "size": 20.0}, {"id": "skill:threejs-fundamentals", "label": "threejs-fundamentals", "type": "skill", "x": 0.367, "y": 0.592, "degree": 59, "tags": ["threejs", "fundamentals", "performance", "rust", "javascript", "scala"], "community": 7, "size": 27.6}, {"id": "skill:molykit", "label": "molykit", "type": "skill", "x": -0.4164, "y": 0.0195, "degree": 58, "tags": ["molykit", "mcp", "openai", "rust", "aws", "cloud"], "community": 18, "size": 27.200000000000003}, {"id": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "label": "skills-sh-openai-openai-agents-js-pr-draft-summary", "type": "skill", "x": -0.0701, "y": -0.3227, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-vercel-next-js-write-guide", "label": "skills-sh-vercel-next-js-write-guide", "type": "skill", "x": 0.556, "y": 0.1634, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-openai-codex-skill-creator", "label": "skills-sh-openai-codex-skill-creator", "type": "skill", "x": -0.1817, "y": -0.9302, "degree": 40, "tags": ["openai", "codex", "skill"], "community": 8, "size": 20.0}, {"id": "skill:llm-evaluation", "label": "llm-evaluation", "type": "skill", "x": -0.5859, "y": -0.0493, "degree": 51, "tags": ["llm", "evaluation", "testing", "python", "openai", "performance"], "community": 50, "size": 24.400000000000002}, {"id": "skill:skills-sh-openai-codex-code-review-context", "label": "skills-sh-openai-codex-code-review-context", "type": "skill", "x": -0.7539, "y": -0.5581, "degree": 40, "tags": ["openai", "codex", "code"], "community": 15, "size": 20.0}, {"id": "skill:skills-sh-openai-codex-code-review-testing", "label": "skills-sh-openai-codex-code-review-testing", "type": "skill", "x": -0.457, "y": -0.5792, "degree": 40, "tags": ["openai", "codex", "code", "testing"], "community": 44, "size": 20.0}, {"id": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "label": "skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "type": "skill", "x": -0.422, "y": -0.8833, "degree": 40, "tags": ["skill", "openai", "codex"], "community": 49, "size": 20.0}, {"id": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "label": "skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "type": "skill", "x": 0.7531, "y": 0.2507, "degree": 56, "tags": ["skill", "nextjs", "javascript"], "community": 26, "size": 26.400000000000002}, {"id": "skill:agentphone", "label": "agentphone", "type": "skill", "x": -0.0056, "y": 0.3582, "degree": 64, "tags": ["python", "javascript", "go", "fastapi", "express", "flask", "llm", "agents", "rag", "security", "documentation", "pattern", "troubleshooting"], "community": 26, "size": 29.6}, {"id": "skill:skills-sh-openai-codex-babysit-pr", "label": "skills-sh-openai-codex-babysit-pr", "type": "skill", "x": -0.7581, "y": -0.687, "degree": 40, "tags": ["openai", "codex"], "community": 33, "size": 20.0}, {"id": "skill:prompt-optimizer", "label": "prompt-optimizer", "type": "skill", "x": -0.3894, "y": 0.8989, "degree": 28, "tags": ["python", "typescript", "rust", "go", "java", "ruby", "swift", "kotlin", "react", "django", "docker", "kubernetes", "kafka", "llm", "testing", "security", "performance"], "community": 14, "size": 15.200000000000001}, {"id": "skill:claude-settings-audit", "label": "claude-settings-audit", "type": "skill", "x": 0.1784, "y": 0.7915, "degree": 46, "tags": ["python", "typescript", "rust", "go", "java", "ruby", "react", "vue", "nextjs", "fastapi", "django", "express", "flask", "docker", "kubernetes", "terraform", "agents", "mcp", "security", "markdown", "registry"], "community": 26, "size": 22.400000000000002}, {"id": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "label": "skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "type": "skill", "x": 0.181, "y": -0.4683, "degree": 65, "tags": ["claude", "code", "nextjs", "skill", "openai", "agents"], "community": 26, "size": 30.0}, {"id": "skill:skills-sh-openai-codex-codex-pr-body", "label": "skills-sh-openai-codex-codex-pr-body", "type": "skill", "x": -0.1953, "y": -0.776, "degree": 40, "tags": ["openai", "codex"], "community": 33, "size": 20.0}, {"id": "skill:skills-sh-openai-skills-migrate-to-codex", "label": "skills-sh-openai-skills-migrate-to-codex", "type": "skill", "x": -0.6644, "y": -0.6014, "degree": 40, "tags": ["openai", "skill", "codex"], "community": 15, "size": 20.0}, {"id": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "label": "skills-sh-secondsky-claude-skills-bun-next-js", "type": "skill", "x": 0.5825, "y": 0.4741, "degree": 54, "tags": ["claude", "skill", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:strix-vulnerabilities-idor", "label": "strix-vulnerabilities-idor", "type": "skill", "x": -0.0679, "y": 0.3739, "degree": 62, "tags": ["typescript", "javascript", "rust", "aws", "ai", "testing", "security", "devops", "frontend", "api", "docs"], "community": 26, "size": 28.8}, {"id": "skill:skills-sh-openai-codex-plugin-creator", "label": "skills-sh-openai-codex-plugin-creator", "type": "skill", "x": -0.5071, "y": -0.9721, "degree": 40, "tags": ["openai", "codex"], "community": 8, "size": 20.0}, {"id": "skill:skills-sh-openai-codex-test-tui", "label": "skills-sh-openai-codex-test-tui", "type": "skill", "x": -0.5677, "y": -0.665, "degree": 40, "tags": ["openai", "codex"], "community": 49, "size": 20.0}, {"id": "skill:web-performance-optimization", "label": "web-performance-optimization", "type": "skill", "x": 0.6324, "y": 0.2933, "degree": 54, "tags": ["web", "performance", "optimization", "frontend", "javascript", "nextjs"], "community": 50, "size": 25.6}, {"id": "skill:skills-sh-vercel-next-js-react-vendoring", "label": "skills-sh-vercel-next-js-react-vendoring", "type": "skill", "x": 0.4397, "y": 0.1512, "degree": 54, "tags": ["vercel", "nextjs", "javascript", "react"], "community": 26, "size": 25.6}, {"id": "skill:seo-geo", "label": "seo-geo", "type": "skill", "x": 0.2205, "y": 0.3783, "degree": 59, "tags": ["javascript", "llm", "mcp", "comparison"], "community": 2, "size": 27.6}, {"id": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "label": "skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "type": "skill", "x": -0.6372, "y": -0.7664, "degree": 40, "tags": ["openai", "codex"], "community": 15, "size": 20.0}, {"id": "skill:skills-sh-vercel-next-js-next-compile", "label": "skills-sh-vercel-next-js-next-compile", "type": "skill", "x": 0.6124, "y": 0.0781, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-openai-skills-codex-wrapped", "label": "skills-sh-openai-skills-codex-wrapped", "type": "skill", "x": -0.7206, "y": -0.8133, "degree": 40, "tags": ["openai", "skill", "codex"], "community": 1, "size": 20.0}, {"id": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "label": "skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "type": "skill", "x": 0.7172, "y": 0.3512, "degree": 54, "tags": ["agent", "skill", "nextjs", "javascript", "security"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "label": "skills-sh-neondatabase-neon-js-neon-auth-nextjs", "type": "skill", "x": 0.7141, "y": 0.042, "degree": 54, "tags": ["javascript", "nextjs"], "community": 26, "size": 25.6}, {"id": "skill:understand", "label": "understand", "type": "skill", "x": -0.0807, "y": 0.5097, "degree": 64, "tags": ["python", "javascript", "go", "java", "django", "docker", "terraform", "sql", "llm", "agents", "documentation", "markdown", "comparison", "decision", "pattern"], "community": 26, "size": 29.6}, {"id": "skill:agents-md-protocol", "label": "agents-md-protocol", "type": "skill", "x": -0.2304, "y": 0.619, "degree": 23, "tags": ["agents", "testing", "security"], "community": 42, "size": 13.200000000000001}, {"id": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "label": "skills-sh-openai-openai-agents-js-code-change-verification", "type": "skill", "x": 0.0285, "y": -0.2767, "degree": 77, "tags": ["openai", "agents", "javascript", "code"], "community": 26, "size": 34.8}, {"id": "skill:everything-claude-code", "label": "everything-claude-code", "type": "skill", "x": 0.1704, "y": 0.4947, "degree": 63, "tags": ["javascript", "typescript", "rust", "nextjs", "agents", "testing", "security", "documentation", "markdown", "comparison", "pattern", "compatibility"], "community": 26, "size": 29.200000000000003}, {"id": "skill:skills-sh-openai-openai-agents-js-docs-sync", "label": "skills-sh-openai-openai-agents-js-docs-sync", "type": "skill", "x": 0.0107, "y": -0.3724, "degree": 77, "tags": ["openai", "agents", "javascript", "docs"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-pproenca-dot-skills-js-google", "label": "skills-sh-pproenca-dot-skills-js-google", "type": "skill", "x": 0.6249, "y": -0.1823, "degree": 50, "tags": ["skill", "javascript", "google"], "community": 26, "size": 24.0}, {"id": "skill:strix-vulnerabilities-ssrf", "label": "strix-vulnerabilities-ssrf", "type": "skill", "x": -0.1111, "y": 0.4249, "degree": 60, "tags": ["python", "typescript", "javascript", "docker", "kubernetes", "aws", "gcp", "ai", "testing", "security", "devops", "frontend", "api", "docs"], "community": 26, "size": 28.0}, {"id": "skill:skills-sh-vercel-next-js-write-api-reference", "label": "skills-sh-vercel-next-js-write-api-reference", "type": "skill", "x": 0.5411, "y": -0.0411, "degree": 54, "tags": ["vercel", "nextjs", "javascript", "api"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "label": "skills-sh-openai-openai-agents-js-changeset-validation", "type": "skill", "x": -0.0084, "y": -0.2269, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "label": "skills-sh-slanycukr-riot-api-project-next-js-15", "type": "skill", "x": 0.4349, "y": 0.3007, "degree": 54, "tags": ["api", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:faf-wizard", "label": "faf-wizard", "type": "skill", "x": 0.056, "y": 0.6611, "degree": 61, "tags": ["python", "javascript", "typescript", "rust", "go", "java", "react", "vue", "angular", "fastapi", "django", "flask", "docker", "mcp", "testing", "security", "performance", "documentation", "compatibility"], "community": 26, "size": 28.400000000000002}, {"id": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "label": "skills-sh-openai-skills-codex-readiness-integration-test", "type": "skill", "x": -0.4082, "y": -0.461, "degree": 40, "tags": ["openai", "skill", "codex"], "community": 44, "size": 20.0}, {"id": "skill:skills-sh-vercel-next-js-runtime-debug", "label": "skills-sh-vercel-next-js-runtime-debug", "type": "skill", "x": 0.4932, "y": 0.0617, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "label": "skills-sh-openai-openai-agents-js-implementation-strategy", "type": "skill", "x": 0.0765, "y": -0.1672, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-openai-openai-agents-js-integration-tests", "label": "skills-sh-openai-openai-agents-js-integration-tests", "type": "skill", "x": -0.0728, "y": -0.2005, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-vercel-next-js-dce-edge", "label": "skills-sh-vercel-next-js-dce-edge", "type": "skill", "x": 0.432, "y": -0.0213, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "label": "skills-sh-openai-openai-agents-js-pnpm-upgrade", "type": "skill", "x": -0.0759, "y": -0.0721, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "label": "skills-sh-openai-openai-agents-js-test-coverage-improver", "type": "skill", "x": 0.1683, "y": -0.2886, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "label": "skills-sh-openai-openai-agents-js-openai-knowledge", "type": "skill", "x": 0.1181, "y": -0.3629, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "label": "skills-sh-openai-codex-plugin-cc-codex-result-handling", "type": "skill", "x": -0.62, "y": -0.9013, "degree": 40, "tags": ["openai", "codex"], "community": 11, "size": 20.0}, {"id": "skill:makefile-dev-workflow", "label": "makefile-dev-workflow", "type": "skill", "x": -0.3856, "y": 0.7545, "degree": 29, "tags": ["rust", "docker", "llm", "testing", "documentation", "markdown", "troubleshooting", "compatibility"], "community": 44, "size": 15.600000000000001}, {"id": "skill:faf-expert", "label": "faf-expert", "type": "skill", "x": -0.096, "y": 0.975, "degree": 27, "tags": ["rust", "java", "react", "docker", "kubernetes", "aws", "agents", "mcp", "testing", "security", "performance", "documentation", "registry", "compatibility"], "community": 18, "size": 14.8}, {"id": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "label": "skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "type": "skill", "x": -0.2735, "y": -0.9755, "degree": 40, "tags": ["claude", "codex", "openai", "frontend", "design"], "community": 31, "size": 20.0}, {"id": "skill:electron-development", "label": "electron-development", "type": "skill", "x": 0.2292, "y": 0.8585, "degree": 46, "tags": ["typescript", "rust", "react", "vue", "nextjs", "docker", "testing", "security", "performance", "pattern"], "community": 49, "size": 22.400000000000002}, {"id": "skill:threejs-shaders", "label": "threejs-shaders", "type": "skill", "x": 0.4307, "y": 0.4974, "degree": 53, "tags": ["threejs", "shaders", "performance", "aws", "cloud", "javascript"], "community": 7, "size": 25.200000000000003}, {"id": "skill:skills-sh-openai-codex-remote-tests", "label": "skills-sh-openai-codex-remote-tests", "type": "skill", "x": -0.5904, "y": -0.3739, "degree": 41, "tags": ["openai", "codex"], "community": 44, "size": 20.400000000000002}, {"id": "skill:local-llm-expert", "label": "local-llm-expert", "type": "skill", "x": -0.5803, "y": -0.1743, "degree": 50, "tags": ["local", "llm", "expert", "python", "openai", "performance"], "community": 50, "size": 24.0}, {"id": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "label": "skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "type": "skill", "x": 0.5179, "y": 0.3962, "degree": 54, "tags": ["react", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-openai-openai-agents-js-final-release-review", "label": "skills-sh-openai-openai-agents-js-final-release-review", "type": "skill", "x": 0.0052, "y": -0.1155, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:strix-vulnerabilities-rce", "label": "strix-vulnerabilities-rce", "type": "skill", "x": 0.0619, "y": 0.5154, "degree": 58, "tags": ["python", "typescript", "javascript", "docker", "kubernetes", "database", "ai", "testing", "security", "devops", "frontend", "docs"], "community": 26, "size": 27.200000000000003}, {"id": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "label": "skills-sh-openai-openai-agents-js-runtime-behavior-probe", "type": "skill", "x": -0.1837, "y": -0.1762, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-vercel-next-js-pr-status-triage", "label": "skills-sh-vercel-next-js-pr-status-triage", "type": "skill", "x": 0.6686, "y": 0.1892, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "label": "skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "type": "skill", "x": -0.5329, "y": -0.8365, "degree": 40, "tags": ["openai", "codex"], "community": 15, "size": 20.0}, {"id": "skill:skills-sh-vercel-next-js-update-docs", "label": "skills-sh-vercel-next-js-update-docs", "type": "skill", "x": 0.6389, "y": -0.027, "degree": 54, "tags": ["vercel", "nextjs", "javascript", "docs"], "community": 26, "size": 25.6}, {"id": "skill:reverse-documentation", "label": "reverse-documentation", "type": "skill", "x": -0.1264, "y": 0.846, "degree": 27, "tags": ["typescript", "rust", "react", "llm", "testing", "performance", "documentation", "markdown", "diagrams", "comparison", "pattern", "troubleshooting", "compatibility"], "community": 49, "size": 14.8}, {"id": "skill:skills-sh-openai-codex-codex-bug", "label": "skills-sh-openai-codex-codex-bug", "type": "skill", "x": -0.3842, "y": -1.0, "degree": 40, "tags": ["openai", "codex"], "community": 11, "size": 20.0}, {"id": "skill:cred-omega", "label": "cred-omega", "type": "skill", "x": -0.4658, "y": -0.0857, "degree": 48, "tags": ["cred", "omega", "python", "agents", "openai", "aws"], "community": 45, "size": 23.200000000000003}, {"id": "skill:seo-images", "label": "seo-images", "type": "skill", "x": 0.023, "y": 0.2674, "degree": 60, "tags": ["javascript", "rust", "performance", "decision", "pattern"], "community": 26, "size": 28.0}, {"id": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "label": "skills-sh-am-will-codex-skills-openai-docs-skill", "type": "skill", "x": -0.0954, "y": -0.6961, "degree": 40, "tags": ["codex", "skill", "openai", "docs"], "community": 26, "size": 20.0}, {"id": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "label": "skills-sh-testacode-llm-toolkit-nextjs-project-starter", "type": "skill", "x": 0.4894, "y": 0.7891, "degree": 37, "tags": ["llm", "nextjs"], "community": 26, "size": 18.8}, {"id": "skill:claude-api", "label": "claude-api", "type": "skill", "x": -0.2892, "y": 0.9558, "degree": 27, "tags": ["python", "typescript", "rust", "go", "java", "ruby", "swift", "kotlin", "llm", "agents", "mcp", "embeddings", "documentation", "decision"], "community": 15, "size": 14.8}, {"id": "skill:skills-sh-vercel-next-js-router-act", "label": "skills-sh-vercel-next-js-router-act", "type": "skill", "x": 0.3319, "y": 0.175, "degree": 54, "tags": ["vercel", "nextjs", "javascript"], "community": 26, "size": 25.6}, {"id": "skill:context-mode", "label": "context-mode", "type": "skill", "x": 0.1696, "y": 0.5996, "degree": 61, "tags": ["python", "javascript", "typescript", "go", "react", "docker", "terraform", "aws", "mcp", "security", "documentation", "decision", "pattern"], "community": 26, "size": 28.400000000000002}, {"id": "skill:strix-vulnerabilities-information-disclosure", "label": "strix-vulnerabilities-information-disclosure", "type": "skill", "x": -0.0172, "y": 0.5667, "degree": 61, "tags": ["python", "typescript", "javascript", "rust", "csharp", "ruby", "php", "docker", "kubernetes", "database", "ai", "testing", "security", "devops", "frontend", "api", "docs"], "community": 26, "size": 28.400000000000002}, {"id": "skill:astro", "label": "astro", "type": "skill", "x": 0.2806, "y": 0.3397, "degree": 60, "tags": ["javascript", "typescript", "react", "vue", "nextjs", "security", "performance", "documentation", "markdown"], "community": 26, "size": 28.0}, {"id": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "label": "skills-sh-openai-openai-agents-js-examples-auto-run", "type": "skill", "x": -0.1277, "y": -0.1458, "degree": 77, "tags": ["openai", "agents", "javascript"], "community": 26, "size": 34.8}, {"id": "skill:skills-sh-openai-codex-code-review", "label": "skills-sh-openai-codex-code-review", "type": "skill", "x": -0.3232, "y": -0.8195, "degree": 40, "tags": ["openai", "codex", "code"], "community": 11, "size": 20.0}, {"id": "skill:julius-caveman-cavecrew", "label": "julius-caveman-cavecrew", "type": "skill", "x": -0.1823, "y": 0.744, "degree": 21, "tags": ["agents", "security", "decision"], "community": 42, "size": 12.4}, {"id": "skill:skills-sh-am-will-codex-skills-llm-council", "label": "skills-sh-am-will-codex-skills-llm-council", "type": "skill", "x": -0.712, "y": -0.2221, "degree": 34, "tags": ["codex", "skill", "llm"], "community": 15, "size": 17.6}, {"id": "skill:skills-sh-vercel-next-js-authoring-skills", "label": "skills-sh-vercel-next-js-authoring-skills", "type": "skill", "x": 0.7515, "y": 0.1349, "degree": 54, "tags": ["vercel", "nextjs", "javascript", "skill"], "community": 8, "size": 25.6}, {"id": "skill:azure-ai-voicelive-ts", "label": "azure-ai-voicelive-ts", "type": "skill", "x": 0.1477, "y": -0.2204, "degree": 77, "tags": ["azure", "voicelive", "openai", "typescript", "cloud", "javascript"], "community": 26, "size": 34.8}];
const EDGES = [{"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:aws-secrets-rotation", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:copilotkit-nextjs-integration", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:strix-frameworks-fastapi", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-flags", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.638}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-v8-jit", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:web-performance-optimization", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.626}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:threejs-fundamentals", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-oriolrius-pki-manager-web-next-js", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:agentphone", "weight": 0.15}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:astro", "weight": 0.09}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:aws-secrets-rotation", "weight": 0.09}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:claude-api", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:context-mode", "weight": 0.09}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:prompt-optimizer", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:understand", "weight": 0.12}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:makefile-dev-workflow", "weight": 0.12}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:electron-development", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:faf-wizard", "weight": 0.09}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:threejs-fundamentals", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-v8-jit", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:web-performance-optimization", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:seo-geo", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:everything-claude-code", "weight": 0.15}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:strix-frameworks-fastapi", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-flags", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:reverse-documentation", "weight": 0.15}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:faf-expert", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:e2e-test-service-management", "weight": 0.12}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.06}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:copilotkit-nextjs-integration", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:molykit", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-code-breaking-changes", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-code-review-change-size", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-code-review-context", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-skill-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.6534}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-unit-test", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:molykit", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-code-review-change-size", "weight": 0.4917}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-skill-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.5134}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.4464}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.4748}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-code-review-context", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-breaking-changes", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:aws-secrets-rotation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-flags", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:strix-frameworks-fastapi", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:threejs-fundamentals", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:web-performance-optimization", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-v8-jit", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:astro", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:aws-secrets-rotation", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:e2e-test-service-management", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:faf-expert", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:faf-wizard", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:makefile-dev-workflow", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:molykit", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:prompt-optimizer", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:reverse-documentation", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-flags", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:understand", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:strix-vulnerabilities-rce", "weight": 0.6294}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:threejs-fundamentals", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.6882}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.6672}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:threejs-shaders", "weight": 0.06}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:strix-vulnerabilities-idor", "weight": 0.7217}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:agents-md-protocol", "weight": 0.6473}, {"source": "skill:strix-frameworks-fastapi", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:e2e-test-service-management", "target": "skill:agentphone", "weight": 0.12}, {"source": "skill:e2e-test-service-management", "target": "skill:aws-secrets-rotation", "weight": 0.06}, {"source": "skill:e2e-test-service-management", "target": "skill:claude-api", "weight": 0.09}, {"source": "skill:e2e-test-service-management", "target": "skill:claude-settings-audit", "weight": 0.06}, {"source": "skill:e2e-test-service-management", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:e2e-test-service-management", "target": "skill:reverse-documentation", "weight": 0.15}, {"source": "skill:e2e-test-service-management", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:e2e-test-service-management", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:prompt-optimizer", "weight": 0.09}, {"source": "skill:e2e-test-service-management", "target": "skill:makefile-dev-workflow", "weight": 0.7511}, {"source": "skill:e2e-test-service-management", "target": "skill:electron-development", "weight": 0.09}, {"source": "skill:e2e-test-service-management", "target": "skill:molykit", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:understand", "weight": 0.12}, {"source": "skill:e2e-test-service-management", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:faf-wizard", "weight": 0.09}, {"source": "skill:e2e-test-service-management", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:threejs-fundamentals", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.3759}, {"source": "skill:e2e-test-service-management", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:e2e-test-service-management", "target": "skill:everything-claude-code", "weight": 0.09}, {"source": "skill:e2e-test-service-management", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:faf-expert", "weight": 0.09}, {"source": "skill:e2e-test-service-management", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:e2e-test-service-management", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:aws-secrets-rotation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.6314}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.6197}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.5587}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:threejs-fundamentals", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:web-performance-optimization", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-flags", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:agentphone", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:astro", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:reverse-documentation", "weight": 0.09}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:faf-expert", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:threejs-shaders", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:understand", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:makefile-dev-workflow", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:molykit", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:faf-wizard", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:threejs-fundamentals", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:seo-geo", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:everything-claude-code", "weight": 0.09}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:aws-secrets-rotation", "target": "skill:strix-vulnerabilities-idor", "weight": 0.06}, {"source": "skill:aws-secrets-rotation", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:aws-secrets-rotation", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:molykit", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.4497}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-skill-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.4871}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.4421}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.421}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.4831}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-code-review-context", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-change-size", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:threejs-fundamentals", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:astro", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:threejs-fundamentals", "target": "skill:faf-expert", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:faf-wizard", "weight": 0.06}, {"source": "skill:threejs-fundamentals", "target": "skill:makefile-dev-workflow", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:molykit", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:prompt-optimizer", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:reverse-documentation", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:strix-vulnerabilities-idor", "weight": 0.06}, {"source": "skill:threejs-fundamentals", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:threejs-fundamentals", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:understand", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:threejs-fundamentals", "target": "skill:threejs-shaders", "weight": 0.5929}, {"source": "skill:molykit", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:cred-omega", "weight": 0.06}, {"source": "skill:molykit", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:everything-claude-code", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:faf-expert", "weight": 0.06}, {"source": "skill:molykit", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:makefile-dev-workflow", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-code-review-context", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:prompt-optimizer", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-skill-creator", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:strix-vulnerabilities-idor", "weight": 0.06}, {"source": "skill:molykit", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:reverse-documentation", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:molykit", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:everything-claude-code", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-code-review-context", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.5727}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-skill-creator", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.5697}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.6049}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.6089}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.5233}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.5398}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-write-guide", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pr-draft-summary", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.5271}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-guide", "target": "skill:web-performance-optimization", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:llm-evaluation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-code-review-context", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-skill-creator", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:prompt-optimizer", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:understand", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-code-review-context", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:makefile-dev-workflow", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:local-llm-expert", "weight": 0.06}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:reverse-documentation", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:llm-evaluation", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-code-review-testing", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-context", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.4895}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.4411}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.488}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.5195}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review-testing", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.5099}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-babysit-pr", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.4608}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-pproenca-dot-skills-openai-codex-rust-patterns", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:agentphone", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:claude-settings-audit", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "weight": 0.05}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:web-performance-optimization", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-aymericzip-intlayer-skills-intlayer-next-js", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:makefile-dev-workflow", "weight": 0.09}, {"source": "skill:agentphone", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:faf-wizard", "weight": 0.15}, {"source": "skill:agentphone", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:claude-settings-audit", "weight": 0.12}, {"source": "skill:agentphone", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:seo-geo", "weight": 0.06}, {"source": "skill:agentphone", "target": "skill:claude-api", "weight": 0.09}, {"source": "skill:agentphone", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:everything-claude-code", "weight": 0.09}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:context-mode", "weight": 0.12}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:astro", "weight": 0.06}, {"source": "skill:agentphone", "target": "skill:reverse-documentation", "weight": 0.12}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:faf-expert", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:agentphone", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:prompt-optimizer", "weight": 0.06}, {"source": "skill:agentphone", "target": "skill:understand", "weight": 0.15}, {"source": "skill:agentphone", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:agentphone", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:agentphone", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-babysit-pr", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:claude-api", "weight": 0.15}, {"source": "skill:prompt-optimizer", "target": "skill:claude-settings-audit", "weight": 0.15}, {"source": "skill:prompt-optimizer", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:prompt-optimizer", "target": "skill:electron-development", "weight": 0.06}, {"source": "skill:prompt-optimizer", "target": "skill:everything-claude-code", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:faf-expert", "weight": 0.12}, {"source": "skill:prompt-optimizer", "target": "skill:faf-wizard", "weight": 0.15}, {"source": "skill:prompt-optimizer", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:makefile-dev-workflow", "weight": 0.09}, {"source": "skill:prompt-optimizer", "target": "skill:strix-vulnerabilities-rce", "weight": 0.06}, {"source": "skill:prompt-optimizer", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.12}, {"source": "skill:prompt-optimizer", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.06}, {"source": "skill:prompt-optimizer", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:reverse-documentation", "weight": 0.06}, {"source": "skill:prompt-optimizer", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:prompt-optimizer", "target": "skill:understand", "weight": 0.15}, {"source": "skill:prompt-optimizer", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:prompt-optimizer", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:claude-settings-audit", "target": "skill:astro", "weight": 0.09}, {"source": "skill:claude-settings-audit", "target": "skill:claude-api", "weight": 0.12}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:makefile-dev-workflow", "weight": 0.09}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:electron-development", "weight": 0.12}, {"source": "skill:claude-settings-audit", "target": "skill:understand", "weight": 0.15}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:strix-vulnerabilities-rce", "weight": 0.06}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:faf-wizard", "weight": 0.15}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.12}, {"source": "skill:claude-settings-audit", "target": "skill:everything-claude-code", "weight": 0.09}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.06}, {"source": "skill:claude-settings-audit", "target": "skill:faf-expert", "weight": 0.15}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:context-mode", "weight": 0.09}, {"source": "skill:claude-settings-audit", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:reverse-documentation", "weight": 0.06}, {"source": "skill:claude-settings-audit", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:claude-settings-audit", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:claude-settings-audit", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:everything-claude-code", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.4921}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-codex-pr-body", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.4875}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:skills-sh-laguagu-claude-code-nextjs-skills-openai-agents-sdk", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-skills-migrate-to-codex", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-pr-body", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-plugin-creator", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-migrate-to-codex", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.6162}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:strix-vulnerabilities-idor", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:web-performance-optimization", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-secondsky-claude-skills-bun-next-js", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:astro", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:faf-expert", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:faf-wizard", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:makefile-dev-workflow", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:reverse-documentation", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.6857}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.6729}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:threejs-shaders", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:understand", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:web-performance-optimization", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:strix-vulnerabilities-rce", "weight": 0.6548}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:agents-md-protocol", "weight": 0.6649}, {"source": "skill:strix-vulnerabilities-idor", "target": "skill:julius-caveman-cavecrew", "weight": 0.1499}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-codex-test-tui", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-creator", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.4544}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-test-tui", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:astro", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-react-vendoring", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:web-performance-optimization", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:web-performance-optimization", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:seo-geo", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.5799}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.5196}, {"source": "skill:skills-sh-vercel-next-js-react-vendoring", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:astro", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:seo-geo", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:makefile-dev-workflow", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:reverse-documentation", "weight": 0.06}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-next-compile", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:understand", "weight": 0.09}, {"source": "skill:seo-geo", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:seo-geo", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.5209}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.5418}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-skills-codex-wrapped", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-gpt-5-4-prompting", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.5364}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-next-compile", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-wrapped", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-sugarforever-01coder-agent-skills-next-js-security-scan", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:everything-claude-code", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:understand", "weight": 0.03}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-neondatabase-neon-js-neon-auth-nextjs", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:understand", "target": "skill:astro", "weight": 0.09}, {"source": "skill:understand", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:understand", "target": "skill:claude-api", "weight": 0.15}, {"source": "skill:understand", "target": "skill:context-mode", "weight": 0.15}, {"source": "skill:understand", "target": "skill:electron-development", "weight": 0.06}, {"source": "skill:understand", "target": "skill:everything-claude-code", "weight": 0.15}, {"source": "skill:understand", "target": "skill:faf-expert", "weight": 0.09}, {"source": "skill:understand", "target": "skill:faf-wizard", "weight": 0.15}, {"source": "skill:understand", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:understand", "target": "skill:makefile-dev-workflow", "weight": 0.12}, {"source": "skill:understand", "target": "skill:reverse-documentation", "weight": 0.15}, {"source": "skill:understand", "target": "skill:seo-images", "weight": 0.09}, {"source": "skill:understand", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:understand", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:understand", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:understand", "target": "skill:strix-vulnerabilities-rce", "weight": 0.06}, {"source": "skill:understand", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.06}, {"source": "skill:understand", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:understand", "target": "skill:agents-md-protocol", "weight": 0.1505}, {"source": "skill:understand", "target": "skill:julius-caveman-cavecrew", "weight": 0.1805}, {"source": "skill:agents-md-protocol", "target": "skill:faf-wizard", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:claude-api", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:reverse-documentation", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.6712}, {"source": "skill:agents-md-protocol", "target": "skill:julius-caveman-cavecrew", "weight": 0.5578}, {"source": "skill:agents-md-protocol", "target": "skill:strix-vulnerabilities-rce", "weight": 0.6732}, {"source": "skill:agents-md-protocol", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.6803}, {"source": "skill:agents-md-protocol", "target": "skill:astro", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:cred-omega", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:faf-expert", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:everything-claude-code", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:makefile-dev-workflow", "weight": 0.1505}, {"source": "skill:agents-md-protocol", "target": "skill:electron-development", "weight": 0.1505}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:everything-claude-code", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.5522}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.5337}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.4906}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.4934}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.4744}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-code-change-verification", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:astro", "weight": 0.12}, {"source": "skill:everything-claude-code", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:claude-api", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:context-mode", "weight": 0.09}, {"source": "skill:everything-claude-code", "target": "skill:electron-development", "weight": 0.09}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:reverse-documentation", "weight": 0.6612}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-docs-sync", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:faf-expert", "weight": 0.09}, {"source": "skill:everything-claude-code", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:seo-images", "weight": 0.09}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:makefile-dev-workflow", "weight": 0.12}, {"source": "skill:everything-claude-code", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:faf-wizard", "weight": 0.12}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:everything-claude-code", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:everything-claude-code", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.4949}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.5177}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-pproenca-dot-skills-js-google", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.5072}, {"source": "skill:skills-sh-openai-openai-agents-js-docs-sync", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:strix-vulnerabilities-ssrf", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:skills-sh-pproenca-dot-skills-js-google", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:astro", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:context-mode", "weight": 0.09}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:faf-expert", "weight": 0.09}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:faf-wizard", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:makefile-dev-workflow", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:skills-sh-vercel-next-js-write-api-reference", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.7306}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:strix-vulnerabilities-rce", "weight": 0.7209}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:threejs-shaders", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-ssrf", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.5483}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-write-api-reference", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.5484}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.5248}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-changeset-validation", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:astro", "weight": 0.5521}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:faf-wizard", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.6051}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.06}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.06}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-slanycukr-riot-api-project-next-js-15", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:faf-wizard", "target": "skill:astro", "weight": 0.09}, {"source": "skill:faf-wizard", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:claude-api", "weight": 0.12}, {"source": "skill:faf-wizard", "target": "skill:context-mode", "weight": 0.12}, {"source": "skill:faf-wizard", "target": "skill:electron-development", "weight": 0.09}, {"source": "skill:faf-wizard", "target": "skill:faf-expert", "weight": 0.8029}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-vercel-next-js-runtime-debug", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:makefile-dev-workflow", "weight": 0.12}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:strix-vulnerabilities-rce", "weight": 0.06}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.09}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:reverse-documentation", "weight": 0.09}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:faf-wizard", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.5235}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.06}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.4507}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.4912}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.4244}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-skills-codex-readiness-integration-test", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.5882}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-runtime-debug", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.6157}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-implementation-strategy", "target": "skill:skills-sh-openai-openai-agents-js-integration-tests", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.4705}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-vercel-next-js-dce-edge", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-integration-tests", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:electron-development", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-dce-edge", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-pnpm-upgrade", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-test-coverage-improver", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.5983}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-openai-knowledge", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-result-handling", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:makefile-dev-workflow", "target": "skill:astro", "weight": 0.06}, {"source": "skill:makefile-dev-workflow", "target": "skill:claude-api", "weight": 0.09}, {"source": "skill:makefile-dev-workflow", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:makefile-dev-workflow", "target": "skill:electron-development", "weight": 0.06}, {"source": "skill:makefile-dev-workflow", "target": "skill:faf-expert", "weight": 0.12}, {"source": "skill:makefile-dev-workflow", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:makefile-dev-workflow", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:makefile-dev-workflow", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:makefile-dev-workflow", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:makefile-dev-workflow", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:makefile-dev-workflow", "target": "skill:reverse-documentation", "weight": 0.15}, {"source": "skill:makefile-dev-workflow", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:faf-expert", "target": "skill:astro", "weight": 0.03}, {"source": "skill:faf-expert", "target": "skill:claude-api", "weight": 0.09}, {"source": "skill:faf-expert", "target": "skill:context-mode", "weight": 0.09}, {"source": "skill:faf-expert", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:faf-expert", "target": "skill:electron-development", "weight": 0.06}, {"source": "skill:faf-expert", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.09}, {"source": "skill:faf-expert", "target": "skill:threejs-shaders", "weight": 0.03}, {"source": "skill:faf-expert", "target": "skill:reverse-documentation", "weight": 0.09}, {"source": "skill:faf-expert", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:faf-expert", "target": "skill:strix-vulnerabilities-rce", "weight": 0.06}, {"source": "skill:faf-expert", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-openai-codex-remote-tests", "weight": 0.06}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-fcakyon-claude-codex-settings-openai-frontend-design", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:electron-development", "target": "skill:astro", "weight": 0.06}, {"source": "skill:electron-development", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:electron-development", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:electron-development", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:reverse-documentation", "weight": 0.06}, {"source": "skill:electron-development", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:electron-development", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:electron-development", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:threejs-shaders", "target": "skill:astro", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:threejs-shaders", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:threejs-shaders", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:local-llm-expert", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-remote-tests", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:reverse-documentation", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:local-llm-expert", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-openai-openai-agents-js-final-release-review", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.06}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-pluginagentmarketplace-custom-plugin-react-next-js-framework", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:strix-vulnerabilities-rce", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-final-release-review", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:astro", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.7214}, {"source": "skill:strix-vulnerabilities-rce", "target": "skill:julius-caveman-cavecrew", "weight": 0.1433}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-vercel-next-js-pr-status-triage", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-runtime-behavior-probe", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:skills-sh-vercel-next-js-update-docs", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-pr-status-triage", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "target": "skill:skills-sh-openai-codex-codex-bug", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-plugin-cc-codex-cli-runtime", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:seo-images", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-update-docs", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:reverse-documentation", "target": "skill:astro", "weight": 0.06}, {"source": "skill:reverse-documentation", "target": "skill:claude-api", "weight": 0.09}, {"source": "skill:reverse-documentation", "target": "skill:context-mode", "weight": 0.06}, {"source": "skill:reverse-documentation", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:reverse-documentation", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:reverse-documentation", "target": "skill:seo-images", "weight": 0.06}, {"source": "skill:reverse-documentation", "target": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-bug", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-bug", "target": "skill:cred-omega", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-bug", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-codex-bug", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-bug", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-openai-codex-codex-bug", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:cred-omega", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:cred-omega", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:cred-omega", "target": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "weight": 0.03}, {"source": "skill:cred-omega", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:cred-omega", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:cred-omega", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:seo-images", "target": "skill:astro", "weight": 0.03}, {"source": "skill:seo-images", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:seo-images", "target": "skill:claude-api", "weight": 0.06}, {"source": "skill:seo-images", "target": "skill:context-mode", "weight": 0.09}, {"source": "skill:seo-images", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:seo-images", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:seo-images", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:seo-images", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:seo-images", "target": "skill:julius-caveman-cavecrew", "weight": 0.1805}, {"source": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.08}, {"source": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-am-will-codex-skills-openai-docs-skill", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.06}, {"source": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "target": "skill:astro", "weight": 0.03}, {"source": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "target": "skill:claude-api", "weight": 0.03}, {"source": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "target": "skill:skills-sh-vercel-next-js-router-act", "weight": 0.03}, {"source": "skill:skills-sh-testacode-llm-toolkit-nextjs-project-starter", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:claude-api", "target": "skill:astro", "weight": 0.03}, {"source": "skill:claude-api", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:claude-api", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:claude-api", "target": "skill:context-mode", "weight": 0.09}, {"source": "skill:claude-api", "target": "skill:julius-caveman-cavecrew", "weight": 0.1805}, {"source": "skill:skills-sh-vercel-next-js-router-act", "target": "skill:astro", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-router-act", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-router-act", "target": "skill:context-mode", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-router-act", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-router-act", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:skills-sh-vercel-next-js-router-act", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.03}, {"source": "skill:context-mode", "target": "skill:astro", "weight": 0.06}, {"source": "skill:context-mode", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:context-mode", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:context-mode", "target": "skill:strix-vulnerabilities-information-disclosure", "weight": 0.06}, {"source": "skill:context-mode", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:context-mode", "target": "skill:julius-caveman-cavecrew", "weight": 0.0805}, {"source": "skill:strix-vulnerabilities-information-disclosure", "target": "skill:astro", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-information-disclosure", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-information-disclosure", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-information-disclosure", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:strix-vulnerabilities-information-disclosure", "target": "skill:julius-caveman-cavecrew", "weight": 0.6501}, {"source": "skill:astro", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.06}, {"source": "skill:astro", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:astro", "target": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "weight": 0.03}, {"source": "skill:astro", "target": "skill:julius-caveman-cavecrew", "weight": 0.1505}, {"source": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "target": "skill:azure-ai-voicelive-ts", "weight": 0.06}, {"source": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "target": "skill:skills-sh-openai-codex-code-review", "weight": 0.03}, {"source": "skill:skills-sh-openai-openai-agents-js-examples-auto-run", "target": "skill:skills-sh-vercel-next-js-authoring-skills", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}, {"source": "skill:skills-sh-openai-codex-code-review", "target": "skill:skills-sh-am-will-codex-skills-llm-council", "weight": 0.03}, {"source": "skill:skills-sh-vercel-next-js-authoring-skills", "target": "skill:azure-ai-voicelive-ts", "weight": 0.03}];
const TYPE_COLORS = {"skill": "#6366f1", "agent": "#f59e0b", "mcp-server": "#06b6d4", "harness": "#22c55e"};
const CTX_GRAPH_METADATA = {"export_id": "ctx-graph-rescore-20260527T171206Z-102928-2913960", "source_graph_nodes": 102928, "source_graph_edges": 2913960, "view_nodes": 90, "view_edges": 2345, "nodes": 90, "edges": 2345};
const COMM_COLORS = ["#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899","#14b8a6","#f43f5e","#84cc16","#0ea5e9","#a855f7","#e11d48","#10b981"];
function esc(s) { return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;'); }
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 enabledTypes = new Set(Array.from(document.querySelectorAll('.type-filter:checked')).map(el => el.dataset.type));
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 (!enabledTypes.has(n.type)) 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 nodeById = new Map(NODES.map(n => [n.id, n]));
const edgeX = [], edgeY = [];
let edgeCount = 0;
EDGES.forEach(e => {
if (visible.has(e.source) && visible.has(e.target)) {
const s = nodeById.get(e.source);
const t = nodeById.get(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
}];
Object.keys(TYPE_COLORS).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>'+esc(n.label)+'</b><br>Type: '+esc(n.type)+'<br>Connections: '+n.degree+'<br>Tags: '+esc(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>