Files
our-claude-skills/graphify-out/graph.html
Andrew Yim 6c97dfc913 graphify: index ourdigital-okf skill into knowledge graph
OKF-scoped --update of custom-skills/97-ourdigital-okf (7 code + 19 docs):
+131 nodes (62 AST + 75 semantic), +207 edges, 8 OKF communities, 6 hyperedges
capturing the produce/validate/visualize design and zero-dep utility trio.
Prior graph was code-only; the OKF skill is now queryable. ~172k extraction tokens.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 01:33:44 +09:00

307 lines
236 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network@9.1.6/standalone/umd/vis-network.min.js"
integrity="sha384-Ux6phic9PEHJ38YtrijhkzyJ8yQlH8i/+buBR8s3mAZOJrP1gwyvAcIYl3GWtpX1"
crossorigin="anonymous"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
#legend-controls label:hover { color: #e0e0e0; }
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend-controls">
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
</div>
<div id="legend"></div>
</div>
<div id="stats">368 nodes &middot; 349 edges &middot; 368 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "0", "label": "db session", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "db session", "community": 0, "community_name": "db session", "source_file": "", "file_type": "", "degree": 8}, {"id": "1", "label": "test notion search", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "test notion search", "community": 1, "community_name": "test notion search", "source_file": "", "file_type": "", "degree": 0}, {"id": "2", "label": "KpiAggregator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 38.4, "font": {"size": 12, "color": "#ffffff"}, "title": "KpiAggregator", "community": 2, "community_name": "KpiAggregator", "source_file": "", "file_type": "", "degree": 3}, {"id": "3", "label": "PerformanceReporter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 38.4, "font": {"size": 12, "color": "#ffffff"}, "title": "PerformanceReporter", "community": 3, "community_name": "PerformanceReporter", "source_file": "", "file_type": "", "degree": 3}, {"id": "4", "label": "validate schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 38.4, "font": {"size": 12, "color": "#ffffff"}, "title": "validate schema", "community": 4, "community_name": "validate schema", "source_file": "", "file_type": "", "degree": 0}, {"id": "5", "label": "CompetitorProfiler", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 37.9, "font": {"size": 12, "color": "#ffffff"}, "title": "CompetitorProfiler", "community": 5, "community_name": "CompetitorProfiler", "source_file": "", "file_type": "", "degree": 3}, {"id": "6", "label": "MigrationPlanner", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 36.9, "font": {"size": 12, "color": "#ffffff"}, "title": "MigrationPlanner", "community": 6, "community_name": "MigrationPlanner", "source_file": "", "file_type": "", "degree": 3}, {"id": "7", "label": "MCPConnection", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 36.4, "font": {"size": 12, "color": "#ffffff"}, "title": "MCPConnection", "community": 7, "community_name": "MCPConnection", "source_file": "", "file_type": "", "degree": 0}, {"id": "8", "label": ".audit", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 36.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".audit", "community": 8, "community_name": ".audit", "source_file": "", "file_type": "", "degree": 3}, {"id": "9", "label": "PageAnalyzer", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 34.8, "font": {"size": 12, "color": "#ffffff"}, "title": "PageAnalyzer", "community": 9, "community_name": "PageAnalyzer", "source_file": "", "file_type": "", "degree": 2}, {"id": "10", "label": "AiVisibilityTracker", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 34.8, "font": {"size": 12, "color": "#ffffff"}, "title": "AiVisibilityTracker", "community": 10, "community_name": "AiVisibilityTracker", "source_file": "", "file_type": "", "degree": 3}, {"id": "11", "label": "CompetitiveMonitor", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 34.8, "font": {"size": 12, "color": "#ffffff"}, "title": "CompetitiveMonitor", "community": 11, "community_name": "CompetitiveMonitor", "source_file": "", "file_type": "", "degree": 4}, {"id": "12", "label": "db", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 34.8, "font": {"size": 12, "color": "#ffffff"}, "title": "db", "community": 12, "community_name": "db", "source_file": "", "file_type": "", "degree": 7}, {"id": "13", "label": "easing", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 34.3, "font": {"size": 12, "color": "#ffffff"}, "title": "easing", "community": 13, "community_name": "easing", "source_file": "", "file_type": "", "degree": 11}, {"id": "14", "label": "generate quotation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 34.3, "font": {"size": 12, "color": "#ffffff"}, "title": "generate quotation", "community": 14, "community_name": "generate quotation", "source_file": "", "file_type": "", "degree": 1}, {"id": "15", "label": "create blank frame", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 33.3, "font": {"size": 12, "color": "#ffffff"}, "title": "create blank frame", "community": 15, "community_name": "create blank frame", "source_file": "", "file_type": "", "degree": 9}, {"id": "16", "label": "SerpAnalyzer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 33.3, "font": {"size": 12, "color": "#ffffff"}, "title": "SerpAnalyzer", "community": 16, "community_name": "SerpAnalyzer", "source_file": "", "file_type": "", "degree": 1}, {"id": "17", "label": "MigrationMonitor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 33.3, "font": {"size": 12, "color": "#ffffff"}, "title": "MigrationMonitor", "community": 17, "community_name": "MigrationMonitor", "source_file": "", "file_type": "", "degree": 4}, {"id": "18", "label": "LinkGapFinder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 32.8, "font": {"size": 12, "color": "#ffffff"}, "title": "LinkGapFinder", "community": 18, "community_name": "LinkGapFinder", "source_file": "", "file_type": "", "degree": 3}, {"id": "19", "label": "test parser", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 32.8, "font": {"size": 12, "color": "#ffffff"}, "title": "test parser", "community": 19, "community_name": "test parser", "source_file": "", "file_type": "", "degree": 6}, {"id": "20", "label": "ContentAuditor", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 31.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ContentAuditor", "community": 20, "community_name": "ContentAuditor", "source_file": "", "file_type": "", "degree": 3}, {"id": "21", "label": "ProductSchemaChecker", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 31.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ProductSchemaChecker", "community": 21, "community_name": "ProductSchemaChecker", "source_file": "", "file_type": "", "degree": 3}, {"id": "22", "label": "KnowledgeGraphAnalyzer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 31.7, "font": {"size": 12, "color": "#ffffff"}, "title": "KnowledgeGraphAnalyzer", "community": 22, "community_name": "KnowledgeGraphAnalyzer", "source_file": "", "file_type": "", "degree": 4}, {"id": "23", "label": "ContentBriefGenerator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 31.2, "font": {"size": 12, "color": "#ffffff"}, "title": "ContentBriefGenerator", "community": 23, "community_name": "ContentBriefGenerator", "source_file": "", "file_type": "", "degree": 3}, {"id": "24", "label": "models", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 29.7, "font": {"size": 12, "color": "#ffffff"}, "title": "models", "community": 24, "community_name": "models", "source_file": "", "file_type": "", "degree": 3}, {"id": "25", "label": "EntityAuditor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 29.7, "font": {"size": 12, "color": "#ffffff"}, "title": "EntityAuditor", "community": 25, "community_name": "EntityAuditor", "source_file": "", "file_type": "", "degree": 5}, {"id": "26", "label": "BaseSchemaValidator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 29.7, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseSchemaValidator", "community": 26, "community_name": "BaseSchemaValidator", "source_file": "", "file_type": "", "degree": 0}, {"id": "27", "label": "OKF: okf validate conformance linter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: okf validate conformance linter", "community": 27, "community_name": "OKF: okf validate conformance linter", "source_file": "", "file_type": "", "degree": 0}, {"id": "28", "label": "ConfigManager", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 28, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "29", "label": "ConfigManager", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 29, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "30", "label": "ConfigManager", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 30, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "31", "label": "ConfigManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 31, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "32", "label": "ConfigManager", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 32, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "33", "label": "ConfigManager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 33, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "34", "label": "NaverSerpAnalyzer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "NaverSerpAnalyzer", "community": 34, "community_name": "NaverSerpAnalyzer", "source_file": "", "file_type": "", "degree": 1}, {"id": "35", "label": "ConfigManager", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 35, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "36", "label": "ConfigManager", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 36, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "37", "label": "ConfigManager", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 37, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "38", "label": "ConfigManager", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 38, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "39", "label": "ConfigManager", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 39, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "40", "label": "ConfigManager", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 40, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "41", "label": "ConfigManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 41, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "42", "label": "ConfigManager", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 42, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "43", "label": "ConfigManager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 43, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "44", "label": "ConfigManager", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 29.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 44, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "45", "label": "DashboardGenerator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 28.1, "font": {"size": 12, "color": "#ffffff"}, "title": "DashboardGenerator", "community": 45, "community_name": "DashboardGenerator", "source_file": "", "file_type": "", "degree": 1}, {"id": "46", "label": "BaseSchemaValidator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 27.6, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseSchemaValidator", "community": 46, "community_name": "BaseSchemaValidator", "source_file": "", "file_type": "", "degree": 5}, {"id": "47", "label": "PageAnalyzer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 27.1, "font": {"size": 12, "color": "#ffffff"}, "title": "PageAnalyzer", "community": 47, "community_name": "PageAnalyzer", "source_file": "", "file_type": "", "degree": 5}, {"id": "48", "label": "exporter", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 27.1, "font": {"size": 12, "color": "#ffffff"}, "title": "exporter", "community": 48, "community_name": "exporter", "source_file": "", "file_type": "", "degree": 5}, {"id": "49", "label": "KeywordResearcher", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 27.1, "font": {"size": 12, "color": "#ffffff"}, "title": "KeywordResearcher", "community": 49, "community_name": "KeywordResearcher", "source_file": "", "file_type": "", "degree": 1}, {"id": "50", "label": "CrawlBudgetAnalyzer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.6, "font": {"size": 12, "color": "#ffffff"}, "title": "CrawlBudgetAnalyzer", "community": 50, "community_name": "CrawlBudgetAnalyzer", "source_file": "", "file_type": "", "degree": 2}, {"id": "51", "label": "manifest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 26.6, "font": {"size": 12, "color": "#ffffff"}, "title": "manifest", "community": 51, "community_name": "manifest", "source_file": "", "file_type": "", "degree": 6}, {"id": "52", "label": "ContentSynthesizer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 26.6, "font": {"size": 12, "color": "#ffffff"}, "title": "ContentSynthesizer", "community": 52, "community_name": "ContentSynthesizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "53", "label": "Document", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 26.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Document", "community": 53, "community_name": "Document", "source_file": "", "file_type": "", "degree": 6}, {"id": "54", "label": "ParticleSystem", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ParticleSystem", "community": 54, "community_name": "ParticleSystem", "source_file": "", "file_type": "", "degree": 5}, {"id": "55", "label": "notion writer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "notion writer", "community": 55, "community_name": "notion writer", "source_file": "", "file_type": "", "degree": 6}, {"id": "56", "label": "seo crawler adapter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "seo crawler adapter", "community": 56, "community_name": "seo crawler adapter", "source_file": "", "file_type": "", "degree": 4}, {"id": "57", "label": "reviewer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "reviewer", "community": 57, "community_name": "reviewer", "source_file": "", "file_type": "", "degree": 4}, {"id": "58", "label": "CrawlProgress", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "CrawlProgress", "community": 58, "community_name": "CrawlProgress", "source_file": "", "file_type": "", "degree": 3}, {"id": "59", "label": "GatewayPageGenerator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GatewayPageGenerator", "community": 59, "community_name": "GatewayPageGenerator", "source_file": "", "file_type": "", "degree": 1}, {"id": "60", "label": "SearchConsoleClient", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SearchConsoleClient", "community": 60, "community_name": "SearchConsoleClient", "source_file": "", "file_type": "", "degree": 1}, {"id": "61", "label": "RobotsChecker", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "RobotsChecker", "community": 61, "community_name": "RobotsChecker", "source_file": "", "file_type": "", "degree": 2}, {"id": "62", "label": "organizer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "organizer", "community": 62, "community_name": "organizer", "source_file": "", "file_type": "", "degree": 1}, {"id": "63", "label": "ExecutiveReportGenerator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ExecutiveReportGenerator", "community": 63, "community_name": "ExecutiveReportGenerator", "source_file": "", "file_type": "", "degree": 1}, {"id": "64", "label": "XMLEditor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "XMLEditor", "community": 64, "community_name": "XMLEditor", "source_file": "", "file_type": "", "degree": 5}, {"id": "65", "label": "NotionAsyncOrganizer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NotionAsyncOrganizer", "community": 65, "community_name": "NotionAsyncOrganizer", "source_file": "", "file_type": "", "degree": 4}, {"id": "66", "label": "color palettes", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "color palettes", "community": 66, "community_name": "color palettes", "source_file": "", "file_type": "", "degree": 3}, {"id": "67", "label": "Image", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Image", "community": 67, "community_name": "Image", "source_file": "", "file_type": "", "degree": 3}, {"id": "68", "label": "get bounding box messages", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get bounding box messages", "community": 68, "community_name": "get bounding box messages", "source_file": "", "file_type": "", "degree": 0}, {"id": "69", "label": "PageSpeedClient", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PageSpeedClient", "community": 69, "community_name": "PageSpeedClient", "source_file": "", "file_type": "", "degree": 0}, {"id": "70", "label": "SchemaValidator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SchemaValidator", "community": 70, "community_name": "SchemaValidator", "source_file": "", "file_type": "", "degree": 1}, {"id": "71", "label": "SitemapValidator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SitemapValidator", "community": 71, "community_name": "SitemapValidator", "source_file": "", "file_type": "", "degree": 1}, {"id": "72", "label": "install.sh", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 23.4, "font": {"size": 12, "color": "#ffffff"}, "title": "install.sh", "community": 72, "community_name": "install.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "73", "label": "BaseAsyncClient", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 23.4, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseAsyncClient", "community": 73, "community_name": "BaseAsyncClient", "source_file": "", "file_type": "", "degree": 21}, {"id": "74", "label": "journal validator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 23.4, "font": {"size": 12, "color": "#ffffff"}, "title": "journal validator", "community": 74, "community_name": "journal validator", "source_file": "", "file_type": "", "degree": 0}, {"id": "75", "label": "notion search", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 22.9, "font": {"size": 12, "color": "#ffffff"}, "title": "notion search", "community": 75, "community_name": "notion search", "source_file": "", "file_type": "", "degree": 4}, {"id": "76", "label": "config", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 22.9, "font": {"size": 12, "color": "#ffffff"}, "title": "config", "community": 76, "community_name": "config", "source_file": "", "file_type": "", "degree": 3}, {"id": "77", "label": "RankingReporter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 22.9, "font": {"size": 12, "color": "#ffffff"}, "title": "RankingReporter", "community": 77, "community_name": "RankingReporter", "source_file": "", "file_type": "", "degree": 5}, {"id": "78", "label": "InstallationValidator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 22.9, "font": {"size": 12, "color": "#ffffff"}, "title": "InstallationValidator", "community": 78, "community_name": "InstallationValidator", "source_file": "", "file_type": "", "degree": 0}, {"id": "79", "label": "notion compat", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 22.4, "font": {"size": 12, "color": "#ffffff"}, "title": "notion compat", "community": 79, "community_name": "notion compat", "source_file": "", "file_type": "", "degree": 2}, {"id": "80", "label": "Jamie Journal Editor Skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Jamie Journal Editor Skill", "community": 80, "community_name": "Jamie Journal Editor Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "81", "label": "ReportAggregator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ReportAggregator", "community": 81, "community_name": "ReportAggregator", "source_file": "", "file_type": "", "degree": 3}, {"id": "82", "label": "KeywordAnalyzer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 22.4, "font": {"size": 12, "color": "#ffffff"}, "title": "KeywordAnalyzer", "community": 82, "community_name": "KeywordAnalyzer", "source_file": "", "file_type": "", "degree": 1}, {"id": "83", "label": "ComplianceChecker", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "ComplianceChecker", "community": 83, "community_name": "ComplianceChecker", "source_file": "", "file_type": "", "degree": 0}, {"id": "84", "label": "ComplianceChecker", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "ComplianceChecker", "community": 84, "community_name": "ComplianceChecker", "source_file": "", "file_type": "", "degree": 0}, {"id": "85", "label": "check-ownership", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "check-ownership", "community": 85, "community_name": "check-ownership", "source_file": "", "file_type": "", "degree": 1}, {"id": "86", "label": "extract site claims", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "extract site claims", "community": 86, "community_name": "extract site claims", "source_file": "", "file_type": "", "degree": 0}, {"id": "87", "label": "install.sh", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "install.sh", "community": 87, "community_name": "install.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "88", "label": "DocxXMLEditor", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "DocxXMLEditor", "community": 88, "community_name": "DocxXMLEditor", "source_file": "", "file_type": "", "degree": 6}, {"id": "89", "label": "LogParser", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "LogParser", "community": 89, "community_name": "LogParser", "source_file": "", "file_type": "", "degree": 3}, {"id": "90", "label": "main", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.4, "font": {"size": 12, "color": "#ffffff"}, "title": "main", "community": 90, "community_name": "main", "source_file": "", "file_type": "", "degree": 2}, {"id": "91", "label": "ConfigManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 91, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "92", "label": "ShapeData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 21.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ShapeData", "community": 92, "community_name": "ShapeData", "source_file": "", "file_type": "", "degree": 3}, {"id": "93", "label": "install.sh", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "install.sh", "community": 93, "community_name": "install.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "94", "label": "BotIdentification", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "BotIdentification", "community": 94, "community_name": "BotIdentification", "source_file": "", "file_type": "", "degree": 3}, {"id": "95", "label": "keyword gap analyzer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "keyword gap analyzer", "community": 95, "community_name": "keyword gap analyzer", "source_file": "", "file_type": "", "degree": 3}, {"id": "96", "label": "SchemaMigrator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "SchemaMigrator", "community": 96, "community_name": "SchemaMigrator", "source_file": "", "file_type": "", "degree": 1}, {"id": "97", "label": "visual effects", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 20.3, "font": {"size": 12, "color": "#ffffff"}, "title": "visual effects", "community": 97, "community_name": "visual effects", "source_file": "", "file_type": "", "degree": 2}, {"id": "98", "label": "BaseAsyncClient", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 20.3, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseAsyncClient", "community": 98, "community_name": "BaseAsyncClient", "source_file": "", "file_type": "", "degree": 3}, {"id": "99", "label": "datetime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 20.3, "font": {"size": 12, "color": "#ffffff"}, "title": "datetime", "community": 99, "community_name": "datetime", "source_file": "", "file_type": "", "degree": 80}, {"id": "100", "label": "generator template.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.3, "font": {"size": 12, "color": "#ffffff"}, "title": "generator template.js", "community": 100, "community_name": "generator template.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "101", "label": "properties", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.8, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 101, "community_name": "properties", "source_file": "", "file_type": "", "degree": 1}, {"id": "102", "label": "GIFBuilder", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.8, "font": {"size": 12, "color": "#ffffff"}, "title": "GIFBuilder", "community": 102, "community_name": "GIFBuilder", "source_file": "", "file_type": "", "degree": 7}, {"id": "103", "label": "draw text with outline", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.8, "font": {"size": 12, "color": "#ffffff"}, "title": "draw text with outline", "community": 103, "community_name": "draw text with outline", "source_file": "", "file_type": "", "degree": 4}, {"id": "104", "label": "replace", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.8, "font": {"size": 12, "color": "#ffffff"}, "title": "replace", "community": 104, "community_name": "replace", "source_file": "", "file_type": "", "degree": 1}, {"id": "105", "label": ".append to", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 19.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".append to", "community": 105, "community_name": ".append to", "source_file": "", "file_type": "", "degree": 4}, {"id": "106", "label": "properties", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 106, "community_name": "properties", "source_file": "", "file_type": "", "degree": 3}, {"id": "107", "label": "SkillValidator", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "SkillValidator", "community": 107, "community_name": "SkillValidator", "source_file": "", "file_type": "", "degree": 0}, {"id": "108", "label": "ConfigManager", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 108, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 3}, {"id": "109", "label": "extract text inventory", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "extract text inventory", "community": 109, "community_name": "extract text inventory", "source_file": "", "file_type": "", "degree": 5}, {"id": "110", "label": "OKF: validate bundle", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: validate bundle", "community": 110, "community_name": "OKF: validate bundle", "source_file": "", "file_type": "", "degree": 5}, {"id": "111", "label": "ConfigManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "ConfigManager", "community": 111, "community_name": "ConfigManager", "source_file": "", "file_type": "", "degree": 1}, {"id": "112", "label": "position tracker", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "position tracker", "community": 112, "community_name": "position tracker", "source_file": "", "file_type": "", "degree": 5}, {"id": "113", "label": "DOCXSchemaValidator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "DOCXSchemaValidator", "community": 113, "community_name": "DOCXSchemaValidator", "source_file": "", "file_type": "", "degree": 2}, {"id": "114", "label": "DOCXSchemaValidator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "DOCXSchemaValidator", "community": 114, "community_name": "DOCXSchemaValidator", "source_file": "", "file_type": "", "degree": 4}, {"id": "115", "label": "PresentationGenerator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "PresentationGenerator", "community": 115, "community_name": "PresentationGenerator", "source_file": "", "file_type": "", "degree": 0}, {"id": "116", "label": "GTMAuditor", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "GTMAuditor", "community": 116, "community_name": "GTMAuditor", "source_file": "", "file_type": "", "degree": 4}, {"id": "117", "label": "OKF: validate bundle", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: validate bundle", "community": 117, "community_name": "OKF: validate bundle", "source_file": "", "file_type": "", "degree": 4}, {"id": "118", "label": "PositionTracker", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "PositionTracker", "community": 118, "community_name": "PositionTracker", "source_file": "", "file_type": "", "degree": 5}, {"id": "119", "label": "properties", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 119, "community_name": "properties", "source_file": "", "file_type": "", "degree": 2}, {"id": "120", "label": "PPTXSchemaValidator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "PPTXSchemaValidator", "community": 120, "community_name": "PPTXSchemaValidator", "source_file": "", "file_type": "", "degree": 4}, {"id": "121", "label": "page analyzer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "page analyzer", "community": 121, "community_name": "page analyzer", "source_file": "", "file_type": "", "degree": 2}, {"id": "122", "label": "ExtensionsAnalyzer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "ExtensionsAnalyzer", "community": 122, "community_name": "ExtensionsAnalyzer", "source_file": "", "file_type": "", "degree": 0}, {"id": "123", "label": "BrandStyler", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "BrandStyler", "community": 123, "community_name": "BrandStyler", "source_file": "", "file_type": "", "degree": 0}, {"id": "124", "label": "seo audit orchestrator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": "seo audit orchestrator", "community": 124, "community_name": "seo audit orchestrator", "source_file": "", "file_type": "", "degree": 1}, {"id": "125", "label": "properties", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 125, "community_name": "properties", "source_file": "", "file_type": "", "degree": 3}, {"id": "126", "label": "properties", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 126, "community_name": "properties", "source_file": "", "file_type": "", "degree": 3}, {"id": "127", "label": "properties", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 127, "community_name": "properties", "source_file": "", "file_type": "", "degree": 8}, {"id": "128", "label": "OurDigital SEO Audit Log (Notion)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital SEO Audit Log (Notion)", "community": 128, "community_name": "OurDigital SEO Audit Log (Notion)", "source_file": "", "file_type": "", "degree": 0}, {"id": "129", "label": "PPTXSchemaValidator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "PPTXSchemaValidator", "community": 129, "community_name": "PPTXSchemaValidator", "source_file": "", "file_type": "", "degree": 2}, {"id": "130", "label": "get field info", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "get field info", "community": 130, "community_name": "get field info", "source_file": "", "file_type": "", "degree": 0}, {"id": "131", "label": "DatabaseBackend", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "DatabaseBackend", "community": 131, "community_name": "DatabaseBackend", "source_file": "", "file_type": "", "degree": 3}, {"id": "132", "label": "crawl mgr", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "crawl mgr", "community": 132, "community_name": "crawl mgr", "source_file": "", "file_type": "", "degree": 5}, {"id": "133", "label": ". run datalayer audit", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": ". run datalayer audit", "community": 133, "community_name": ". run datalayer audit", "source_file": "", "file_type": "", "degree": 4}, {"id": "134", "label": ". run form audit", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": ". run form audit", "community": 134, "community_name": ". run form audit", "source_file": "", "file_type": "", "degree": 3}, {"id": "135", "label": "OKF: okf common", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: okf common", "community": 135, "community_name": "OKF: okf common", "source_file": "", "file_type": "", "degree": 4}, {"id": "136", "label": "properties", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 136, "community_name": "properties", "source_file": "", "file_type": "", "degree": 2}, {"id": "137", "label": "backlink auditor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "backlink auditor", "community": 137, "community_name": "backlink auditor", "source_file": "", "file_type": "", "degree": 9}, {"id": "138", "label": "international auditor", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "international auditor", "community": 138, "community_name": "international auditor", "source_file": "", "file_type": "", "degree": 7}, {"id": "139", "label": "ai citation analyzer", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "ai citation analyzer", "community": 139, "community_name": "ai citation analyzer", "source_file": "", "file_type": "", "degree": 3}, {"id": "140", "label": ".run", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".run", "community": 140, "community_name": ".run", "source_file": "", "file_type": "", "degree": 3}, {"id": "141", "label": "RedliningValidator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "RedliningValidator", "community": 141, "community_name": "RedliningValidator", "source_file": "", "file_type": "", "degree": 0}, {"id": "142", "label": "RedliningValidator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "RedliningValidator", "community": 142, "community_name": "RedliningValidator", "source_file": "", "file_type": "", "degree": 2}, {"id": "143", "label": "OKF: build graph", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: build graph", "community": 143, "community_name": "OKF: build graph", "source_file": "", "file_type": "", "degree": 4}, {"id": "144", "label": "jamie video info", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "jamie video info", "community": 144, "community_name": "jamie video info", "source_file": "", "file_type": "", "degree": 1}, {"id": "145", "label": "migrate skill root", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "migrate skill root", "community": 145, "community_name": "migrate skill root", "source_file": "", "file_type": "", "degree": 0}, {"id": "146", "label": "OKF: TestFrontmatter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: TestFrontmatter", "community": 146, "community_name": "OKF: TestFrontmatter", "source_file": "", "file_type": "", "degree": 4}, {"id": "147", "label": ".analyze", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".analyze", "community": 147, "community_name": ".analyze", "source_file": "", "file_type": "", "degree": 4}, {"id": "148", "label": "properties", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 148, "community_name": "properties", "source_file": "", "file_type": "", "degree": 6}, {"id": "149", "label": "properties", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 149, "community_name": "properties", "source_file": "", "file_type": "", "degree": 2}, {"id": "150", "label": "MoodCalibrator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "MoodCalibrator", "community": 150, "community_name": "MoodCalibrator", "source_file": "", "file_type": "", "degree": 0}, {"id": "151", "label": "SitemapCrawler", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "SitemapCrawler", "community": 151, "community_name": "SitemapCrawler", "source_file": "", "file_type": "", "degree": 2}, {"id": "152", "label": ". call ahrefs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": ". call ahrefs", "community": 152, "community_name": ". call ahrefs", "source_file": "", "file_type": "", "degree": 6}, {"id": "153", "label": "BaseAsyncClient", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseAsyncClient", "community": 153, "community_name": "BaseAsyncClient", "source_file": "", "file_type": "", "degree": 39}, {"id": "154", "label": "dintel-doc-secretary", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "dintel-doc-secretary", "community": 154, "community_name": "dintel-doc-secretary", "source_file": "", "file_type": "", "degree": 0}, {"id": "155", "label": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "community": 155, "community_name": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "source_file": "", "file_type": "", "degree": 0}, {"id": "156", "label": "ParagraphData", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ParagraphData", "community": 156, "community_name": "ParagraphData", "source_file": "", "file_type": "", "degree": 3}, {"id": "157", "label": "BacklinkAuditor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "BacklinkAuditor", "community": 157, "community_name": "BacklinkAuditor", "source_file": "", "file_type": "", "degree": 8}, {"id": "158", "label": "ContentGapAnalyzer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "ContentGapAnalyzer", "community": 158, "community_name": "ContentGapAnalyzer", "source_file": "", "file_type": "", "degree": 5}, {"id": "159", "label": "migrate skill", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "migrate skill", "community": 159, "community_name": "migrate skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "160", "label": "type", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "type", "community": 160, "community_name": "type", "source_file": "", "file_type": "", "degree": 5}, {"id": "161", "label": "inventory", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "inventory", "community": 161, "community_name": "inventory", "source_file": "", "file_type": "", "degree": 3}, {"id": "162", "label": "validators", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "validators", "community": 162, "community_name": "validators", "source_file": "", "file_type": "", "degree": 1}, {"id": "163", "label": "ranking reporter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "ranking reporter", "community": 163, "community_name": "ranking reporter", "source_file": "", "file_type": "", "degree": 5}, {"id": "164", "label": "content gap analyzer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "content gap analyzer", "community": 164, "community_name": "content gap analyzer", "source_file": "", "file_type": "", "degree": 6}, {"id": "165", "label": "AutoFixer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "AutoFixer", "community": 165, "community_name": "AutoFixer", "source_file": "", "file_type": "", "degree": 1}, {"id": "166", "label": ". init", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": ". init", "community": 166, "community_name": ". init", "source_file": "", "file_type": "", "degree": 4}, {"id": "167", "label": "thumbnail", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "thumbnail", "community": 167, "community_name": "thumbnail", "source_file": "", "file_type": "", "degree": 1}, {"id": "168", "label": "properties", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 168, "community_name": "properties", "source_file": "", "file_type": "", "degree": 1}, {"id": "169", "label": "properties", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 169, "community_name": "properties", "source_file": "", "file_type": "", "degree": 1}, {"id": "170", "label": "Jamie Brand Editor Skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Jamie Brand Editor Skill", "community": 170, "community_name": "Jamie Brand Editor Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "171", "label": "export to ulysses", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "export to ulysses", "community": 171, "community_name": "export to ulysses", "source_file": "", "file_type": "", "degree": 1}, {"id": "172", "label": "RateLimiter", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "RateLimiter", "community": 172, "community_name": "RateLimiter", "source_file": "", "file_type": "", "degree": 3}, {"id": "173", "label": "search llm", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "search llm", "community": 173, "community_name": "search llm", "source_file": "", "file_type": "", "degree": 2}, {"id": "174", "label": "build deck", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "build deck", "community": 174, "community_name": "build deck", "source_file": "", "file_type": "", "degree": 0}, {"id": "175", "label": "CheckoutFlowAnalyzer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "CheckoutFlowAnalyzer", "community": 175, "community_name": "CheckoutFlowAnalyzer", "source_file": "", "file_type": "", "degree": 3}, {"id": "176", "label": "html2pptx.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "html2pptx.js", "community": 176, "community_name": "html2pptx.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "177", "label": "InternationalAuditor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "InternationalAuditor", "community": 177, "community_name": "InternationalAuditor", "source_file": "", "file_type": "", "degree": 6}, {"id": "178", "label": ".compare competitors", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".compare competitors", "community": 178, "community_name": ".compare competitors", "source_file": "", "file_type": "", "degree": 6}, {"id": "179", "label": "Theme Factory Skill", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Theme Factory Skill", "community": 179, "community_name": "Theme Factory Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "180", "label": "OurDigital Writing Style Guide", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Writing Style Guide", "community": 180, "community_name": "OurDigital Writing Style Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "181", "label": "OurDigital Estimate Engine Skill", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Estimate Engine Skill", "community": 181, "community_name": "OurDigital Estimate Engine Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "182", "label": "OKF: ourdigital-okf Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: ourdigital-okf Skill", "community": 182, "community_name": "OKF: ourdigital-okf Skill", "source_file": "", "file_type": "", "degree": 3}, {"id": "183", "label": ".detect toxic links", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".detect toxic links", "community": 183, "community_name": ".detect toxic links", "source_file": "", "file_type": "", "degree": 5}, {"id": "184", "label": "ghost publish", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "ghost publish", "community": 184, "community_name": "ghost publish", "source_file": "", "file_type": "", "degree": 1}, {"id": "185", "label": ". audit content parity", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": ". audit content parity", "community": 185, "community_name": ". audit content parity", "source_file": "", "file_type": "", "degree": 3}, {"id": "186", "label": ". fetch text", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": ". fetch text", "community": 186, "community_name": ". fetch text", "source_file": "", "file_type": "", "degree": 4}, {"id": "187", "label": ". analyze url structure", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": ". analyze url structure", "community": 187, "community_name": ". analyze url structure", "source_file": "", "file_type": "", "degree": 4}, {"id": "188", "label": "jamie channel status", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "jamie channel status", "community": 188, "community_name": "jamie channel status", "source_file": "", "file_type": "", "degree": 0}, {"id": "189", "label": "rearrange presentation", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "rearrange presentation", "community": 189, "community_name": "rearrange presentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "190", "label": "properties", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 190, "community_name": "properties", "source_file": "", "file_type": "", "degree": 1}, {"id": "191", "label": "items", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "items", "community": 191, "community_name": "items", "source_file": "", "file_type": "", "degree": 3}, {"id": "192", "label": "GTM Validator Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Validator Skill", "community": 192, "community_name": "GTM Validator Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "193", "label": "extract notion", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "extract notion", "community": 193, "community_name": "extract notion", "source_file": "", "file_type": "", "degree": 1}, {"id": "194", "label": "search cache", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "search cache", "community": 194, "community_name": "search cache", "source_file": "", "file_type": "", "degree": 2}, {"id": "195", "label": "SEO Comprehensive Audit", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Comprehensive Audit", "community": 195, "community_name": "SEO Comprehensive Audit", "source_file": "", "file_type": "", "degree": 1}, {"id": "196", "label": ".find gaps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".find gaps", "community": 196, "community_name": ".find gaps", "source_file": "", "file_type": "", "degree": 1}, {"id": "197", "label": "mac-doctor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "mac-doctor", "community": 197, "community_name": "mac-doctor", "source_file": "", "file_type": "", "degree": 0}, {"id": "198", "label": "Pipeline Orchestrator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Pipeline Orchestrator", "community": 198, "community_name": "Pipeline Orchestrator", "source_file": "", "file_type": "", "degree": 0}, {"id": "199", "label": "Pipeline Orchestrator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Pipeline Orchestrator", "community": 199, "community_name": "Pipeline Orchestrator", "source_file": "", "file_type": "", "degree": 0}, {"id": "200", "label": "pack document", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "pack document", "community": 200, "community_name": "pack document", "source_file": "", "file_type": "", "degree": 0}, {"id": "201", "label": "pack document", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "pack document", "community": 201, "community_name": "pack document", "source_file": "", "file_type": "", "degree": 0}, {"id": "202", "label": ".audit", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".audit", "community": 202, "community_name": ".audit", "source_file": "", "file_type": "", "degree": 5}, {"id": "203", "label": ".generate calendar", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".generate calendar", "community": 203, "community_name": ".generate calendar", "source_file": "", "file_type": "", "degree": 4}, {"id": "204", "label": "export for claude ai", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "export for claude ai", "community": 204, "community_name": "export for claude ai", "source_file": "", "file_type": "", "degree": 0}, {"id": "205", "label": "VisualPromptGenerator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "VisualPromptGenerator", "community": 205, "community_name": "VisualPromptGenerator", "source_file": "", "file_type": "", "degree": 0}, {"id": "206", "label": "jamie youtube api test", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "jamie youtube api test", "community": 206, "community_name": "jamie youtube api test", "source_file": "", "file_type": "", "degree": 0}, {"id": "207", "label": "run audit", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "run audit", "community": 207, "community_name": "run audit", "source_file": "", "file_type": "", "degree": 1}, {"id": "208", "label": "verify skills", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "verify skills", "community": 208, "community_name": "verify skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "209", "label": "create bounce animation", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "create bounce animation", "community": 209, "community_name": "create bounce animation", "source_file": "", "file_type": "", "degree": 3}, {"id": "210", "label": "init skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "init skill", "community": 210, "community_name": "init skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "211", "label": "create flip animation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "create flip animation", "community": 211, "community_name": "create flip animation", "source_file": "", "file_type": "", "degree": 4}, {"id": "212", "label": "create pulse animation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "create pulse animation", "community": 212, "community_name": "create pulse animation", "source_file": "", "file_type": "", "degree": 4}, {"id": "213", "label": "effort", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "effort", "community": 213, "community_name": "effort", "source_file": "", "file_type": "", "degree": 0}, {"id": "214", "label": "package skill", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "package skill", "community": 214, "community_name": "package skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "215", "label": "scope.schema.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "scope.schema.json", "community": 215, "community_name": "scope.schema.json", "source_file": "", "file_type": "", "degree": 1}, {"id": "216", "label": "Organization", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Organization", "community": 216, "community_name": "Organization", "source_file": "", "file_type": "", "degree": 0}, {"id": "217", "label": "PPTX Skill", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "PPTX Skill", "community": 217, "community_name": "PPTX Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "218", "label": "audit cleanup.sh", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "audit cleanup.sh", "community": 218, "community_name": "audit cleanup.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "219", "label": "AnchorDistribution", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "AnchorDistribution", "community": 219, "community_name": "AnchorDistribution", "source_file": "", "file_type": "", "degree": 3}, {"id": "220", "label": ".track velocity", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".track velocity", "community": 220, "community_name": ".track velocity", "source_file": "", "file_type": "", "degree": 5}, {"id": "221", "label": "gtm audit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "gtm audit", "community": 221, "community_name": "gtm audit", "source_file": "", "file_type": "", "degree": 5}, {"id": "222", "label": ".audit", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".audit", "community": 222, "community_name": ".audit", "source_file": "", "file_type": "", "degree": 6}, {"id": "223", "label": ". check language detection", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": ". check language detection", "community": 223, "community_name": ". check language detection", "source_file": "", "file_type": "", "degree": 3}, {"id": "224", "label": "jamie youtube batch update", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "jamie youtube batch update", "community": 224, "community_name": "jamie youtube batch update", "source_file": "", "file_type": "", "degree": 0}, {"id": "225", "label": ".find top movers", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": ".find top movers", "community": 225, "community_name": ".find top movers", "source_file": "", "file_type": "", "degree": 3}, {"id": "226", "label": "recalc", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "recalc", "community": 226, "community_name": "recalc", "source_file": "", "file_type": "", "degree": 0}, {"id": "227", "label": "Agent Skills Spec", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent Skills Spec", "community": 227, "community_name": "Agent Skills Spec", "source_file": "", "file_type": "", "degree": 0}, {"id": "228", "label": "Generative Art Viewer Template", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Generative Art Viewer Template", "community": 228, "community_name": "Generative Art Viewer Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "229", "label": "build schema drafts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "build schema drafts", "community": 229, "community_name": "build schema drafts", "source_file": "", "file_type": "", "degree": 0}, {"id": "230", "label": "TopicGap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "TopicGap", "community": 230, "community_name": "TopicGap", "source_file": "", "file_type": "", "degree": 4}, {"id": "231", "label": "create wiggle animation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "create wiggle animation", "community": 231, "community_name": "create wiggle animation", "source_file": "", "file_type": "", "degree": 4}, {"id": "232", "label": "coaching", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "coaching", "community": 232, "community_name": "coaching", "source_file": "", "file_type": "", "degree": 0}, {"id": "233", "label": "schema migrator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "schema migrator", "community": 233, "community_name": "schema migrator", "source_file": "", "file_type": "", "degree": 4}, {"id": "234", "label": "SEO Reporting Dashboard Skill", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Reporting Dashboard Skill", "community": 234, "community_name": "SEO Reporting Dashboard Skill", "source_file": "", "file_type": "", "degree": 1}, {"id": "235", "label": "OurDigital Trainer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Trainer", "community": 235, "community_name": "OurDigital Trainer", "source_file": "", "file_type": "", "degree": 0}, {"id": "236", "label": "cleanup execute.sh", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "cleanup execute.sh", "community": 236, "community_name": "cleanup execute.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "237", "label": "with server", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "with server", "community": 237, "community_name": "with server", "source_file": "", "file_type": "", "degree": 0}, {"id": "238", "label": "method", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "method", "community": 238, "community_name": "method", "source_file": "", "file_type": "", "degree": 1}, {"id": "239", "label": "OKF: Progressive disclosure via index.md", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "OKF: Progressive disclosure via index.md", "community": 239, "community_name": "OKF: Progressive disclosure via index.md", "source_file": "", "file_type": "", "degree": 0}, {"id": "240", "label": "init skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "init skill", "community": 240, "community_name": "init skill", "source_file": "", "file_type": "", "degree": 1}, {"id": "241", "label": "D.intelligence Quotation Manager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Quotation Manager", "community": 241, "community_name": "D.intelligence Quotation Manager", "source_file": "", "file_type": "", "degree": 0}, {"id": "242", "label": "\uc815\uae30\ud638 \uc6d0\uc7a5", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "\uc815\uae30\ud638 \uc6d0\uc7a5", "community": 242, "community_name": "\uc815\uae30\ud638 \uc6d0\uc7a5", "source_file": "", "file_type": "", "degree": 0}, {"id": "243", "label": ". get expected relationship type", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": ". get expected relationship type", "community": 243, "community_name": ". get expected relationship type", "source_file": "", "file_type": "", "degree": 1}, {"id": "244", "label": "NotebookLM Agent Skill", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Agent Skill", "community": 244, "community_name": "NotebookLM Agent Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "245", "label": "Notion Knowledge Capture Skill", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Knowledge Capture Skill", "community": 245, "community_name": "Notion Knowledge Capture Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "246", "label": "audit environment.sh", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "audit environment.sh", "community": 246, "community_name": "audit environment.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "247", "label": "audit packages.sh", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "audit packages.sh", "community": 247, "community_name": "audit packages.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "248", "label": "audit resources.sh", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "audit resources.sh", "community": 248, "community_name": "audit resources.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "249", "label": "audit security.sh", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "audit security.sh", "community": 249, "community_name": "audit security.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "250", "label": "run workflow", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "run workflow", "community": 250, "community_name": "run workflow", "source_file": "", "file_type": "", "degree": 1}, {"id": "251", "label": "Task Creation from Specs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Task Creation from Specs", "community": 251, "community_name": "Task Creation from Specs", "source_file": "", "file_type": "", "degree": 0}, {"id": "252", "label": "pricing mode", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "pricing mode", "community": 252, "community_name": "pricing mode", "source_file": "", "file_type": "", "degree": 1}, {"id": "253", "label": "seq", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "seq", "community": 253, "community_name": "seq", "source_file": "", "file_type": "", "degree": 1}, {"id": "254", "label": "students", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "students", "community": 254, "community_name": "students", "source_file": "", "file_type": "", "degree": 1}, {"id": "255", "label": "NotebookLM Research", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Research", "community": 255, "community_name": "NotebookLM Research", "source_file": "", "file_type": "", "degree": 0}, {"id": "256", "label": "make sample", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "make sample", "community": 256, "community_name": "make sample", "source_file": "", "file_type": "", "degree": 0}, {"id": "257", "label": "D.intelligence Brand Editor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Brand Editor", "community": 257, "community_name": "D.intelligence Brand Editor", "source_file": "", "file_type": "", "degree": 0}, {"id": "258", "label": "dintel-quotation-mgr", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "dintel-quotation-mgr", "community": 258, "community_name": "dintel-quotation-mgr", "source_file": "", "file_type": "", "degree": 0}, {"id": "259", "label": "DOCX Skill", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "DOCX Skill", "community": 259, "community_name": "DOCX Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "260", "label": "GTM Editor", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Editor", "community": 260, "community_name": "GTM Editor", "source_file": "", "file_type": "", "degree": 0}, {"id": "261", "label": "GTM Audit Skill", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Audit Skill", "community": 261, "community_name": "GTM Audit Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "262", "label": "MCP Builder Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "MCP Builder Skill", "community": 262, "community_name": "MCP Builder Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "263", "label": "procurement", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "procurement", "community": 263, "community_name": "procurement", "source_file": "", "file_type": "", "degree": 0}, {"id": "264", "label": "Skill Migration Guide", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Migration Guide", "community": 264, "community_name": "Skill Migration Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "265", "label": "install.sh", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "install.sh", "community": 265, "community_name": "install.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "266", "label": "OurDigital Blog README", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Blog README", "community": 266, "community_name": "OurDigital Blog README", "source_file": "", "file_type": "", "degree": 0}, {"id": "267", "label": "Claude Settings Optimizer README", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Claude Settings Optimizer README", "community": 267, "community_name": "Claude Settings Optimizer README", "source_file": "", "file_type": "", "degree": 0}, {"id": "268", "label": "install.sh", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "install.sh", "community": 268, "community_name": "install.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "269", "label": "Competitor Benchmark Sets", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Competitor Benchmark Sets", "community": 269, "community_name": "Competitor Benchmark Sets", "source_file": "", "file_type": "", "degree": 0}, {"id": "270", "label": "make sample", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "make sample", "community": 270, "community_name": "make sample", "source_file": "", "file_type": "", "degree": 0}, {"id": "271", "label": "D.intelligence Brand Editor Skill", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Brand Editor Skill", "community": 271, "community_name": "D.intelligence Brand Editor Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "272", "label": "init", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "init", "community": 272, "community_name": "init", "source_file": "", "file_type": "", "degree": 0}, {"id": "273", "label": "notion", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "notion", "community": 273, "community_name": "notion", "source_file": "", "file_type": "", "degree": 0}, {"id": "274", "label": "D.intelligence Shared Infrastructure", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Shared Infrastructure", "community": 274, "community_name": "D.intelligence Shared Infrastructure", "source_file": "", "file_type": "", "degree": 0}, {"id": "275", "label": "Estimate Engine CLI", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Estimate Engine CLI", "community": 275, "community_name": "Estimate Engine CLI", "source_file": "", "file_type": "", "degree": 0}, {"id": "276", "label": "validate", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "validate", "community": 276, "community_name": "validate", "source_file": "", "file_type": "", "degree": 0}, {"id": "277", "label": "init", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "init", "community": 277, "community_name": "init", "source_file": "", "file_type": "", "degree": 0}, {"id": "278", "label": "validate", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "validate", "community": 278, "community_name": "validate", "source_file": "", "file_type": "", "degree": 0}, {"id": "279", "label": "init", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "init", "community": 279, "community_name": "init", "source_file": "", "file_type": "", "degree": 0}, {"id": "280", "label": "console logging", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "console logging", "community": 280, "community_name": "console logging", "source_file": "", "file_type": "", "degree": 0}, {"id": "281", "label": "Export to Ulysses Script", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Export to Ulysses Script", "community": 281, "community_name": "Export to Ulysses Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "282", "label": "Chapter 01. \uacc4\uc815 \uad8c\ud55c \ubc0f \ucd08\uae30 \uc9c4\ub2e8", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Chapter 01. \uacc4\uc815 \uad8c\ud55c \ubc0f \ucd08\uae30 \uc9c4\ub2e8", "community": 282, "community_name": "Chapter 01. \uacc4\uc815 \uad8c\ud55c \ubc0f \ucd08\uae30 \uc9c4\ub2e8", "source_file": "", "file_type": "", "degree": 0}, {"id": "283", "label": "Laser Hair Removal in Gangnam | Jamie Cl", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Laser Hair Removal in Gangnam | Jamie Cl", "community": 283, "community_name": "Laser Hair Removal in Gangnam | Jamie Cl", "source_file": "", "file_type": "", "degree": 0}, {"id": "284", "label": "Notion Organizer Reference", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Organizer Reference", "community": 284, "community_name": "Notion Organizer Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "285", "label": "PDF Forms Guide", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Forms Guide", "community": 285, "community_name": "PDF Forms Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "286", "label": "init", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "init", "community": 286, "community_name": "init", "source_file": "", "file_type": "", "degree": 0}, {"id": "287", "label": "bundle-artifact.sh", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "bundle-artifact.sh", "community": 287, "community_name": "bundle-artifact.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "288", "label": "convert pdf to images", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "convert pdf to images", "community": 288, "community_name": "convert pdf to images", "source_file": "", "file_type": "", "degree": 0}, {"id": "289", "label": "create validation image", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "create validation image", "community": 289, "community_name": "create validation image", "source_file": "", "file_type": "", "degree": 0}, {"id": "290", "label": "findings to scope", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "findings to scope", "community": 290, "community_name": "findings to scope", "source_file": "", "file_type": "", "degree": 0}, {"id": "291", "label": "init-artifact.sh", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "init-artifact.sh", "community": 291, "community_name": "init-artifact.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "292", "label": "render pdf.sh", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "render pdf.sh", "community": 292, "community_name": "render pdf.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "293", "label": "setup.sh", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "setup.sh", "community": 293, "community_name": "setup.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "294", "label": "test mention id", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "test mention id", "community": 294, "community_name": "test mention id", "source_file": "", "file_type": "", "degree": 2}, {"id": "295", "label": "test mention url", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "test mention url", "community": 295, "community_name": "test mention url", "source_file": "", "file_type": "", "degree": 2}, {"id": "296", "label": "test rich text relative link becomes pla", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "test rich text relative link becomes pla", "community": 296, "community_name": "test rich text relative link becomes pla", "source_file": "", "file_type": "", "degree": 2}, {"id": "297", "label": "XLSX Skill", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "XLSX Skill", "community": 297, "community_name": "XLSX Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "298", "label": "OurDigital Ad Manager README", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Ad Manager README", "community": 298, "community_name": "OurDigital Ad Manager README", "source_file": "", "file_type": "", "degree": 0}, {"id": "299", "label": "Bash Agent", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Bash Agent", "community": 299, "community_name": "Bash Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "300", "label": "Explore Agent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Explore Agent", "community": 300, "community_name": "Explore Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "301", "label": "Plan Agent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Plan Agent", "community": 301, "community_name": "Plan Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "302", "label": "Ahrefs Site Explorer Top Pages", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Ahrefs Site Explorer Top Pages", "community": 302, "community_name": "Ahrefs Site Explorer Top Pages", "source_file": "", "file_type": "", "degree": 0}, {"id": "303", "label": "Blog Post Template (Markdown)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Blog Post Template (Markdown)", "community": 303, "community_name": "Blog Post Template (Markdown)", "source_file": "", "file_type": "", "degree": 0}, {"id": "304", "label": "Repository Overview", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Repository Overview", "community": 304, "community_name": "Repository Overview", "source_file": "", "file_type": "", "degree": 0}, {"id": "305", "label": "OurDigital Designer README", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Designer README", "community": 305, "community_name": "OurDigital Designer README", "source_file": "", "file_type": "", "degree": 0}, {"id": "306", "label": "77 \u2014 D.intelligence Account Manager READ", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "77 \u2014 D.intelligence Account Manager READ", "community": 306, "community_name": "77 \u2014 D.intelligence Account Manager READ", "source_file": "", "file_type": "", "degree": 0}, {"id": "307", "label": "D.intelligence Back Office Manager", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Back Office Manager", "community": 307, "community_name": "D.intelligence Back Office Manager", "source_file": "", "file_type": "", "degree": 0}, {"id": "308", "label": "D.intelligence Back Office & HR Manager ", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Back Office &amp; HR Manager ", "community": 308, "community_name": "D.intelligence Back Office & HR Manager ", "source_file": "", "file_type": "", "degree": 0}, {"id": "309", "label": "76-dintel-backoffice-mgr README", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "76-dintel-backoffice-mgr README", "community": 309, "community_name": "76-dintel-backoffice-mgr README", "source_file": "", "file_type": "", "degree": 0}, {"id": "310", "label": "Dintel Bootstrap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Dintel Bootstrap", "community": 310, "community_name": "Dintel Bootstrap", "source_file": "", "file_type": "", "degree": 0}, {"id": "311", "label": "88 \u2014 D.intelligence Skill Update Meta-Ag", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "88 \u2014 D.intelligence Skill Update Meta-Ag", "community": 311, "community_name": "88 \u2014 D.intelligence Skill Update Meta-Ag", "source_file": "", "file_type": "", "degree": 0}, {"id": "312", "label": "OurDigital Document README", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Document README", "community": 312, "community_name": "OurDigital Document README", "source_file": "", "file_type": "", "degree": 0}, {"id": "313", "label": "\ub4c0\uc5bc \ud2b8\uc784 \uc218\uc220", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\ub4c0\uc5bc \ud2b8\uc784 \uc218\uc220", "community": 313, "community_name": "\ub4c0\uc5bc \ud2b8\uc784 \uc218\uc220", "source_file": "", "file_type": "", "degree": 0}, {"id": "314", "label": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220 \uc218\uc220\uc2e4", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220 \uc218\uc220\uc2e4", "community": 314, "community_name": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220 \uc218\uc220\uc2e4", "source_file": "", "file_type": "", "degree": 0}, {"id": "315", "label": "BreadcrumbList", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "BreadcrumbList", "community": 315, "community_name": "BreadcrumbList", "source_file": "", "file_type": "", "degree": 0}, {"id": "316", "label": "FAQPage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FAQPage", "community": 316, "community_name": "FAQPage", "source_file": "", "file_type": "", "degree": 0}, {"id": "317", "label": "unpack", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "unpack", "community": 317, "community_name": "unpack", "source_file": "", "file_type": "", "degree": 0}, {"id": "318", "label": "unpack", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "unpack", "community": 318, "community_name": "unpack", "source_file": "", "file_type": "", "degree": 0}, {"id": "319", "label": "element discovery", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "element discovery", "community": 319, "community_name": "element discovery", "source_file": "", "file_type": "", "degree": 0}, {"id": "320", "label": "static html automation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "static html automation", "community": 320, "community_name": "static html automation", "source_file": "", "file_type": "", "degree": 0}, {"id": "321", "label": "\uc778\uc0ac\ub9d0", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\uc778\uc0ac\ub9d0", "community": 321, "community_name": "\uc778\uc0ac\ub9d0", "source_file": "", "file_type": "", "degree": 0}, {"id": "322", "label": "Hreflang Validator Script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Hreflang Validator Script", "community": 322, "community_name": "Hreflang Validator Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "323", "label": "Image Generation Gotchas", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Image Generation Gotchas", "community": 323, "community_name": "Image Generation Gotchas", "source_file": "", "file_type": "", "degree": 0}, {"id": "324", "label": "\uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc \ube14\ub85c\uadf8 \uc2a4\ud0c0\uc77c \uac00\uc774\ub4dc", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc \ube14\ub85c\uadf8 \uc2a4\ud0c0\uc77c \uac00\uc774\ub4dc", "community": 324, "community_name": "\uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc \ube14\ub85c\uadf8 \uc2a4\ud0c0\uc77c \uac00\uc774\ub4dc", "source_file": "", "file_type": "", "degree": 0}, {"id": "325", "label": "\uc815\uae30\ud638 \uc6d0\uc7a5 \ud1a4\uc564\ub9e4\ub108 \ubd84\uc11d \ud504\ub808\uc784\uc6cc\ud06c", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\uc815\uae30\ud638 \uc6d0\uc7a5 \ud1a4\uc564\ub9e4\ub108 \ubd84\uc11d \ud504\ub808\uc784\uc6cc\ud06c", "community": 325, "community_name": "\uc815\uae30\ud638 \uc6d0\uc7a5 \ud1a4\uc564\ub9e4\ub108 \ubd84\uc11d \ud504\ub808\uc784\uc6cc\ud06c", "source_file": "", "file_type": "", "degree": 0}, {"id": "326", "label": "JHR GA4 Tagging Reference", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "JHR GA4 Tagging Reference", "community": 326, "community_name": "JHR GA4 Tagging Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "327", "label": "OurDigital Journal README", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Journal README", "community": 327, "community_name": "OurDigital Journal README", "source_file": "", "file_type": "", "degree": 0}, {"id": "328", "label": "KPI Aggregator Script", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "KPI Aggregator Script", "community": 328, "community_name": "KPI Aggregator Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "329", "label": "\ub208\ubc11 \uc9c0\ubc29 \uc7ac\ubc30\uce58", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\ub208\ubc11 \uc9c0\ubc29 \uc7ac\ubc30\uce58", "community": 329, "community_name": "\ub208\ubc11 \uc9c0\ubc29 \uc7ac\ubc30\uce58", "source_file": "", "file_type": "", "degree": 0}, {"id": "330", "label": "Mac Optimizer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Mac Optimizer", "community": 330, "community_name": "Mac Optimizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "331", "label": "Mac Optimizer Skill", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Mac Optimizer Skill", "community": 331, "community_name": "Mac Optimizer Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "332", "label": "init", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "init", "community": 332, "community_name": "init", "source_file": "", "file_type": "", "degree": 0}, {"id": "333", "label": "Multi-Agent Guide", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Multi-Agent Guide", "community": 333, "community_name": "Multi-Agent Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "334", "label": "NotebookLM Agent", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Agent", "community": 334, "community_name": "NotebookLM Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "335", "label": "NotebookLM Automation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Automation", "community": 335, "community_name": "NotebookLM Automation", "source_file": "", "file_type": "", "degree": 0}, {"id": "336", "label": "NotebookLM Studio", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Studio", "community": 336, "community_name": "NotebookLM Studio", "source_file": "", "file_type": "", "degree": 0}, {"id": "337", "label": "Client Reference Library", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Client Reference Library", "community": 337, "community_name": "Client Reference Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "338", "label": "OurDigital Skill Creator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Skill Creator", "community": 338, "community_name": "OurDigital Skill Creator", "source_file": "", "file_type": "", "degree": 0}, {"id": "339", "label": "Performance Reporter Script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Performance Reporter Script", "community": 339, "community_name": "Performance Reporter Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "340", "label": "D.intelligence Documentation Secretary (", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Documentation Secretary (", "community": 340, "community_name": "D.intelligence Documentation Secretary (", "source_file": "", "file_type": "", "degree": 0}, {"id": "341", "label": "D.intelligence Quotation Manager (Agent ", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Quotation Manager (Agent ", "community": 341, "community_name": "D.intelligence Quotation Manager (Agent ", "source_file": "", "file_type": "", "degree": 0}, {"id": "342", "label": "D.intelligence Service Architect (Agent ", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Service Architect (Agent ", "community": 342, "community_name": "D.intelligence Service Architect (Agent ", "source_file": "", "file_type": "", "degree": 0}, {"id": "343", "label": "D.intelligence Marketing Manager (Agent ", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Marketing Manager (Agent ", "community": 343, "community_name": "D.intelligence Marketing Manager (Agent ", "source_file": "", "file_type": "", "degree": 0}, {"id": "344", "label": "pdfjs-dist Library", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "pdfjs-dist Library", "community": 344, "community_name": "pdfjs-dist Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "345", "label": "pdf-lib Library", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "pdf-lib Library", "community": 345, "community_name": "pdf-lib Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "346", "label": "pdfplumber", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "pdfplumber", "community": 346, "community_name": "pdfplumber", "source_file": "", "file_type": "", "degree": 0}, {"id": "347", "label": "poppler-utils", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "poppler-utils", "community": 347, "community_name": "poppler-utils", "source_file": "", "file_type": "", "degree": 0}, {"id": "348", "label": "pypdfium2 Library", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "pypdfium2 Library", "community": 348, "community_name": "pypdfium2 Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "349", "label": "qpdf", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "qpdf", "community": 349, "community_name": "qpdf", "source_file": "", "file_type": "", "degree": 0}, {"id": "350", "label": "reportlab", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "reportlab", "community": 350, "community_name": "reportlab", "source_file": "", "file_type": "", "degree": 0}, {"id": "351", "label": "GTM Audit Report Template", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Audit Report Template", "community": 351, "community_name": "GTM Audit Report Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "352", "label": "Review Report Template (Markdown)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Review Report Template (Markdown)", "community": 352, "community_name": "Review Report Template (Markdown)", "source_file": "", "file_type": "", "degree": 0}, {"id": "353", "label": "Review Result Template (HTML)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Review Result Template (HTML)", "community": 353, "community_name": "Review Result Template (HTML)", "source_file": "", "file_type": "", "degree": 0}, {"id": "354", "label": "check fillable fields", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "check fillable fields", "community": 354, "community_name": "check fillable fields", "source_file": "", "file_type": "", "degree": 0}, {"id": "355", "label": "init", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "init", "community": 355, "community_name": "init", "source_file": "", "file_type": "", "degree": 0}, {"id": "356", "label": "SEO Content Strategy Skill", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Content Strategy Skill", "community": 356, "community_name": "SEO Content Strategy Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "357", "label": "SEO Keyword Strategy Skill", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Keyword Strategy Skill", "community": 357, "community_name": "SEO Keyword Strategy Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "358", "label": "SEO Link Building Skill", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Link Building Skill", "community": 358, "community_name": "SEO Link Building Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "359", "label": "SEO Position Tracking Skill", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Position Tracking Skill", "community": 359, "community_name": "SEO Position Tracking Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "360", "label": "SEO SERP Analysis Skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO SERP Analysis Skill", "community": 360, "community_name": "SEO SERP Analysis Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "361", "label": "Claude Code Settings Audit Report", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Claude Code Settings Audit Report", "community": 361, "community_name": "Claude Code Settings Audit Report", "source_file": "", "file_type": "", "degree": 0}, {"id": "362", "label": "Frontend Design Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Frontend Design Skill", "community": 362, "community_name": "Frontend Design Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "363", "label": "Internal Comms Skill", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Internal Comms Skill", "community": 363, "community_name": "Internal Comms Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "364", "label": "Skill Creator Skill", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Creator Skill", "community": 364, "community_name": "Skill Creator Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "365", "label": "\ub208\uc379\ubc11 \ud53c\ubd80\uc808\uac1c\uc220", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "\ub208\uc379\ubc11 \ud53c\ubd80\uc808\uac1c\uc220", "community": 365, "community_name": "\ub208\uc379\ubc11 \ud53c\ubd80\uc808\uac1c\uc220", "source_file": "", "file_type": "", "degree": 0}, {"id": "366", "label": "last-ndc.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "last-ndc.ts", "community": 366, "community_name": "last-ndc.ts", "source_file": "", "file_type": "", "degree": 0}, {"id": "367", "label": "TUI Designer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TUI Designer", "community": 367, "community_name": "TUI Designer", "source_file": "", "file_type": "", "degree": 0}];
const RAW_EDGES = [{"from": "0", "to": "99", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "51", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "132", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "12", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "48", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "57", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "76", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "131", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "153", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "153", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "153", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "6", "to": "153", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "8", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "8", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "8", "to": "153", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "61", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "153", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "153", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "17", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "51", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "132", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "57", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "48", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "76", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "131", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "66", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "209", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "67", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "15", "label": "23 cross-community edges", "title": "23 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "102", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "162", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "97", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "54", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "211", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "212", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "231", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "99", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "211", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "212", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "67", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "209", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "54", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "231", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "102", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "103", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "153", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "18", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "18", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "18", "to": "153", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "55", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "90", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "195", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "294", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "295", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "296", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "153", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "153", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "153", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "108", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "153", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "51", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "57", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "73", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "153", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "108", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "137", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "28", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "29", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "33", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "34", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "35", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "36", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "37", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "39", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "40", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "41", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "42", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "46", "to": "113", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "46", "to": "120", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "46", "to": "243", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "46", "to": "114", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "46", "to": "129", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "47", "to": "58", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "47", "to": "151", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "47", "to": "121", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "47", "to": "172", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "47", "to": "56", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "51", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "132", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "49", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "50", "to": "94", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "50", "to": "89", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "99", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "132", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "64", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "88", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "105", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "114", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "142", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "166", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "66", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "102", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "97", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "234", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "90", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "294", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "295", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "296", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "56", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "56", "to": "172", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "56", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "58", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "58", "to": "151", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "60", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "61", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "63", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "88", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "105", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "166", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "79", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "233", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "98", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "102", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "209", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "70", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "71", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "118", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "157", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "158", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "77", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "81", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "139", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "153", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "79", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "194", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "173", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "75", "to": "233", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "131", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "77", "to": "163", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "77", "to": "153", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "77", "to": "225", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "77", "to": "178", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "81", "to": "153", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "81", "to": "140", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "85", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "114", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "142", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "105", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "166", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "89", "to": "94", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "89", "to": "99", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "91", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "92", "to": "161", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "92", "to": "156", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "92", "to": "109", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "94", "to": "99", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "95", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "95", "to": "196", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "95", "to": "164", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "96", "to": "233", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "98", "to": "111", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "98", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "184", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "171", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "193", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "250", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "240", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "124", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "121", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "112", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "163", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "137", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "164", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "138", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "139", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "233", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "153", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "165", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "132", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "221", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "144", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "140", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "207", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "101", "to": "191", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "212", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "231", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "103", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "103", "to": "212", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "103", "to": "231", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "109", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "166", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "106", "to": "148", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "106", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "106", "to": "126", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "108", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "161", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "156", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "167", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "135", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "146", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "117", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "143", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "110", "to": "182", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "112", "to": "178", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "112", "to": "147", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "112", "to": "118", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "112", "to": "153", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "113", "to": "120", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "114", "to": "120", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "221", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "134", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "133", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "175", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "117", "to": "146", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "117", "to": "135", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "117", "to": "182", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "147", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "153", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "178", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "119", "to": "148", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "119", "to": "168", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "120", "to": "129", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "148", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "126", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "126", "to": "160", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "215", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "191", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "238", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "252", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "169", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "253", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "149", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "254", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "221", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "175", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "134", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "221", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "146", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "143", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "148", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "219", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "157", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "183", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "220", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "152", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "153", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "202", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "138", "to": "185", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "138", "to": "177", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "138", "to": "186", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "138", "to": "223", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "138", "to": "187", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "138", "to": "222", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "139", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "140", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "146", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "182", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "147", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "147", "to": "178", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "190", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "191", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "152", "to": "157", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "152", "to": "183", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "152", "to": "220", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "152", "to": "153", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "152", "to": "202", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "178", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "225", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "163", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "183", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "219", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "220", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "157", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "230", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "203", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "164", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "158", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "172", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "156", "to": "161", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "157", "to": "219", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "157", "to": "202", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "157", "to": "183", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "157", "to": "220", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "158", "to": "164", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "158", "to": "230", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "158", "to": "203", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "163", "to": "178", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "163", "to": "225", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "164", "to": "203", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "164", "to": "230", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "173", "to": "194", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "175", "to": "221", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "177", "to": "186", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "177", "to": "187", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "177", "to": "222", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "177", "to": "185", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "177", "to": "223", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "183", "to": "202", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "222", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "222", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "186", "to": "187", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "187", "to": "222", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "202", "to": "220", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "203", "to": "230", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "222", "to": "223", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "db session", "count": 58}, {"cid": 1, "color": "#F28E2B", "label": "test notion search", "count": 58}, {"cid": 2, "color": "#E15759", "label": "KpiAggregator", "count": 55}, {"cid": 3, "color": "#76B7B2", "label": "PerformanceReporter", "count": 55}, {"cid": 4, "color": "#59A14F", "label": "validate schema", "count": 55}, {"cid": 5, "color": "#EDC948", "label": "CompetitorProfiler", "count": 54}, {"cid": 6, "color": "#B07AA1", "label": "MigrationPlanner", "count": 52}, {"cid": 7, "color": "#FF9DA7", "label": "MCPConnection", "count": 51}, {"cid": 8, "color": "#9C755F", "label": ".audit", "count": 51}, {"cid": 9, "color": "#BAB0AC", "label": "PageAnalyzer", "count": 48}, {"cid": 10, "color": "#4E79A7", "label": "AiVisibilityTracker", "count": 48}, {"cid": 11, "color": "#F28E2B", "label": "CompetitiveMonitor", "count": 48}, {"cid": 12, "color": "#E15759", "label": "db", "count": 48}, {"cid": 13, "color": "#76B7B2", "label": "easing", "count": 47}, {"cid": 14, "color": "#59A14F", "label": "generate quotation", "count": 47}, {"cid": 15, "color": "#EDC948", "label": "create blank frame", "count": 45}, {"cid": 16, "color": "#B07AA1", "label": "SerpAnalyzer", "count": 45}, {"cid": 17, "color": "#FF9DA7", "label": "MigrationMonitor", "count": 45}, {"cid": 18, "color": "#9C755F", "label": "LinkGapFinder", "count": 44}, {"cid": 19, "color": "#BAB0AC", "label": "test parser", "count": 44}, {"cid": 20, "color": "#4E79A7", "label": "ContentAuditor", "count": 42}, {"cid": 21, "color": "#F28E2B", "label": "ProductSchemaChecker", "count": 42}, {"cid": 22, "color": "#E15759", "label": "KnowledgeGraphAnalyzer", "count": 42}, {"cid": 23, "color": "#76B7B2", "label": "ContentBriefGenerator", "count": 41}, {"cid": 24, "color": "#59A14F", "label": "models", "count": 38}, {"cid": 25, "color": "#EDC948", "label": "EntityAuditor", "count": 38}, {"cid": 26, "color": "#B07AA1", "label": "BaseSchemaValidator", "count": 38}, {"cid": 27, "color": "#FF9DA7", "label": "OKF: okf validate conformance linter", "count": 37}, {"cid": 28, "color": "#9C755F", "label": "ConfigManager", "count": 37}, {"cid": 29, "color": "#BAB0AC", "label": "ConfigManager", "count": 37}, {"cid": 30, "color": "#4E79A7", "label": "ConfigManager", "count": 37}, {"cid": 31, "color": "#F28E2B", "label": "ConfigManager", "count": 37}, {"cid": 32, "color": "#E15759", "label": "ConfigManager", "count": 37}, {"cid": 33, "color": "#76B7B2", "label": "ConfigManager", "count": 37}, {"cid": 34, "color": "#59A14F", "label": "NaverSerpAnalyzer", "count": 37}, {"cid": 35, "color": "#EDC948", "label": "ConfigManager", "count": 37}, {"cid": 36, "color": "#B07AA1", "label": "ConfigManager", "count": 37}, {"cid": 37, "color": "#FF9DA7", "label": "ConfigManager", "count": 37}, {"cid": 38, "color": "#9C755F", "label": "ConfigManager", "count": 37}, {"cid": 39, "color": "#BAB0AC", "label": "ConfigManager", "count": 37}, {"cid": 40, "color": "#4E79A7", "label": "ConfigManager", "count": 37}, {"cid": 41, "color": "#F28E2B", "label": "ConfigManager", "count": 37}, {"cid": 42, "color": "#E15759", "label": "ConfigManager", "count": 37}, {"cid": 43, "color": "#76B7B2", "label": "ConfigManager", "count": 37}, {"cid": 44, "color": "#59A14F", "label": "ConfigManager", "count": 37}, {"cid": 45, "color": "#EDC948", "label": "DashboardGenerator", "count": 35}, {"cid": 46, "color": "#B07AA1", "label": "BaseSchemaValidator", "count": 34}, {"cid": 47, "color": "#FF9DA7", "label": "PageAnalyzer", "count": 33}, {"cid": 48, "color": "#9C755F", "label": "exporter", "count": 33}, {"cid": 49, "color": "#BAB0AC", "label": "KeywordResearcher", "count": 33}, {"cid": 50, "color": "#4E79A7", "label": "CrawlBudgetAnalyzer", "count": 32}, {"cid": 51, "color": "#F28E2B", "label": "manifest", "count": 32}, {"cid": 52, "color": "#E15759", "label": "ContentSynthesizer", "count": 32}, {"cid": 53, "color": "#76B7B2", "label": "Document", "count": 32}, {"cid": 54, "color": "#59A14F", "label": "ParticleSystem", "count": 31}, {"cid": 55, "color": "#EDC948", "label": "notion writer", "count": 31}, {"cid": 56, "color": "#B07AA1", "label": "seo crawler adapter", "count": 31}, {"cid": 57, "color": "#FF9DA7", "label": "reviewer", "count": 31}, {"cid": 58, "color": "#9C755F", "label": "CrawlProgress", "count": 30}, {"cid": 59, "color": "#BAB0AC", "label": "GatewayPageGenerator", "count": 30}, {"cid": 60, "color": "#4E79A7", "label": "SearchConsoleClient", "count": 30}, {"cid": 61, "color": "#F28E2B", "label": "RobotsChecker", "count": 30}, {"cid": 62, "color": "#E15759", "label": "organizer", "count": 29}, {"cid": 63, "color": "#76B7B2", "label": "ExecutiveReportGenerator", "count": 29}, {"cid": 64, "color": "#59A14F", "label": "XMLEditor", "count": 29}, {"cid": 65, "color": "#EDC948", "label": "NotionAsyncOrganizer", "count": 28}, {"cid": 66, "color": "#B07AA1", "label": "color palettes", "count": 27}, {"cid": 67, "color": "#FF9DA7", "label": "Image", "count": 27}, {"cid": 68, "color": "#9C755F", "label": "get bounding box messages", "count": 27}, {"cid": 69, "color": "#BAB0AC", "label": "PageSpeedClient", "count": 27}, {"cid": 70, "color": "#4E79A7", "label": "SchemaValidator", "count": 27}, {"cid": 71, "color": "#F28E2B", "label": "SitemapValidator", "count": 27}, {"cid": 72, "color": "#E15759", "label": "install.sh", "count": 26}, {"cid": 73, "color": "#76B7B2", "label": "BaseAsyncClient", "count": 26}, {"cid": 74, "color": "#59A14F", "label": "journal validator", "count": 26}, {"cid": 75, "color": "#EDC948", "label": "notion search", "count": 25}, {"cid": 76, "color": "#B07AA1", "label": "config", "count": 25}, {"cid": 77, "color": "#FF9DA7", "label": "RankingReporter", "count": 25}, {"cid": 78, "color": "#9C755F", "label": "InstallationValidator", "count": 25}, {"cid": 79, "color": "#BAB0AC", "label": "notion compat", "count": 24}, {"cid": 80, "color": "#4E79A7", "label": "Jamie Journal Editor Skill", "count": 24}, {"cid": 81, "color": "#F28E2B", "label": "ReportAggregator", "count": 24}, {"cid": 82, "color": "#E15759", "label": "KeywordAnalyzer", "count": 24}, {"cid": 83, "color": "#76B7B2", "label": "ComplianceChecker", "count": 23}, {"cid": 84, "color": "#59A14F", "label": "ComplianceChecker", "count": 23}, {"cid": 85, "color": "#EDC948", "label": "check-ownership", "count": 23}, {"cid": 86, "color": "#B07AA1", "label": "extract site claims", "count": 23}, {"cid": 87, "color": "#FF9DA7", "label": "install.sh", "count": 23}, {"cid": 88, "color": "#9C755F", "label": "DocxXMLEditor", "count": 23}, {"cid": 89, "color": "#BAB0AC", "label": "LogParser", "count": 23}, {"cid": 90, "color": "#4E79A7", "label": "main", "count": 22}, {"cid": 91, "color": "#F28E2B", "label": "ConfigManager", "count": 22}, {"cid": 92, "color": "#E15759", "label": "ShapeData", "count": 22}, {"cid": 93, "color": "#76B7B2", "label": "install.sh", "count": 21}, {"cid": 94, "color": "#59A14F", "label": "BotIdentification", "count": 21}, {"cid": 95, "color": "#EDC948", "label": "keyword gap analyzer", "count": 21}, {"cid": 96, "color": "#B07AA1", "label": "SchemaMigrator", "count": 21}, {"cid": 97, "color": "#FF9DA7", "label": "visual effects", "count": 20}, {"cid": 98, "color": "#9C755F", "label": "BaseAsyncClient", "count": 20}, {"cid": 99, "color": "#BAB0AC", "label": "datetime", "count": 20}, {"cid": 100, "color": "#4E79A7", "label": "generator template.js", "count": 20}, {"cid": 101, "color": "#F28E2B", "label": "properties", "count": 19}, {"cid": 102, "color": "#E15759", "label": "GIFBuilder", "count": 19}, {"cid": 103, "color": "#76B7B2", "label": "draw text with outline", "count": 19}, {"cid": 104, "color": "#59A14F", "label": "replace", "count": 19}, {"cid": 105, "color": "#EDC948", "label": ".append to", "count": 19}, {"cid": 106, "color": "#B07AA1", "label": "properties", "count": 18}, {"cid": 107, "color": "#FF9DA7", "label": "SkillValidator", "count": 18}, {"cid": 108, "color": "#9C755F", "label": "ConfigManager", "count": 18}, {"cid": 109, "color": "#BAB0AC", "label": "extract text inventory", "count": 18}, {"cid": 110, "color": "#4E79A7", "label": "OKF: validate bundle", "count": 18}, {"cid": 111, "color": "#F28E2B", "label": "ConfigManager", "count": 17}, {"cid": 112, "color": "#E15759", "label": "position tracker", "count": 17}, {"cid": 113, "color": "#76B7B2", "label": "DOCXSchemaValidator", "count": 17}, {"cid": 114, "color": "#59A14F", "label": "DOCXSchemaValidator", "count": 17}, {"cid": 115, "color": "#EDC948", "label": "PresentationGenerator", "count": 17}, {"cid": 116, "color": "#B07AA1", "label": "GTMAuditor", "count": 17}, {"cid": 117, "color": "#FF9DA7", "label": "OKF: validate bundle", "count": 17}, {"cid": 118, "color": "#9C755F", "label": "PositionTracker", "count": 17}, {"cid": 119, "color": "#BAB0AC", "label": "properties", "count": 16}, {"cid": 120, "color": "#4E79A7", "label": "PPTXSchemaValidator", "count": 16}, {"cid": 121, "color": "#F28E2B", "label": "page analyzer", "count": 16}, {"cid": 122, "color": "#E15759", "label": "ExtensionsAnalyzer", "count": 16}, {"cid": 123, "color": "#76B7B2", "label": "BrandStyler", "count": 16}, {"cid": 124, "color": "#59A14F", "label": "seo audit orchestrator", "count": 16}, {"cid": 125, "color": "#EDC948", "label": "properties", "count": 15}, {"cid": 126, "color": "#B07AA1", "label": "properties", "count": 15}, {"cid": 127, "color": "#FF9DA7", "label": "properties", "count": 15}, {"cid": 128, "color": "#9C755F", "label": "OurDigital SEO Audit Log (Notion)", "count": 15}, {"cid": 129, "color": "#BAB0AC", "label": "PPTXSchemaValidator", "count": 15}, {"cid": 130, "color": "#4E79A7", "label": "get field info", "count": 15}, {"cid": 131, "color": "#F28E2B", "label": "DatabaseBackend", "count": 15}, {"cid": 132, "color": "#E15759", "label": "crawl mgr", "count": 15}, {"cid": 133, "color": "#76B7B2", "label": ". run datalayer audit", "count": 15}, {"cid": 134, "color": "#59A14F", "label": ". run form audit", "count": 15}, {"cid": 135, "color": "#EDC948", "label": "OKF: okf common", "count": 15}, {"cid": 136, "color": "#B07AA1", "label": "properties", "count": 14}, {"cid": 137, "color": "#FF9DA7", "label": "backlink auditor", "count": 14}, {"cid": 138, "color": "#9C755F", "label": "international auditor", "count": 14}, {"cid": 139, "color": "#BAB0AC", "label": "ai citation analyzer", "count": 14}, {"cid": 140, "color": "#4E79A7", "label": ".run", "count": 14}, {"cid": 141, "color": "#F28E2B", "label": "RedliningValidator", "count": 14}, {"cid": 142, "color": "#E15759", "label": "RedliningValidator", "count": 14}, {"cid": 143, "color": "#76B7B2", "label": "OKF: build graph", "count": 14}, {"cid": 144, "color": "#59A14F", "label": "jamie video info", "count": 14}, {"cid": 145, "color": "#EDC948", "label": "migrate skill root", "count": 14}, {"cid": 146, "color": "#B07AA1", "label": "OKF: TestFrontmatter", "count": 14}, {"cid": 147, "color": "#FF9DA7", "label": ".analyze", "count": 14}, {"cid": 148, "color": "#9C755F", "label": "properties", "count": 13}, {"cid": 149, "color": "#BAB0AC", "label": "properties", "count": 13}, {"cid": 150, "color": "#4E79A7", "label": "MoodCalibrator", "count": 13}, {"cid": 151, "color": "#F28E2B", "label": "SitemapCrawler", "count": 13}, {"cid": 152, "color": "#E15759", "label": ". call ahrefs", "count": 13}, {"cid": 153, "color": "#76B7B2", "label": "BaseAsyncClient", "count": 13}, {"cid": 154, "color": "#59A14F", "label": "dintel-doc-secretary", "count": 13}, {"cid": 155, "color": "#EDC948", "label": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "count": 13}, {"cid": 156, "color": "#B07AA1", "label": "ParagraphData", "count": 13}, {"cid": 157, "color": "#FF9DA7", "label": "BacklinkAuditor", "count": 13}, {"cid": 158, "color": "#9C755F", "label": "ContentGapAnalyzer", "count": 13}, {"cid": 159, "color": "#BAB0AC", "label": "migrate skill", "count": 13}, {"cid": 160, "color": "#4E79A7", "label": "type", "count": 12}, {"cid": 161, "color": "#F28E2B", "label": "inventory", "count": 12}, {"cid": 162, "color": "#E15759", "label": "validators", "count": 12}, {"cid": 163, "color": "#76B7B2", "label": "ranking reporter", "count": 12}, {"cid": 164, "color": "#59A14F", "label": "content gap analyzer", "count": 12}, {"cid": 165, "color": "#EDC948", "label": "AutoFixer", "count": 12}, {"cid": 166, "color": "#B07AA1", "label": ". init", "count": 12}, {"cid": 167, "color": "#FF9DA7", "label": "thumbnail", "count": 12}, {"cid": 168, "color": "#9C755F", "label": "properties", "count": 11}, {"cid": 169, "color": "#BAB0AC", "label": "properties", "count": 11}, {"cid": 170, "color": "#4E79A7", "label": "Jamie Brand Editor Skill", "count": 11}, {"cid": 171, "color": "#F28E2B", "label": "export to ulysses", "count": 11}, {"cid": 172, "color": "#E15759", "label": "RateLimiter", "count": 11}, {"cid": 173, "color": "#76B7B2", "label": "search llm", "count": 11}, {"cid": 174, "color": "#59A14F", "label": "build deck", "count": 11}, {"cid": 175, "color": "#EDC948", "label": "CheckoutFlowAnalyzer", "count": 11}, {"cid": 176, "color": "#B07AA1", "label": "html2pptx.js", "count": 11}, {"cid": 177, "color": "#FF9DA7", "label": "InternationalAuditor", "count": 11}, {"cid": 178, "color": "#9C755F", "label": ".compare competitors", "count": 11}, {"cid": 179, "color": "#BAB0AC", "label": "Theme Factory Skill", "count": 11}, {"cid": 180, "color": "#4E79A7", "label": "OurDigital Writing Style Guide", "count": 10}, {"cid": 181, "color": "#F28E2B", "label": "OurDigital Estimate Engine Skill", "count": 10}, {"cid": 182, "color": "#E15759", "label": "OKF: ourdigital-okf Skill", "count": 10}, {"cid": 183, "color": "#76B7B2", "label": ".detect toxic links", "count": 10}, {"cid": 184, "color": "#59A14F", "label": "ghost publish", "count": 10}, {"cid": 185, "color": "#EDC948", "label": ". audit content parity", "count": 10}, {"cid": 186, "color": "#B07AA1", "label": ". fetch text", "count": 10}, {"cid": 187, "color": "#FF9DA7", "label": ". analyze url structure", "count": 10}, {"cid": 188, "color": "#9C755F", "label": "jamie channel status", "count": 10}, {"cid": 189, "color": "#BAB0AC", "label": "rearrange presentation", "count": 10}, {"cid": 190, "color": "#4E79A7", "label": "properties", "count": 9}, {"cid": 191, "color": "#F28E2B", "label": "items", "count": 9}, {"cid": 192, "color": "#E15759", "label": "GTM Validator Skill", "count": 9}, {"cid": 193, "color": "#76B7B2", "label": "extract notion", "count": 9}, {"cid": 194, "color": "#59A14F", "label": "search cache", "count": 9}, {"cid": 195, "color": "#EDC948", "label": "SEO Comprehensive Audit", "count": 9}, {"cid": 196, "color": "#B07AA1", "label": ".find gaps", "count": 9}, {"cid": 197, "color": "#FF9DA7", "label": "mac-doctor", "count": 8}, {"cid": 198, "color": "#9C755F", "label": "Pipeline Orchestrator", "count": 8}, {"cid": 199, "color": "#BAB0AC", "label": "Pipeline Orchestrator", "count": 8}, {"cid": 200, "color": "#4E79A7", "label": "pack document", "count": 8}, {"cid": 201, "color": "#F28E2B", "label": "pack document", "count": 8}, {"cid": 202, "color": "#E15759", "label": ".audit", "count": 8}, {"cid": 203, "color": "#76B7B2", "label": ".generate calendar", "count": 8}, {"cid": 204, "color": "#59A14F", "label": "export for claude ai", "count": 8}, {"cid": 205, "color": "#EDC948", "label": "VisualPromptGenerator", "count": 8}, {"cid": 206, "color": "#B07AA1", "label": "jamie youtube api test", "count": 8}, {"cid": 207, "color": "#FF9DA7", "label": "run audit", "count": 8}, {"cid": 208, "color": "#9C755F", "label": "verify skills", "count": 8}, {"cid": 209, "color": "#BAB0AC", "label": "create bounce animation", "count": 7}, {"cid": 210, "color": "#4E79A7", "label": "init skill", "count": 7}, {"cid": 211, "color": "#F28E2B", "label": "create flip animation", "count": 7}, {"cid": 212, "color": "#E15759", "label": "create pulse animation", "count": 7}, {"cid": 213, "color": "#76B7B2", "label": "effort", "count": 7}, {"cid": 214, "color": "#59A14F", "label": "package skill", "count": 7}, {"cid": 215, "color": "#EDC948", "label": "scope.schema.json", "count": 6}, {"cid": 216, "color": "#B07AA1", "label": "Organization", "count": 6}, {"cid": 217, "color": "#FF9DA7", "label": "PPTX Skill", "count": 6}, {"cid": 218, "color": "#9C755F", "label": "audit cleanup.sh", "count": 6}, {"cid": 219, "color": "#BAB0AC", "label": "AnchorDistribution", "count": 6}, {"cid": 220, "color": "#4E79A7", "label": ".track velocity", "count": 6}, {"cid": 221, "color": "#F28E2B", "label": "gtm audit", "count": 6}, {"cid": 222, "color": "#E15759", "label": ".audit", "count": 6}, {"cid": 223, "color": "#76B7B2", "label": ". check language detection", "count": 6}, {"cid": 224, "color": "#59A14F", "label": "jamie youtube batch update", "count": 6}, {"cid": 225, "color": "#EDC948", "label": ".find top movers", "count": 6}, {"cid": 226, "color": "#B07AA1", "label": "recalc", "count": 6}, {"cid": 227, "color": "#FF9DA7", "label": "Agent Skills Spec", "count": 5}, {"cid": 228, "color": "#9C755F", "label": "Generative Art Viewer Template", "count": 5}, {"cid": 229, "color": "#BAB0AC", "label": "build schema drafts", "count": 5}, {"cid": 230, "color": "#4E79A7", "label": "TopicGap", "count": 5}, {"cid": 231, "color": "#F28E2B", "label": "create wiggle animation", "count": 5}, {"cid": 232, "color": "#E15759", "label": "coaching", "count": 5}, {"cid": 233, "color": "#76B7B2", "label": "schema migrator", "count": 5}, {"cid": 234, "color": "#59A14F", "label": "SEO Reporting Dashboard Skill", "count": 5}, {"cid": 235, "color": "#EDC948", "label": "OurDigital Trainer", "count": 5}, {"cid": 236, "color": "#B07AA1", "label": "cleanup execute.sh", "count": 5}, {"cid": 237, "color": "#FF9DA7", "label": "with server", "count": 5}, {"cid": 238, "color": "#9C755F", "label": "method", "count": 4}, {"cid": 239, "color": "#BAB0AC", "label": "OKF: Progressive disclosure via index.md", "count": 4}, {"cid": 240, "color": "#4E79A7", "label": "init skill", "count": 4}, {"cid": 241, "color": "#F28E2B", "label": "D.intelligence Quotation Manager", "count": 4}, {"cid": 242, "color": "#E15759", "label": "\uc815\uae30\ud638 \uc6d0\uc7a5", "count": 4}, {"cid": 243, "color": "#76B7B2", "label": ". get expected relationship type", "count": 4}, {"cid": 244, "color": "#59A14F", "label": "NotebookLM Agent Skill", "count": 4}, {"cid": 245, "color": "#EDC948", "label": "Notion Knowledge Capture Skill", "count": 4}, {"cid": 246, "color": "#B07AA1", "label": "audit environment.sh", "count": 4}, {"cid": 247, "color": "#FF9DA7", "label": "audit packages.sh", "count": 4}, {"cid": 248, "color": "#9C755F", "label": "audit resources.sh", "count": 4}, {"cid": 249, "color": "#BAB0AC", "label": "audit security.sh", "count": 4}, {"cid": 250, "color": "#4E79A7", "label": "run workflow", "count": 4}, {"cid": 251, "color": "#F28E2B", "label": "Task Creation from Specs", "count": 4}, {"cid": 252, "color": "#E15759", "label": "pricing mode", "count": 3}, {"cid": 253, "color": "#76B7B2", "label": "seq", "count": 3}, {"cid": 254, "color": "#59A14F", "label": "students", "count": 3}, {"cid": 255, "color": "#EDC948", "label": "NotebookLM Research", "count": 3}, {"cid": 256, "color": "#B07AA1", "label": "make sample", "count": 3}, {"cid": 257, "color": "#FF9DA7", "label": "D.intelligence Brand Editor", "count": 3}, {"cid": 258, "color": "#9C755F", "label": "dintel-quotation-mgr", "count": 3}, {"cid": 259, "color": "#BAB0AC", "label": "DOCX Skill", "count": 3}, {"cid": 260, "color": "#4E79A7", "label": "GTM Editor", "count": 3}, {"cid": 261, "color": "#F28E2B", "label": "GTM Audit Skill", "count": 3}, {"cid": 262, "color": "#E15759", "label": "MCP Builder Skill", "count": 3}, {"cid": 263, "color": "#76B7B2", "label": "procurement", "count": 3}, {"cid": 264, "color": "#59A14F", "label": "Skill Migration Guide", "count": 3}, {"cid": 265, "color": "#EDC948", "label": "install.sh", "count": 2}, {"cid": 266, "color": "#B07AA1", "label": "OurDigital Blog README", "count": 2}, {"cid": 267, "color": "#FF9DA7", "label": "Claude Settings Optimizer README", "count": 2}, {"cid": 268, "color": "#9C755F", "label": "install.sh", "count": 2}, {"cid": 269, "color": "#BAB0AC", "label": "Competitor Benchmark Sets", "count": 2}, {"cid": 270, "color": "#4E79A7", "label": "make sample", "count": 2}, {"cid": 271, "color": "#F28E2B", "label": "D.intelligence Brand Editor Skill", "count": 2}, {"cid": 272, "color": "#E15759", "label": "init", "count": 2}, {"cid": 273, "color": "#76B7B2", "label": "notion", "count": 2}, {"cid": 274, "color": "#59A14F", "label": "D.intelligence Shared Infrastructure", "count": 2}, {"cid": 275, "color": "#EDC948", "label": "Estimate Engine CLI", "count": 2}, {"cid": 276, "color": "#B07AA1", "label": "validate", "count": 2}, {"cid": 277, "color": "#FF9DA7", "label": "init", "count": 2}, {"cid": 278, "color": "#9C755F", "label": "validate", "count": 2}, {"cid": 279, "color": "#BAB0AC", "label": "init", "count": 2}, {"cid": 280, "color": "#4E79A7", "label": "console logging", "count": 2}, {"cid": 281, "color": "#F28E2B", "label": "Export to Ulysses Script", "count": 2}, {"cid": 282, "color": "#E15759", "label": "Chapter 01. \uacc4\uc815 \uad8c\ud55c \ubc0f \ucd08\uae30 \uc9c4\ub2e8", "count": 2}, {"cid": 283, "color": "#76B7B2", "label": "Laser Hair Removal in Gangnam | Jamie Cl", "count": 2}, {"cid": 284, "color": "#59A14F", "label": "Notion Organizer Reference", "count": 2}, {"cid": 285, "color": "#EDC948", "label": "PDF Forms Guide", "count": 2}, {"cid": 286, "color": "#B07AA1", "label": "init", "count": 2}, {"cid": 287, "color": "#FF9DA7", "label": "bundle-artifact.sh", "count": 2}, {"cid": 288, "color": "#9C755F", "label": "convert pdf to images", "count": 2}, {"cid": 289, "color": "#BAB0AC", "label": "create validation image", "count": 2}, {"cid": 290, "color": "#4E79A7", "label": "findings to scope", "count": 2}, {"cid": 291, "color": "#F28E2B", "label": "init-artifact.sh", "count": 2}, {"cid": 292, "color": "#E15759", "label": "render pdf.sh", "count": 2}, {"cid": 293, "color": "#76B7B2", "label": "setup.sh", "count": 2}, {"cid": 294, "color": "#59A14F", "label": "test mention id", "count": 2}, {"cid": 295, "color": "#EDC948", "label": "test mention url", "count": 2}, {"cid": 296, "color": "#B07AA1", "label": "test rich text relative link becomes pla", "count": 2}, {"cid": 297, "color": "#FF9DA7", "label": "XLSX Skill", "count": 2}, {"cid": 298, "color": "#9C755F", "label": "OurDigital Ad Manager README", "count": 1}, {"cid": 299, "color": "#BAB0AC", "label": "Bash Agent", "count": 1}, {"cid": 300, "color": "#4E79A7", "label": "Explore Agent", "count": 1}, {"cid": 301, "color": "#F28E2B", "label": "Plan Agent", "count": 1}, {"cid": 302, "color": "#E15759", "label": "Ahrefs Site Explorer Top Pages", "count": 1}, {"cid": 303, "color": "#76B7B2", "label": "Blog Post Template (Markdown)", "count": 1}, {"cid": 304, "color": "#59A14F", "label": "Repository Overview", "count": 1}, {"cid": 305, "color": "#EDC948", "label": "OurDigital Designer README", "count": 1}, {"cid": 306, "color": "#B07AA1", "label": "77 \u2014 D.intelligence Account Manager READ", "count": 1}, {"cid": 307, "color": "#FF9DA7", "label": "D.intelligence Back Office Manager", "count": 1}, {"cid": 308, "color": "#9C755F", "label": "D.intelligence Back Office &amp; HR Manager ", "count": 1}, {"cid": 309, "color": "#BAB0AC", "label": "76-dintel-backoffice-mgr README", "count": 1}, {"cid": 310, "color": "#4E79A7", "label": "Dintel Bootstrap", "count": 1}, {"cid": 311, "color": "#F28E2B", "label": "88 \u2014 D.intelligence Skill Update Meta-Ag", "count": 1}, {"cid": 312, "color": "#E15759", "label": "OurDigital Document README", "count": 1}, {"cid": 313, "color": "#76B7B2", "label": "\ub4c0\uc5bc \ud2b8\uc784 \uc218\uc220", "count": 1}, {"cid": 314, "color": "#59A14F", "label": "\ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220 \uc218\uc220\uc2e4", "count": 1}, {"cid": 315, "color": "#EDC948", "label": "BreadcrumbList", "count": 1}, {"cid": 316, "color": "#B07AA1", "label": "FAQPage", "count": 1}, {"cid": 317, "color": "#FF9DA7", "label": "unpack", "count": 1}, {"cid": 318, "color": "#9C755F", "label": "unpack", "count": 1}, {"cid": 319, "color": "#BAB0AC", "label": "element discovery", "count": 1}, {"cid": 320, "color": "#4E79A7", "label": "static html automation", "count": 1}, {"cid": 321, "color": "#F28E2B", "label": "\uc778\uc0ac\ub9d0", "count": 1}, {"cid": 322, "color": "#E15759", "label": "Hreflang Validator Script", "count": 1}, {"cid": 323, "color": "#76B7B2", "label": "Image Generation Gotchas", "count": 1}, {"cid": 324, "color": "#59A14F", "label": "\uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc \ube14\ub85c\uadf8 \uc2a4\ud0c0\uc77c \uac00\uc774\ub4dc", "count": 1}, {"cid": 325, "color": "#EDC948", "label": "\uc815\uae30\ud638 \uc6d0\uc7a5 \ud1a4\uc564\ub9e4\ub108 \ubd84\uc11d \ud504\ub808\uc784\uc6cc\ud06c", "count": 1}, {"cid": 326, "color": "#B07AA1", "label": "JHR GA4 Tagging Reference", "count": 1}, {"cid": 327, "color": "#FF9DA7", "label": "OurDigital Journal README", "count": 1}, {"cid": 328, "color": "#9C755F", "label": "KPI Aggregator Script", "count": 1}, {"cid": 329, "color": "#BAB0AC", "label": "\ub208\ubc11 \uc9c0\ubc29 \uc7ac\ubc30\uce58", "count": 1}, {"cid": 330, "color": "#4E79A7", "label": "Mac Optimizer", "count": 1}, {"cid": 331, "color": "#F28E2B", "label": "Mac Optimizer Skill", "count": 1}, {"cid": 332, "color": "#E15759", "label": "init", "count": 1}, {"cid": 333, "color": "#76B7B2", "label": "Multi-Agent Guide", "count": 1}, {"cid": 334, "color": "#59A14F", "label": "NotebookLM Agent", "count": 1}, {"cid": 335, "color": "#EDC948", "label": "NotebookLM Automation", "count": 1}, {"cid": 336, "color": "#B07AA1", "label": "NotebookLM Studio", "count": 1}, {"cid": 337, "color": "#FF9DA7", "label": "Client Reference Library", "count": 1}, {"cid": 338, "color": "#9C755F", "label": "OurDigital Skill Creator", "count": 1}, {"cid": 339, "color": "#BAB0AC", "label": "Performance Reporter Script", "count": 1}, {"cid": 340, "color": "#4E79A7", "label": "D.intelligence Documentation Secretary (", "count": 1}, {"cid": 341, "color": "#F28E2B", "label": "D.intelligence Quotation Manager (Agent ", "count": 1}, {"cid": 342, "color": "#E15759", "label": "D.intelligence Service Architect (Agent ", "count": 1}, {"cid": 343, "color": "#76B7B2", "label": "D.intelligence Marketing Manager (Agent ", "count": 1}, {"cid": 344, "color": "#59A14F", "label": "pdfjs-dist Library", "count": 1}, {"cid": 345, "color": "#EDC948", "label": "pdf-lib Library", "count": 1}, {"cid": 346, "color": "#B07AA1", "label": "pdfplumber", "count": 1}, {"cid": 347, "color": "#FF9DA7", "label": "poppler-utils", "count": 1}, {"cid": 348, "color": "#9C755F", "label": "pypdfium2 Library", "count": 1}, {"cid": 349, "color": "#BAB0AC", "label": "qpdf", "count": 1}, {"cid": 350, "color": "#4E79A7", "label": "reportlab", "count": 1}, {"cid": 351, "color": "#F28E2B", "label": "GTM Audit Report Template", "count": 1}, {"cid": 352, "color": "#E15759", "label": "Review Report Template (Markdown)", "count": 1}, {"cid": 353, "color": "#76B7B2", "label": "Review Result Template (HTML)", "count": 1}, {"cid": 354, "color": "#59A14F", "label": "check fillable fields", "count": 1}, {"cid": 355, "color": "#EDC948", "label": "init", "count": 1}, {"cid": 356, "color": "#B07AA1", "label": "SEO Content Strategy Skill", "count": 1}, {"cid": 357, "color": "#FF9DA7", "label": "SEO Keyword Strategy Skill", "count": 1}, {"cid": 358, "color": "#9C755F", "label": "SEO Link Building Skill", "count": 1}, {"cid": 359, "color": "#BAB0AC", "label": "SEO Position Tracking Skill", "count": 1}, {"cid": 360, "color": "#4E79A7", "label": "SEO SERP Analysis Skill", "count": 1}, {"cid": 361, "color": "#F28E2B", "label": "Claude Code Settings Audit Report", "count": 1}, {"cid": 362, "color": "#E15759", "label": "Frontend Design Skill", "count": 1}, {"cid": 363, "color": "#76B7B2", "label": "Internal Comms Skill", "count": 1}, {"cid": 364, "color": "#59A14F", "label": "Skill Creator Skill", "count": 1}, {"cid": 365, "color": "#EDC948", "label": "\ub208\uc379\ubc11 \ud53c\ubd80\uc808\uac1c\uc220", "count": 1}, {"cid": 366, "color": "#B07AA1", "label": "last-ndc.ts", "count": 1}, {"cid": 367, "color": "#FF9DA7", "label": "TUI Designer", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const selectAllCb = document.getElementById('select-all-cb');
function updateSelectAllState() {
const total = LEGEND.length;
const hidden = hiddenCommunities.size;
selectAllCb.checked = hidden === 0;
selectAllCb.indeterminate = hidden > 0 && hidden < total;
}
function toggleAllCommunities(hide) {
document.querySelectorAll('.legend-item').forEach(item => {
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
});
document.querySelectorAll('.legend-cb').forEach(cb => {
cb.checked = !hide;
});
LEGEND.forEach(c => {
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
});
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
nodesDS.update(updates);
updateSelectAllState();
}
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
const cb = document.createElement('input');
cb.type = 'checkbox';
cb.className = 'legend-cb';
cb.checked = true;
cb.addEventListener('change', (e) => {
e.stopPropagation();
if (cb.checked) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: !cb.checked }));
nodesDS.update(updates);
updateSelectAllState();
});
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.prepend(cb);
item.onclick = (e) => {
if (e.target === cb) return;
cb.checked = !cb.checked;
cb.dispatchEvent(new Event('change'));
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [{"id": "okf_three_mode_skill", "label": "OKF produce/validate/visualize skill modes", "nodes": ["182", "143"]}];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>