Indexed 869 skill docs + 6 images (excl. 73 redundant .claude/commands mirrors) using Gemini 3.1 Pro (~1.3M in / 301k out tokens, ~$6.23 - no Claude tokens): +1552 nodes, +1308 edges, 61 doc<->code cross-links, 500 new doc communities labeled by skill. Every skill's docs/specs are now queryable; prior graph was code-only. Extraction offloaded to Gemini via graphify's OpenAI-compatible backend. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
307 lines
476 KiB
HTML
307 lines
476 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">868 nodes · 420 edges · 868 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": 6}, {"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": 1}, {"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": "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": "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": "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": "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": "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": "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": "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": 2}, {"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": 1}, {"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": "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": "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": "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": 1}, {"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": "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": "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": "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": 2}, {"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": 3}, {"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": "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": 1}, {"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": 2}, {"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": "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": "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": "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": 1}, {"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": "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": "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": "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": "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": "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": "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": "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": "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": "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 & HR Manager ", "community": 308, "community_name": "D.intelligence Back Office & HR Manager ", "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": "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": "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": "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": "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": 1}, {"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": "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": 1}, {"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": "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": "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": "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": 2}, {"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": "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": "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}, {"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": "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": "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": "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": "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": "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": "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": "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": 1}, {"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": "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": 1}, {"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": "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": "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": "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": 1}, {"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": 1}, {"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": 1}, {"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": "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": 3}, {"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": "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": 8}, {"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": 3}, {"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": 5}, {"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": 4}, {"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": "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": "629", "label": "Docs: Explore Agent", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Explore Agent", "community": 629, "community_name": "Docs: Explore Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "633", "label": "Docs: Plan Agent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Plan Agent", "community": 633, "community_name": "Docs: Plan Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "630", "label": "Docs: General-Purpose Agent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: General-Purpose Agent", "community": 630, "community_name": "Docs: General-Purpose Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "628", "label": "Docs: Bash Agent", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Bash Agent", "community": 628, "community_name": "Docs: Bash Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "625", "label": "Docs: 11-seo-comprehensive-audit", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 11-seo-comprehensive-audit", "community": 625, "community_name": "Docs: 11-seo-comprehensive-audit", "source_file": "", "file_type": "", "degree": 0}, {"id": "500", "label": "Docs: 61-gtm-editor", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 61-gtm-editor", "community": 500, "community_name": "Docs: 61-gtm-editor", "source_file": "", "file_type": "", "degree": 0}, {"id": "626", "label": "Docs: 81-mac-optimizer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 81-mac-optimizer", "community": 626, "community_name": "Docs: 81-mac-optimizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "627", "label": "Docs: 82-our-gdrive-organizer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 82-our-gdrive-organizer", "community": 627, "community_name": "Docs: 82-our-gdrive-organizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "634", "label": "Docs: reference-curator-pipeline", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: reference-curator-pipeline", "community": 634, "community_name": "Docs: reference-curator-pipeline", "source_file": "", "file_type": "", "degree": 0}, {"id": "649", "label": "Docs: 16-seo-schema-validator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 16-seo-schema-validator", "community": 649, "community_name": "Docs: 16-seo-schema-validator", "source_file": "", "file_type": "", "degree": 0}, {"id": "650", "label": "Docs: 17-seo-schema-generator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 17-seo-schema-generator", "community": 650, "community_name": "Docs: 17-seo-schema-generator", "source_file": "", "file_type": "", "degree": 0}, {"id": "686", "label": "Docs: SKILL-MIGRATION-GUIDE", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SKILL-MIGRATION-GUIDE", "community": 686, "community_name": "Docs: SKILL-MIGRATION-GUIDE", "source_file": "", "file_type": "", "degree": 0}, {"id": "372", "label": "Docs: OurDigital Designer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Designer", "community": 372, "community_name": "Docs: OurDigital Designer", "source_file": "", "file_type": "", "degree": 0}, {"id": "772", "label": "Docs: Dependencies", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Dependencies", "community": 772, "community_name": "Docs: Dependencies", "source_file": "", "file_type": "", "degree": 0}, {"id": "577", "label": "Docs: Our Claude Skills Repository", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Our Claude Skills Repository", "community": 577, "community_name": "Docs: Our Claude Skills Repository", "source_file": "", "file_type": "", "degree": 0}, {"id": "590", "label": "Docs: Verify Skills Workflow", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Verify Skills Workflow", "community": 590, "community_name": "Docs: Verify Skills Workflow", "source_file": "", "file_type": "", "degree": 0}, {"id": "454", "label": "Docs: OurDigital Brand Guide README", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Brand Guide README", "community": 454, "community_name": "Docs: OurDigital Brand Guide README", "source_file": "", "file_type": "", "degree": 0}, {"id": "369", "label": "Docs: OurDigital Backoffice README", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 26.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Backoffice README", "community": 369, "community_name": "Docs: OurDigital Backoffice README", "source_file": "", "file_type": "", "degree": 2}, {"id": "782", "label": "Docs: Research Patterns Guide", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Research Patterns Guide", "community": 782, "community_name": "Docs: Research Patterns Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "371", "label": "Docs: jamie-youtube-manager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-youtube-manager", "community": 371, "community_name": "Docs: jamie-youtube-manager", "source_file": "", "file_type": "", "degree": 2}, {"id": "866", "label": "Docs: OurDigital Writing Style Guide", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Writing Style Guide", "community": 866, "community_name": "Docs: OurDigital Writing Style Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "399", "label": "Docs: OurDigital Blog Code SKILL", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Blog Code SKILL", "community": 399, "community_name": "Docs: OurDigital Blog Code SKILL", "source_file": "", "file_type": "", "degree": 1}, {"id": "710", "label": "Docs: Ghost Admin API Configuration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Ghost Admin API Configuration", "community": 710, "community_name": "Docs: Ghost Admin API Configuration", "source_file": "", "file_type": "", "degree": 0}, {"id": "748", "label": "Docs: Pre-Publishing Checklist", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Pre-Publishing Checklist", "community": 748, "community_name": "Docs: Pre-Publishing Checklist", "source_file": "", "file_type": "", "degree": 0}, {"id": "466", "label": "Docs: run workflow py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run workflow py", "community": 466, "community_name": "Docs: run workflow py", "source_file": "", "file_type": "", "degree": 0}, {"id": "508", "label": "Docs: OurDigital Designer (Code)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Designer (Code)", "community": 508, "community_name": "Docs: OurDigital Designer (Code)", "source_file": "", "file_type": "", "degree": 0}, {"id": "746", "label": "Docs: Google Ads", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Google Ads", "community": 746, "community_name": "Docs: Google Ads", "source_file": "", "file_type": "", "degree": 0}, {"id": "747", "label": "Docs: Meta (Facebook/Instagram)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Meta (Facebook/Instagram)", "community": 747, "community_name": "Docs: Meta (Facebook/Instagram)", "source_file": "", "file_type": "", "degree": 0}, {"id": "474", "label": "Docs: OurDigital Trainer (Code)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Trainer (Code)", "community": 474, "community_name": "Docs: OurDigital Trainer (Code)", "source_file": "", "file_type": "", "degree": 0}, {"id": "864", "label": "Docs: Visual Metaphor Dictionary", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Visual Metaphor Dictionary", "community": 864, "community_name": "Docs: Visual Metaphor Dictionary", "source_file": "", "file_type": "", "degree": 0}, {"id": "374", "label": "Docs: Journal Style Guide", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Journal Style Guide", "community": 374, "community_name": "Docs: Journal Style Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "437", "label": "Docs: OurDigital Backoffice Skill", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Backoffice Skill", "community": 437, "community_name": "Docs: OurDigital Backoffice Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "835", "label": "Docs: OurDigital Backoffice Skill YAML", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Backoffice Skill YAML", "community": 835, "community_name": "Docs: OurDigital Backoffice Skill YAML", "source_file": "", "file_type": "", "degree": 0}, {"id": "386", "label": "Docs: OurDigital Skill Creator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Skill Creator", "community": 386, "community_name": "Docs: OurDigital Skill Creator", "source_file": "", "file_type": "", "degree": 0}, {"id": "376", "label": "Docs: seo-comprehensive-audit", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-comprehensive-audit", "community": 376, "community_name": "Docs: seo-comprehensive-audit", "source_file": "", "file_type": "", "degree": 3}, {"id": "426", "label": "Docs: CLAUDE", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: CLAUDE", "community": 426, "community_name": "Docs: CLAUDE", "source_file": "", "file_type": "", "degree": 0}, {"id": "469", "label": "Docs: base client.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: base client.py", "community": 469, "community_name": "Docs: base client.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "383", "label": "Docs: generate pages.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: generate pages.py", "community": 383, "community_name": "Docs: generate pages.py", "source_file": "", "file_type": "", "degree": 2}, {"id": "391", "label": "Docs: GTM Audit Skill", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GTM Audit Skill", "community": 391, "community_name": "Docs: GTM Audit Skill", "source_file": "", "file_type": "", "degree": 2}, {"id": "509", "label": "Docs: schema validator.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: schema validator.py", "community": 509, "community_name": "Docs: schema validator.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "624", "label": "Docs: Activity Library", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Activity Library", "community": 624, "community_name": "Docs: Activity Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "848", "label": "Docs: Training Frameworks", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Training Frameworks", "community": 848, "community_name": "Docs: Training Frameworks", "source_file": "", "file_type": "", "degree": 0}, {"id": "427", "label": "Docs: seo audit orchestrator.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo audit orchestrator.py", "community": 427, "community_name": "Docs: seo audit orchestrator.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "685", "label": "Docs: sitemap crawler.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: sitemap crawler.py", "community": 685, "community_name": "Docs: sitemap crawler.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "370", "label": "Docs: SEO Knowledge Graph Skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO Knowledge Graph Skill", "community": 370, "community_name": "Docs: SEO Knowledge Graph Skill", "source_file": "", "file_type": "", "degree": 1}, {"id": "381", "label": "Docs: seo-local-audit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-local-audit", "community": 381, "community_name": "Docs: seo-local-audit", "source_file": "", "file_type": "", "degree": 2}, {"id": "662", "label": "Docs: extract site claims.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: extract site claims.py", "community": 662, "community_name": "Docs: extract site claims.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "542", "label": "Docs: build schema drafts.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: build schema drafts.py", "community": 542, "community_name": "Docs: build schema drafts.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "530", "label": "Docs: seo-schema-generator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-schema-generator", "community": 530, "community_name": "Docs: seo-schema-generator", "source_file": "", "file_type": "", "degree": 0}, {"id": "562", "label": "Docs: Josun Hotel and Resort", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Josun Hotel and Resort", "community": 562, "community_name": "Docs: Josun Hotel and Resort", "source_file": "", "file_type": "", "degree": 0}, {"id": "711", "label": "Docs: Grand Josun Busan", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Grand Josun Busan", "community": 711, "community_name": "Docs: Grand Josun Busan", "source_file": "", "file_type": "", "degree": 0}, {"id": "385", "label": "Docs: seo-reporting-dashboard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-reporting-dashboard", "community": 385, "community_name": "Docs: seo-reporting-dashboard", "source_file": "", "file_type": "", "degree": 1}, {"id": "475", "label": "Docs: Defect Taxonomy", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Defect Taxonomy", "community": 475, "community_name": "Docs: Defect Taxonomy", "source_file": "", "file_type": "", "degree": 0}, {"id": "713", "label": "Docs: Hotel Type Map", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Hotel Type Map", "community": 713, "community_name": "Docs: Hotel Type Map", "source_file": "", "file_type": "", "degree": 0}, {"id": "461", "label": "Docs: Validation Methodology", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Validation Methodology", "community": 461, "community_name": "Docs: Validation Methodology", "source_file": "", "file_type": "", "degree": 0}, {"id": "781", "label": "Docs: validate schema.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: validate schema.py", "community": 781, "community_name": "Docs: validate schema.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "472", "label": "Docs: Client QA Report Template", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Client QA Report Template", "community": 472, "community_name": "Docs: Client QA Report Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "696", "label": "Docs: Decision Log", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Decision Log", "community": 696, "community_name": "Docs: Decision Log", "source_file": "", "file_type": "", "degree": 0}, {"id": "451", "label": "Docs: seo-schema-generator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-schema-generator", "community": 451, "community_name": "Docs: seo-schema-generator", "source_file": "", "file_type": "", "degree": 0}, {"id": "684", "label": "Docs: serp analyzer.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: serp analyzer.py", "community": 684, "community_name": "Docs: serp analyzer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "670", "label": "Docs: naver serp analyzer.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: naver serp analyzer.py", "community": 670, "community_name": "Docs: naver serp analyzer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "441", "label": "Docs: SEO Keyword Strategy", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO Keyword Strategy", "community": 441, "community_name": "Docs: SEO Keyword Strategy", "source_file": "", "file_type": "", "degree": 0}, {"id": "669", "label": "Docs: keyword gap analyzer.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: keyword gap analyzer.py", "community": 669, "community_name": "Docs: keyword gap analyzer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "836", "label": "Docs: 17-seo-schema-generator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 17-seo-schema-generator", "community": 836, "community_name": "Docs: 17-seo-schema-generator", "source_file": "", "file_type": "", "degree": 0}, {"id": "588", "label": "Docs: 16-seo-schema-validator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 16-seo-schema-validator", "community": 588, "community_name": "Docs: 16-seo-schema-validator", "source_file": "", "file_type": "", "degree": 0}, {"id": "531", "label": "Docs: build schema drafts.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: build schema drafts.py", "community": 531, "community_name": "Docs: build schema drafts.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "579", "label": "Docs: build schema drafts.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: build schema drafts.py", "community": 579, "community_name": "Docs: build schema drafts.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "468", "label": "Docs: requests", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: requests", "community": 468, "community_name": "Docs: requests", "source_file": "", "file_type": "", "degree": 1}, {"id": "783", "label": "Docs: review-guide", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: review-guide", "community": 783, "community_name": "Docs: review-guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "410", "label": "Docs: SEO Position Tracking", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO Position Tracking", "community": 410, "community_name": "Docs: SEO Position Tracking", "source_file": "", "file_type": "", "degree": 0}, {"id": "546", "label": "Docs: position tracker.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: position tracker.py", "community": 546, "community_name": "Docs: position tracker.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "768", "label": "Docs: aiohttp", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: aiohttp", "community": 768, "community_name": "Docs: aiohttp", "source_file": "", "file_type": "", "degree": 0}, {"id": "779", "label": "Docs: tenacity", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: tenacity", "community": 779, "community_name": "Docs: tenacity", "source_file": "", "file_type": "", "degree": 0}, {"id": "780", "label": "Docs: tqdm", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: tqdm", "community": 780, "community_name": "Docs: tqdm", "source_file": "", "file_type": "", "degree": 0}, {"id": "778", "label": "Docs: rich", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: rich", "community": 778, "community_name": "Docs: rich", "source_file": "", "file_type": "", "degree": 0}, {"id": "635", "label": "Docs: site-explorer-all-backlinks", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: site-explorer-all-backlinks", "community": 635, "community_name": "Docs: site-explorer-all-backlinks", "source_file": "", "file_type": "", "degree": 0}, {"id": "784", "label": "Docs: backlink research", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: backlink research", "community": 784, "community_name": "Docs: backlink research", "source_file": "", "file_type": "", "degree": 0}, {"id": "465", "label": "Docs: seo-ai-visibility", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-ai-visibility", "community": 465, "community_name": "Docs: seo-ai-visibility", "source_file": "", "file_type": "", "degree": 0}, {"id": "660", "label": "Docs: ecommerce auditor.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: ecommerce auditor.py", "community": 660, "community_name": "Docs: ecommerce auditor.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "678", "label": "Docs: product schema checker.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: product schema checker.py", "community": 678, "community_name": "Docs: product schema checker.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "771", "label": "Docs: beautifulsoup4", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: beautifulsoup4", "community": 771, "community_name": "Docs: beautifulsoup4", "source_file": "", "file_type": "", "degree": 1}, {"id": "774", "label": "Docs: lxml", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: lxml", "community": 774, "community_name": "Docs: lxml", "source_file": "", "file_type": "", "degree": 0}, {"id": "655", "label": "Docs: content gap analyzer.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: content gap analyzer.py", "community": 655, "community_name": "Docs: content gap analyzer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "654", "label": "Docs: content brief generator.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: content brief generator.py", "community": 654, "community_name": "Docs: content brief generator.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "412", "label": "Docs: SEO KPI Framework", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO KPI Framework", "community": 412, "community_name": "Docs: SEO KPI Framework", "source_file": "", "file_type": "", "degree": 0}, {"id": "489", "label": "Docs: seo-gateway-architect", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-gateway-architect", "community": 489, "community_name": "Docs: seo-gateway-architect", "source_file": "", "file_type": "", "degree": 1}, {"id": "547", "label": "Docs: CLAUDE", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: CLAUDE", "community": 547, "community_name": "Docs: CLAUDE", "source_file": "", "file_type": "", "degree": 1}, {"id": "843", "label": "Docs: keyword-research-template", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: keyword-research-template", "community": 843, "community_name": "Docs: keyword-research-template", "source_file": "", "file_type": "", "degree": 0}, {"id": "842", "label": "Docs: content-architecture-template", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: content-architecture-template", "community": 842, "community_name": "Docs: content-architecture-template", "source_file": "", "file_type": "", "degree": 0}, {"id": "844", "label": "Docs: seo-checklist-template", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-checklist-template", "community": 844, "community_name": "Docs: seo-checklist-template", "source_file": "", "file_type": "", "degree": 0}, {"id": "511", "label": "Docs: Gateway Page Content Builder", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Gateway Page Content Builder", "community": 511, "community_name": "Docs: Gateway Page Content Builder", "source_file": "", "file_type": "", "degree": 0}, {"id": "727", "label": "Docs: Keyword Research Template", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Keyword Research Template", "community": 727, "community_name": "Docs: Keyword Research Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "488", "label": "Docs: GatewayPageGenerator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GatewayPageGenerator", "community": 488, "community_name": "Docs: GatewayPageGenerator", "source_file": "", "file_type": "", "degree": 0}, {"id": "452", "label": "Docs: SEO International Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO International Skill", "community": 452, "community_name": "Docs: SEO International Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "544", "label": "Docs: hreflang validator.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: hreflang validator.py", "community": 544, "community_name": "Docs: hreflang validator.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "767", "label": "Docs: beautifulsoup4", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: beautifulsoup4", "community": 767, "community_name": "Docs: beautifulsoup4", "source_file": "", "file_type": "", "degree": 0}, {"id": "430", "label": "Docs: SKILL", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SKILL", "community": 430, "community_name": "Docs: SKILL", "source_file": "", "file_type": "", "degree": 0}, {"id": "689", "label": "Docs: competitor profiler.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: competitor profiler.py", "community": 689, "community_name": "Docs: competitor profiler.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "688", "label": "Docs: competitive monitor.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: competitive monitor.py", "community": 688, "community_name": "Docs: competitive monitor.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "687", "label": "Docs: base client.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: base client.py", "community": 687, "community_name": "Docs: base client.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "777", "label": "Docs: pyyaml", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: pyyaml", "community": 777, "community_name": "Docs: pyyaml", "source_file": "", "file_type": "", "degree": 0}, {"id": "775", "label": "Docs: markdown", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: markdown", "community": 775, "community_name": "Docs: markdown", "source_file": "", "file_type": "", "degree": 0}, {"id": "765", "label": "Docs: Notion Organizer Reference", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion Organizer Reference", "community": 765, "community_name": "Docs: Notion Organizer Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "770", "label": "Docs: asyncio-throttle", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: asyncio-throttle", "community": 770, "community_name": "Docs: asyncio-throttle", "source_file": "", "file_type": "", "degree": 0}, {"id": "769", "label": "Docs: anthropic", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: anthropic", "community": 769, "community_name": "Docs: anthropic", "source_file": "", "file_type": "", "degree": 0}, {"id": "453", "label": "Docs: notion-search", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion-search", "community": 453, "community_name": "Docs: notion-search", "source_file": "", "file_type": "", "degree": 0}, {"id": "506", "label": "Docs: notion-organizer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion-organizer", "community": 506, "community_name": "Docs: notion-organizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "834", "label": "Docs: notion-organizer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion-organizer", "community": 834, "community_name": "Docs: notion-organizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "518", "label": "Docs: Notion Organizer Examples", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion Organizer Examples", "community": 518, "community_name": "Docs: Notion Organizer Examples", "source_file": "", "file_type": "", "degree": 0}, {"id": "657", "label": "Docs: Claude Core Tools", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Claude Core Tools", "community": 657, "community_name": "Docs: Claude Core Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "827", "label": "Docs: seo-competitor-intel", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo-competitor-intel", "community": 827, "community_name": "Docs: seo-competitor-intel", "source_file": "", "file_type": "", "degree": 0}, {"id": "735", "label": "Docs: \uc758\ub8cc\ubc95 \uc81c56\uc870 (Medical Service Act Article 56", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \uc758\ub8cc\ubc95 \uc81c56\uc870 (Medical Service Act Article 56", "community": 735, "community_name": "Docs: \uc758\ub8cc\ubc95 \uc81c56\uc870 (Medical Service Act Article 56", "source_file": "", "file_type": "", "degree": 0}, {"id": "737", "label": "Docs: \ub300\ud55c\uc758\uc0ac\ud611\ud68c \uc758\ub8cc\uad11\uace0\uc2ec\uc758\uc704\uc6d0\ud68c", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \ub300\ud55c\uc758\uc0ac\ud611\ud68c \uc758\ub8cc\uad11\uace0\uc2ec\uc758\uc704\uc6d0\ud68c", "community": 737, "community_name": "Docs: \ub300\ud55c\uc758\uc0ac\ud611\ud68c \uc758\ub8cc\uad11\uace0\uc2ec\uc758\uc704\uc6d0\ud68c", "source_file": "", "file_type": "", "degree": 0}, {"id": "738", "label": "Docs: \ubcf4\uac74\ubcf5\uc9c0\ubd80", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \ubcf4\uac74\ubcf5\uc9c0\ubd80", "community": 738, "community_name": "Docs: \ubcf4\uac74\ubcf5\uc9c0\ubd80", "source_file": "", "file_type": "", "degree": 0}, {"id": "794", "label": "Docs: Gateway Page Content Builder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Gateway Page Content Builder", "community": 794, "community_name": "Docs: Gateway Page Content Builder", "source_file": "", "file_type": "", "degree": 0}, {"id": "558", "label": "Docs: Gangnam Laser Hair Removal Example", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Gangnam Laser Hair Removal Example", "community": 558, "community_name": "Docs: Gangnam Laser Hair Removal Example", "source_file": "", "file_type": "", "degree": 0}, {"id": "675", "label": "Docs: notion search.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion search.py", "community": 675, "community_name": "Docs: notion search.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "651", "label": "Docs: 32-notion-writer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 32-notion-writer", "community": 651, "community_name": "Docs: 32-notion-writer", "source_file": "", "file_type": "", "degree": 0}, {"id": "652", "label": "Docs: 90-reference-curator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 90-reference-curator", "community": 652, "community_name": "Docs: 90-reference-curator", "source_file": "", "file_type": "", "degree": 0}, {"id": "528", "label": "Docs: log parser.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: log parser.py", "community": 528, "community_name": "Docs: log parser.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "471", "label": "Docs: SEO Migration Planner", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO Migration Planner", "community": 471, "community_name": "Docs: SEO Migration Planner", "source_file": "", "file_type": "", "degree": 0}, {"id": "636", "label": "Docs: site-explorer-metrics", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: site-explorer-metrics", "community": 636, "community_name": "Docs: site-explorer-metrics", "source_file": "", "file_type": "", "degree": 0}, {"id": "382", "label": "Docs: jamie-brand-editor", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-brand-editor", "community": 382, "community_name": "Docs: jamie-brand-editor", "source_file": "", "file_type": "", "degree": 6}, {"id": "706", "label": "Docs: firecrawl crawl", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: firecrawl crawl", "community": 706, "community_name": "Docs: firecrawl crawl", "source_file": "", "file_type": "", "degree": 0}, {"id": "707", "label": "Docs: firecrawl scrape", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: firecrawl scrape", "community": 707, "community_name": "Docs: firecrawl scrape", "source_file": "", "file_type": "", "degree": 0}, {"id": "741", "label": "Docs: notion-query-database-view", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion-query-database-view", "community": 741, "community_name": "Docs: notion-query-database-view", "source_file": "", "file_type": "", "degree": 0}, {"id": "750", "label": "Docs: base client.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: base client.py", "community": 750, "community_name": "Docs: base client.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "373", "label": "Docs: jamie-brand-audit", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-brand-audit", "community": 373, "community_name": "Docs: jamie-brand-audit", "source_file": "", "file_type": "", "degree": 3}, {"id": "476", "label": "Docs: compliance checker.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: compliance checker.py", "community": 476, "community_name": "Docs: compliance checker.py", "source_file": "", "file_type": "", "degree": 1}, {"id": "566", "label": "Docs: Jamie Clinic Logo Guidelines", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Clinic Logo Guidelines", "community": 566, "community_name": "Docs: Jamie Clinic Logo Guidelines", "source_file": "", "file_type": "", "degree": 1}, {"id": "543", "label": "Docs: log parser.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: log parser.py", "community": 543, "community_name": "Docs: log parser.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "572", "label": "Docs: mcp notion notion-create-pages", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: mcp notion notion-create-pages", "community": 572, "community_name": "Docs: mcp notion notion-create-pages", "source_file": "", "file_type": "", "degree": 0}, {"id": "756", "label": "Docs: migration planner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: migration planner.py", "community": 756, "community_name": "Docs: migration planner.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "755", "label": "Docs: migration monitor.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: migration monitor.py", "community": 755, "community_name": "Docs: migration monitor.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "417", "label": "Docs: Jamie Marketing Editor Skill", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Marketing Editor Skill", "community": 417, "community_name": "Docs: Jamie Marketing Editor Skill", "source_file": "", "file_type": "", "degree": 1}, {"id": "388", "label": "Docs: Jamie Brand Audit Skill", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Brand Audit Skill", "community": 388, "community_name": "Docs: Jamie Brand Audit Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "481", "label": "Docs: Jamie Clinic", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Clinic", "community": 481, "community_name": "Docs: Jamie Clinic", "source_file": "", "file_type": "", "degree": 0}, {"id": "567", "label": "Docs: Monochrome Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ud770\uc0c9)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Monochrome Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ud770\uc0c9)", "community": 567, "community_name": "Docs: Monochrome Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ud770\uc0c9)", "source_file": "", "file_type": "", "degree": 0}, {"id": "521", "label": "Docs: Brand Color Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ube0c\ub79c\ub4dc \uadf8\ub9b0)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Brand Color Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ube0c\ub79c\ub4dc \uadf8\ub9b0)", "community": 521, "community_name": "Docs: Brand Color Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ube0c\ub79c\ub4dc \uadf8\ub9b0)", "source_file": "", "file_type": "", "degree": 0}, {"id": "444", "label": "Docs: Jamie Plastic Surgery Clinic", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Plastic Surgery Clinic", "community": 444, "community_name": "Docs: Jamie Plastic Surgery Clinic", "source_file": "", "file_type": "", "degree": 1}, {"id": "448", "label": "Docs: Jamie Plastic Surgery", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Plastic Surgery", "community": 448, "community_name": "Docs: Jamie Plastic Surgery", "source_file": "", "file_type": "", "degree": 0}, {"id": "555", "label": "Docs: Endoscopic Forehead Lift", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Endoscopic Forehead Lift", "community": 555, "community_name": "Docs: Endoscopic Forehead Lift", "source_file": "", "file_type": "", "degree": 0}, {"id": "712", "label": "Docs: Jamie Plastic Surgery", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Plastic Surgery", "community": 712, "community_name": "Docs: Jamie Plastic Surgery", "source_file": "", "file_type": "", "degree": 0}, {"id": "560", "label": "Docs: HIFU Lifting", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: HIFU Lifting", "community": 560, "community_name": "Docs: HIFU Lifting", "source_file": "", "file_type": "", "degree": 0}, {"id": "561", "label": "Docs: Hybrid Double Eyelid", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Hybrid Double Eyelid", "community": 561, "community_name": "Docs: Hybrid Double Eyelid", "source_file": "", "file_type": "", "degree": 0}, {"id": "569", "label": "Docs: Lower Eyelid Fat Repositioning", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Lower Eyelid Fat Repositioning", "community": 569, "community_name": "Docs: Lower Eyelid Fat Repositioning", "source_file": "", "file_type": "", "degree": 0}, {"id": "573", "label": "Docs: Ptosis Correction", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Ptosis Correction", "community": 573, "community_name": "Docs: Ptosis Correction", "source_file": "", "file_type": "", "degree": 0}, {"id": "565", "label": "Docs: Jamie Clinic", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Clinic", "community": 565, "community_name": "Docs: Jamie Clinic", "source_file": "", "file_type": "", "degree": 0}, {"id": "553", "label": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "community": 553, "community_name": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "source_file": "", "file_type": "", "degree": 0}, {"id": "514", "label": "Docs: \ub4c0\uc5bc\ud2b8\uc784", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \ub4c0\uc5bc\ud2b8\uc784", "community": 514, "community_name": "Docs: \ub4c0\uc5bc\ud2b8\uc784", "source_file": "", "file_type": "", "degree": 0}, {"id": "517", "label": "Docs: \ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "community": 517, "community_name": "Docs: \ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "source_file": "", "file_type": "", "degree": 0}, {"id": "702", "label": "Docs: \uc548\uba74 \uac70\uc0c1\uc220", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \uc548\uba74 \uac70\uc0c1\uc220", "community": 702, "community_name": "Docs: \uc548\uba74 \uac70\uc0c1\uc220", "source_file": "", "file_type": "", "degree": 0}, {"id": "703", "label": "Docs: \ube44\uc808\uac1c \uc218\uc220", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \ube44\uc808\uac1c \uc218\uc220", "community": 703, "community_name": "Docs: \ube44\uc808\uac1c \uc218\uc220", "source_file": "", "file_type": "", "degree": 0}, {"id": "482", "label": "Docs: Jamie Tone Manner Analysis Framework", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Tone Manner Analysis Framework", "community": 482, "community_name": "Docs: Jamie Tone Manner Analysis Framework", "source_file": "", "file_type": "", "degree": 0}, {"id": "403", "label": "Docs: Jamie Plastic Surgery", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Plastic Surgery", "community": 403, "community_name": "Docs: Jamie Plastic Surgery", "source_file": "", "file_type": "", "degree": 0}, {"id": "416", "label": "Docs: \uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc", "community": 416, "community_name": "Docs: \uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc", "source_file": "", "file_type": "", "degree": 0}, {"id": "483", "label": "Docs: Jamie Tone & Manner Guide v1.0", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Tone & Manner Guide v1.0", "community": 483, "community_name": "Docs: Jamie Tone & Manner Guide v1.0", "source_file": "", "file_type": "", "degree": 0}, {"id": "407", "label": "Docs: Jamie Plastic Surgery", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Plastic Surgery", "community": 407, "community_name": "Docs: Jamie Plastic Surgery", "source_file": "", "file_type": "", "degree": 0}, {"id": "785", "label": "Docs: Shorts Optimization Guide", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Shorts Optimization Guide", "community": 785, "community_name": "Docs: Shorts Optimization Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "860", "label": "Docs: Video Schema Templates", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Video Schema Templates", "community": 860, "community_name": "Docs: Video Schema Templates", "source_file": "", "file_type": "", "degree": 0}, {"id": "867", "label": "Docs: YouTube SEO Checklist", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: YouTube SEO Checklist", "community": 867, "community_name": "Docs: YouTube SEO Checklist", "source_file": "", "file_type": "", "degree": 0}, {"id": "656", "label": "Docs: Claude Core Tools", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Claude Core Tools", "community": 656, "community_name": "Docs: Claude Core Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "865", "label": "Docs: WebFetch", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: WebFetch", "community": 865, "community_name": "Docs: WebFetch", "source_file": "", "file_type": "", "degree": 0}, {"id": "480", "label": "Docs: Pretendard CSS", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Pretendard CSS", "community": 480, "community_name": "Docs: Pretendard CSS", "source_file": "", "file_type": "", "degree": 1}, {"id": "658", "label": "Docs: claude-core", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: claude-core", "community": 658, "community_name": "Docs: claude-core", "source_file": "", "file_type": "", "degree": 0}, {"id": "379", "label": "Docs: jamie-faq-entry", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-faq-entry", "community": 379, "community_name": "Docs: jamie-faq-entry", "source_file": "", "file_type": "", "degree": 2}, {"id": "439", "label": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "community": 439, "community_name": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "source_file": "", "file_type": "", "degree": 0}, {"id": "668", "label": "Docs: jamie youtube api test.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie youtube api test.py", "community": 668, "community_name": "Docs: jamie youtube api test.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "666", "label": "Docs: jamie channel status.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie channel status.py", "community": 666, "community_name": "Docs: jamie channel status.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "545", "label": "Docs: jamie youtube batch update.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie youtube batch update.py", "community": 545, "community_name": "Docs: jamie youtube batch update.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "664", "label": "Docs: jamie-brand-editor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-brand-editor", "community": 664, "community_name": "Docs: jamie-brand-editor", "source_file": "", "file_type": "", "degree": 0}, {"id": "665", "label": "Docs: jamie-brand-guardian", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-brand-guardian", "community": 665, "community_name": "Docs: jamie-brand-guardian", "source_file": "", "file_type": "", "degree": 0}, {"id": "667", "label": "Docs: jamie-instagram-manager", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-instagram-manager", "community": 667, "community_name": "Docs: jamie-instagram-manager", "source_file": "", "file_type": "", "degree": 0}, {"id": "697", "label": "Docs: Standard Video Description Template", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Standard Video Description Template", "community": 697, "community_name": "Docs: Standard Video Description Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "404", "label": "Docs: Jamie Instagram Manager", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Instagram Manager", "community": 404, "community_name": "Docs: Jamie Instagram Manager", "source_file": "", "file_type": "", "degree": 0}, {"id": "415", "label": "Docs: jamie-instagram-manager", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-instagram-manager", "community": 415, "community_name": "Docs: jamie-instagram-manager", "source_file": "", "file_type": "", "degree": 1}, {"id": "402", "label": "Docs: Jamie YouTube Subtitle Checker Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie YouTube Subtitle Checker Skill", "community": 402, "community_name": "Docs: Jamie YouTube Subtitle Checker Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "541", "label": "Docs: detect chapter candidates", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: detect chapter candidates", "community": 541, "community_name": "Docs: detect chapter candidates", "source_file": "", "file_type": "", "degree": 0}, {"id": "645", "label": "Docs: deduplicate chapters", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: deduplicate chapters", "community": 645, "community_name": "Docs: deduplicate chapters", "source_file": "", "file_type": "", "degree": 0}, {"id": "646", "label": "Docs: sbv to chapter time", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: sbv to chapter time", "community": 646, "community_name": "Docs: sbv to chapter time", "source_file": "", "file_type": "", "degree": 0}, {"id": "676", "label": "Docs: parse sbv", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: parse sbv", "community": 676, "community_name": "Docs: parse sbv", "source_file": "", "file_type": "", "degree": 0}, {"id": "659", "label": "Docs: correct text", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: correct text", "community": 659, "community_name": "Docs: correct text", "source_file": "", "file_type": "", "degree": 0}, {"id": "679", "label": "Docs: rebuild sbv", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: rebuild sbv", "community": 679, "community_name": "Docs: rebuild sbv", "source_file": "", "file_type": "", "degree": 0}, {"id": "663", "label": "Docs: generate metadata", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: generate metadata", "community": 663, "community_name": "Docs: generate metadata", "source_file": "", "file_type": "", "degree": 0}, {"id": "432", "label": "Docs: Instagram Design Guide", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Instagram Design Guide", "community": 432, "community_name": "Docs: Instagram Design Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "442", "label": "Docs: Instagram Content Calendar Template", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Instagram Content Calendar Template", "community": 442, "community_name": "Docs: Instagram Content Calendar Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "563", "label": "Docs: Web Green", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Web Green", "community": 563, "community_name": "Docs: Web Green", "source_file": "", "file_type": "", "degree": 0}, {"id": "479", "label": "Docs: Gold", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Gold", "community": 479, "community_name": "Docs: Gold", "source_file": "", "file_type": "", "degree": 0}, {"id": "719", "label": "Docs: Sage", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Sage", "community": 719, "community_name": "Docs: Sage", "source_file": "", "file_type": "", "degree": 0}, {"id": "400", "label": "Docs: jamie-journal-editor", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: jamie-journal-editor", "community": 400, "community_name": "Docs: jamie-journal-editor", "source_file": "", "file_type": "", "degree": 3}, {"id": "718", "label": "Docs: Image Generation Gotchas", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Image Generation Gotchas", "community": 718, "community_name": "Docs: Image Generation Gotchas", "source_file": "", "file_type": "", "degree": 0}, {"id": "533", "label": "Docs: YouTube Metadata Template", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: YouTube Metadata Template", "community": 533, "community_name": "Docs: YouTube Metadata Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "459", "label": "Docs: Content Patterns Reference", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Content Patterns Reference", "community": 459, "community_name": "Docs: Content Patterns Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "720", "label": "Docs: Jamie Instagram Caption Style Guide", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Instagram Caption Style Guide", "community": 720, "community_name": "Docs: Jamie Instagram Caption Style Guide", "source_file": "", "file_type": "", "degree": 1}, {"id": "766", "label": "Docs: Jamie Instagram Reply Templates", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Instagram Reply Templates", "community": 766, "community_name": "Docs: Jamie Instagram Reply Templates", "source_file": "", "file_type": "", "degree": 1}, {"id": "752", "label": "Docs: Jamie Journal Editor README", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Journal Editor README", "community": 752, "community_name": "Docs: Jamie Journal Editor README", "source_file": "", "file_type": "", "degree": 1}, {"id": "552", "label": "Docs: Jamie Journal Editor Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Journal Editor Skill", "community": 552, "community_name": "Docs: Jamie Journal Editor Skill", "source_file": "", "file_type": "", "degree": 1}, {"id": "384", "label": "Docs: gtm-validator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: gtm-validator", "community": 384, "community_name": "Docs: gtm-validator", "source_file": "", "file_type": "", "degree": 1}, {"id": "449", "label": "Docs: NotebookLM Automation Skill", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: NotebookLM Automation Skill", "community": 449, "community_name": "Docs: NotebookLM Automation Skill", "source_file": "", "file_type": "", "degree": 1}, {"id": "674", "label": "Docs: NotebookLM Studio Claude Code", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: NotebookLM Studio Claude Code", "community": 674, "community_name": "Docs: NotebookLM Studio Claude Code", "source_file": "", "file_type": "", "degree": 0}, {"id": "673", "label": "Docs: NotebookLM Research Claude Code", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: NotebookLM Research Claude Code", "community": 673, "community_name": "Docs: NotebookLM Research Claude Code", "source_file": "", "file_type": "", "degree": 0}, {"id": "520", "label": "Docs: GTM Audit README", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GTM Audit README", "community": 520, "community_name": "Docs: GTM Audit README", "source_file": "", "file_type": "", "degree": 0}, {"id": "736", "label": "Docs: Medical Advertising Law Summary (Korean)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Medical Advertising Law Summary (Korean)", "community": 736, "community_name": "Docs: Medical Advertising Law Summary (Korean)", "source_file": "", "file_type": "", "degree": 0}, {"id": "524", "label": "Docs: NotebookLM Agent README", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: NotebookLM Agent README", "community": 524, "community_name": "Docs: NotebookLM Agent README", "source_file": "", "file_type": "", "degree": 0}, {"id": "671", "label": "Docs: NotebookLM Agent CLAUDE", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: NotebookLM Agent CLAUDE", "community": 671, "community_name": "Docs: NotebookLM Agent CLAUDE", "source_file": "", "file_type": "", "degree": 0}, {"id": "672", "label": "Docs: NotebookLM Automation CLAUDE", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: NotebookLM Automation CLAUDE", "community": 672, "community_name": "Docs: NotebookLM Automation CLAUDE", "source_file": "", "file_type": "", "degree": 0}, {"id": "548", "label": "Docs: GTM Common Issues", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GTM Common Issues", "community": 548, "community_name": "Docs: GTM Common Issues", "source_file": "", "file_type": "", "degree": 0}, {"id": "690", "label": "Docs: Content Grouping", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Content Grouping", "community": 690, "community_name": "Docs: Content Grouping", "source_file": "", "file_type": "", "degree": 0}, {"id": "515", "label": "Docs: GA4 Events", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GA4 Events", "community": 515, "community_name": "Docs: GA4 Events", "source_file": "", "file_type": "", "degree": 0}, {"id": "401", "label": "Docs: Jamie Plastic Surgery", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Plastic Surgery", "community": 401, "community_name": "Docs: Jamie Plastic Surgery", "source_file": "", "file_type": "", "degree": 0}, {"id": "470", "label": "Docs: gtm audit.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: gtm audit.py", "community": 470, "community_name": "Docs: gtm audit.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "455", "label": "Docs: begin checkout", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: begin checkout", "community": 455, "community_name": "Docs: begin checkout", "source_file": "", "file_type": "", "degree": 0}, {"id": "647", "label": "Docs: trackCheckoutProgress", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: trackCheckoutProgress", "community": 647, "community_name": "Docs: trackCheckoutProgress", "source_file": "", "file_type": "", "degree": 0}, {"id": "568", "label": "Docs: GTM-NP6NJMP Container", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GTM-NP6NJMP Container", "community": 568, "community_name": "Docs: GTM-NP6NJMP Container", "source_file": "", "file_type": "", "degree": 0}, {"id": "722", "label": "Docs: Meta", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Meta", "community": 722, "community_name": "Docs: Meta", "source_file": "", "file_type": "", "degree": 0}, {"id": "721", "label": "Docs: Kakao", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Kakao", "community": 721, "community_name": "Docs: Kakao", "source_file": "", "file_type": "", "degree": 0}, {"id": "776", "label": "Docs: Playwright", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Playwright", "community": 776, "community_name": "Docs: Playwright", "source_file": "", "file_type": "", "degree": 0}, {"id": "392", "label": "Docs: dintel-brand-guardian", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: dintel-brand-guardian", "community": 392, "community_name": "Docs: dintel-brand-guardian", "source_file": "", "file_type": "", "degree": 0}, {"id": "446", "label": "Docs: getEventsData", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: getEventsData", "community": 446, "community_name": "Docs: getEventsData", "source_file": "", "file_type": "", "degree": 0}, {"id": "387", "label": "Docs: 70-dintel-brand-guardian", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 70-dintel-brand-guardian", "community": 387, "community_name": "Docs: 70-dintel-brand-guardian", "source_file": "", "file_type": "", "degree": 1}, {"id": "368", "label": "Docs: dintel-brand-guardian", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 36.4, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: dintel-brand-guardian", "community": 368, "community_name": "Docs: dintel-brand-guardian", "source_file": "", "file_type": "", "degree": 4}, {"id": "375", "label": "Docs: D.intelligence Service Architect (Agent ", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: D.intelligence Service Architect (Agent ", "community": 375, "community_name": "Docs: D.intelligence Service Architect (Agent ", "source_file": "", "file_type": "", "degree": 6}, {"id": "378", "label": "Docs: dintel-backoffice-mgr (Agent #76)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: dintel-backoffice-mgr (Agent #76)", "community": 378, "community_name": "Docs: dintel-backoffice-mgr (Agent #76)", "source_file": "", "file_type": "", "degree": 4}, {"id": "395", "label": "Docs: Agent 72: D.intelligence Documentation S", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Agent 72: D.intelligence Documentation S", "community": 395, "community_name": "Docs: Agent 72: D.intelligence Documentation S", "source_file": "", "file_type": "", "degree": 4}, {"id": "377", "label": "Docs: SKILL", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SKILL", "community": 377, "community_name": "Docs: SKILL", "source_file": "", "file_type": "", "degree": 0}, {"id": "458", "label": "Docs: Brand Editor (#71)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Brand Editor (#71)", "community": 458, "community_name": "Docs: Brand Editor (#71)", "source_file": "", "file_type": "", "degree": 0}, {"id": "691", "label": "Docs: Magazine D.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Magazine D.", "community": 691, "community_name": "Docs: Magazine D.", "source_file": "", "file_type": "", "degree": 0}, {"id": "486", "label": "Docs: DB1: Client Service Tasks Dashboard", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: DB1: Client Service Tasks Dashboard", "community": 486, "community_name": "Docs: DB1: Client Service Tasks Dashboard", "source_file": "", "file_type": "", "degree": 1}, {"id": "389", "label": "Docs: dintel-account-mgr", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: dintel-account-mgr", "community": 389, "community_name": "Docs: dintel-account-mgr", "source_file": "", "file_type": "", "degree": 2}, {"id": "694", "label": "Docs: D.intelligence Website Diagnosis 2026 Te", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: D.intelligence Website Diagnosis 2026 Te", "community": 694, "community_name": "Docs: D.intelligence Website Diagnosis 2026 Te", "source_file": "", "file_type": "", "degree": 0}, {"id": "408", "label": "Docs: Google Analytics 4", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Google Analytics 4", "community": 408, "community_name": "Docs: Google Analytics 4", "source_file": "", "file_type": "", "degree": 0}, {"id": "457", "label": "Docs: claude-settings-optimizer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: claude-settings-optimizer", "community": 457, "community_name": "Docs: claude-settings-optimizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "682", "label": "Docs: run audit.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run audit.py", "community": 682, "community_name": "Docs: run audit.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "653", "label": "Docs: analyze tokens.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: analyze tokens.py", "community": 653, "community_name": "Docs: analyze tokens.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "507", "label": "Docs: settings-audit-report", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: settings-audit-report", "community": 507, "community_name": "Docs: settings-audit-report", "source_file": "", "file_type": "", "degree": 0}, {"id": "503", "label": "Docs: Claude Settings Optimizer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Claude Settings Optimizer", "community": 503, "community_name": "Docs: Claude Settings Optimizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "739", "label": "Docs: Meeting Prep Template", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Meeting Prep Template", "community": 739, "community_name": "Docs: Meeting Prep Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "641", "label": "Docs: 05 Working Template", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 05 Working Template", "community": 641, "community_name": "Docs: 05 Working Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "638", "label": "Docs: 02 SEO Audit Toolkit", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 02 SEO Audit Toolkit", "community": 638, "community_name": "Docs: 02 SEO Audit Toolkit", "source_file": "", "file_type": "", "degree": 0}, {"id": "639", "label": "Docs: 03 SEO Hack Library", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 03 SEO Hack Library", "community": 639, "community_name": "Docs: 03 SEO Hack Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "540", "label": "Docs: 01 Active Workspaces", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 01 Active Workspaces", "community": 540, "community_name": "Docs: 01 Active Workspaces", "source_file": "", "file_type": "", "degree": 0}, {"id": "640", "label": "Docs: 04 Case Studies", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 04 Case Studies", "community": 640, "community_name": "Docs: 04 Case Studies", "source_file": "", "file_type": "", "degree": 0}, {"id": "643", "label": "Docs: 99 Project Archive", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 99 Project Archive", "community": 643, "community_name": "Docs: 99 Project Archive", "source_file": "", "file_type": "", "degree": 0}, {"id": "642", "label": "Docs: 98 Training", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 98 Training", "community": 642, "community_name": "Docs: 98 Training", "source_file": "", "file_type": "", "degree": 0}, {"id": "559", "label": "Docs: code/organizer.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: code/organizer.py", "community": 559, "community_name": "Docs: code/organizer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "644", "label": "Docs: CHANGELOG", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: CHANGELOG", "community": 644, "community_name": "Docs: CHANGELOG", "source_file": "", "file_type": "", "degree": 0}, {"id": "758", "label": "Docs: README", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: README", "community": 758, "community_name": "Docs: README", "source_file": "", "file_type": "", "degree": 0}, {"id": "818", "label": "Docs: SKILL", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SKILL", "community": 818, "community_name": "Docs: SKILL", "source_file": "", "file_type": "", "degree": 0}, {"id": "564", "label": "Docs: install.sh", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: install.sh", "community": 564, "community_name": "Docs: install.sh", "source_file": "", "file_type": "", "degree": 0}, {"id": "424", "label": "Docs: Agent 76 dintel-backoffice-mgr", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Agent 76 dintel-backoffice-mgr", "community": 424, "community_name": "Docs: Agent 76 dintel-backoffice-mgr", "source_file": "", "file_type": "", "degree": 0}, {"id": "450", "label": "Docs: Quality Reviewer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Quality Reviewer", "community": 450, "community_name": "Docs: Quality Reviewer", "source_file": "", "file_type": "", "degree": 0}, {"id": "581", "label": "Docs: crawl with retry", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: crawl with retry", "community": 581, "community_name": "Docs: crawl with retry", "source_file": "", "file_type": "", "degree": 0}, {"id": "683", "label": "Docs: seo crawler adapter.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo crawler adapter.py", "community": 683, "community_name": "Docs: seo crawler adapter.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "680", "label": "Docs: repo.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: repo.py", "community": 680, "community_name": "Docs: repo.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "413", "label": "Docs: our-gdrive-organizer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: our-gdrive-organizer", "community": 413, "community_name": "Docs: our-gdrive-organizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "438", "label": "Docs: Reference Curator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Reference Curator", "community": 438, "community_name": "Docs: Reference Curator", "source_file": "", "file_type": "", "degree": 0}, {"id": "795", "label": "Docs: generate queries", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: generate queries", "community": 795, "community_name": "Docs: generate queries", "source_file": "", "file_type": "", "degree": 0}, {"id": "792", "label": "Docs: execute discovery", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: execute discovery", "community": 792, "community_name": "Docs: execute discovery", "source_file": "", "file_type": "", "degree": 0}, {"id": "826", "label": "Docs: score source", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: score source", "community": 826, "community_name": "Docs: score source", "source_file": "", "file_type": "", "degree": 0}, {"id": "787", "label": "Docs: assign credibility tier", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: assign credibility tier", "community": 787, "community_name": "Docs: assign credibility tier", "source_file": "", "file_type": "", "degree": 0}, {"id": "789", "label": "Docs: create manifest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: create manifest", "community": 789, "community_name": "Docs: create manifest", "source_file": "", "file_type": "", "degree": 0}, {"id": "744", "label": "Docs: Claude Settings Audit Guide", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Claude Settings Audit Guide", "community": 744, "community_name": "Docs: Claude Settings Audit Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "380", "label": "Docs: Mac Doctor Command", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Mac Doctor Command", "community": 380, "community_name": "Docs: Mac Doctor Command", "source_file": "", "file_type": "", "degree": 0}, {"id": "526", "label": "Docs: Our GDrive Organizer README", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Our GDrive Organizer README", "community": 526, "community_name": "Docs: Our GDrive Organizer README", "source_file": "", "file_type": "", "degree": 0}, {"id": "829", "label": "Docs: store document", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: store document", "community": 829, "community_name": "Docs: store document", "source_file": "", "file_type": "", "degree": 0}, {"id": "809", "label": "Docs: optimize content", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: optimize content", "community": 809, "community_name": "Docs: optimize content", "source_file": "", "file_type": "", "degree": 0}, {"id": "799", "label": "Docs: handle refactor", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: handle refactor", "community": 799, "community_name": "Docs: handle refactor", "source_file": "", "file_type": "", "degree": 0}, {"id": "529", "label": "Docs: determine decision", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: determine decision", "community": 529, "community_name": "Docs: determine decision", "source_file": "", "file_type": "", "degree": 0}, {"id": "796", "label": "Docs: get exportable content", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: get exportable content", "community": 796, "community_name": "Docs: get exportable content", "source_file": "", "file_type": "", "degree": 0}, {"id": "491", "label": "Docs: export project files", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: export project files", "community": 491, "community_name": "Docs: export project files", "source_file": "", "file_type": "", "degree": 0}, {"id": "793", "label": "Docs: export fine tuning dataset", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: export fine tuning dataset", "community": 793, "community_name": "Docs: export fine tuning dataset", "source_file": "", "file_type": "", "degree": 0}, {"id": "802", "label": "Docs: log export job", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: log export job", "community": 802, "community_name": "Docs: log export job", "source_file": "", "file_type": "", "degree": 0}, {"id": "786", "label": "Docs: add cross references", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: add cross references", "community": 786, "community_name": "Docs: add cross references", "source_file": "", "file_type": "", "degree": 0}, {"id": "821", "label": "Docs: run discovery", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run discovery", "community": 821, "community_name": "Docs: run discovery", "source_file": "", "file_type": "", "degree": 0}, {"id": "820", "label": "Docs: run crawler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run crawler", "community": 820, "community_name": "Docs: run crawler", "source_file": "", "file_type": "", "degree": 0}, {"id": "824", "label": "Docs: run repository", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run repository", "community": 824, "community_name": "Docs: run repository", "source_file": "", "file_type": "", "degree": 0}, {"id": "822", "label": "Docs: run distiller", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run distiller", "community": 822, "community_name": "Docs: run distiller", "source_file": "", "file_type": "", "degree": 0}, {"id": "825", "label": "Docs: run reviewer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run reviewer", "community": 825, "community_name": "Docs: run reviewer", "source_file": "", "file_type": "", "degree": 0}, {"id": "823", "label": "Docs: run exporter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: run exporter", "community": 823, "community_name": "Docs: run exporter", "source_file": "", "file_type": "", "degree": 0}, {"id": "798", "label": "Docs: handle qa loop", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: handle qa loop", "community": 798, "community_name": "Docs: handle qa loop", "source_file": "", "file_type": "", "degree": 0}, {"id": "677", "label": "Docs: pipeline.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: pipeline.py", "community": 677, "community_name": "Docs: pipeline.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "681", "label": "Docs: reviewer.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: reviewer.py", "community": 681, "community_name": "Docs: reviewer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "797", "label": "Docs: get pending reviews", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: get pending reviews", "community": 797, "community_name": "Docs: get pending reviews", "source_file": "", "file_type": "", "degree": 0}, {"id": "788", "label": "Docs: calculate quality score", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: calculate quality score", "community": 788, "community_name": "Docs: calculate quality score", "source_file": "", "file_type": "", "degree": 0}, {"id": "803", "label": "Docs: log review", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: log review", "community": 803, "community_name": "Docs: log review", "source_file": "", "file_type": "", "degree": 0}, {"id": "661", "label": "Docs: exporter.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: exporter.py", "community": 661, "community_name": "Docs: exporter.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "393", "label": "Docs: Pipeline Orchestrator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Pipeline Orchestrator", "community": 393, "community_name": "Docs: Pipeline Orchestrator", "source_file": "", "file_type": "", "degree": 0}, {"id": "790", "label": "Docs: dintel-bootstrap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: dintel-bootstrap", "community": 790, "community_name": "Docs: dintel-bootstrap", "source_file": "", "file_type": "", "degree": 0}, {"id": "510", "label": "Docs: ourdigital-presales-seo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: ourdigital-presales-seo", "community": 510, "community_name": "Docs: ourdigital-presales-seo", "source_file": "", "file_type": "", "degree": 0}, {"id": "420", "label": "Docs: Pipeline Orchestrator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Pipeline Orchestrator", "community": 420, "community_name": "Docs: Pipeline Orchestrator", "source_file": "", "file_type": "", "degree": 0}, {"id": "615", "label": "Docs: get exportable content", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: get exportable content", "community": 615, "community_name": "Docs: get exportable content", "source_file": "", "file_type": "", "degree": 0}, {"id": "463", "label": "Docs: export project files", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: export project files", "community": 463, "community_name": "Docs: export project files", "source_file": "", "file_type": "", "degree": 0}, {"id": "614", "label": "Docs: export fine tuning dataset", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: export fine tuning dataset", "community": 614, "community_name": "Docs: export fine tuning dataset", "source_file": "", "file_type": "", "degree": 0}, {"id": "616", "label": "Docs: log export job", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: log export job", "community": 616, "community_name": "Docs: log export job", "source_file": "", "file_type": "", "degree": 0}, {"id": "613", "label": "Docs: add cross references", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: add cross references", "community": 613, "community_name": "Docs: add cross references", "source_file": "", "file_type": "", "degree": 0}, {"id": "433", "label": "Docs: Reference Curator Pipeline", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Reference Curator Pipeline", "community": 433, "community_name": "Docs: Reference Curator Pipeline", "source_file": "", "file_type": "", "degree": 0}, {"id": "764", "label": "Docs: Manifest JSON", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Manifest JSON", "community": 764, "community_name": "Docs: Manifest JSON", "source_file": "", "file_type": "", "degree": 1}, {"id": "693", "label": "Docs: Crawl Config", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Crawl Config", "community": 693, "community_name": "Docs: Crawl Config", "source_file": "", "file_type": "", "degree": 1}, {"id": "575", "label": "Docs: Multi-Agent Guide", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Multi-Agent Guide", "community": 575, "community_name": "Docs: Multi-Agent Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "421", "label": "Docs: GUARDRAILS", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GUARDRAILS", "community": 421, "community_name": "Docs: GUARDRAILS", "source_file": "", "file_type": "", "degree": 0}, {"id": "631", "label": "Docs: Human", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Human", "community": 631, "community_name": "Docs: Human", "source_file": "", "file_type": "", "degree": 0}, {"id": "632", "label": "Docs: PROJECT PLAN", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: PROJECT PLAN", "community": 632, "community_name": "Docs: PROJECT PLAN", "source_file": "", "file_type": "", "degree": 0}, {"id": "501", "label": "Docs: check-ownership.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: check-ownership.py", "community": 501, "community_name": "Docs: check-ownership.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "592", "label": "Docs: generate queries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: generate queries", "community": 592, "community_name": "Docs: generate queries", "source_file": "", "file_type": "", "degree": 0}, {"id": "495", "label": "Docs: execute discovery", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: execute discovery", "community": 495, "community_name": "Docs: execute discovery", "source_file": "", "file_type": "", "degree": 0}, {"id": "593", "label": "Docs: score source", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: score source", "community": 593, "community_name": "Docs: score source", "source_file": "", "file_type": "", "degree": 0}, {"id": "591", "label": "Docs: assign credibility tier", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: assign credibility tier", "community": 591, "community_name": "Docs: assign credibility tier", "source_file": "", "file_type": "", "degree": 0}, {"id": "494", "label": "Docs: create manifest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: create manifest", "community": 494, "community_name": "Docs: create manifest", "source_file": "", "file_type": "", "degree": 0}, {"id": "595", "label": "Docs: load manifest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: load manifest", "community": 595, "community_name": "Docs: load manifest", "source_file": "", "file_type": "", "degree": 0}, {"id": "598", "label": "Docs: select strategy", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: select strategy", "community": 598, "community_name": "Docs: select strategy", "source_file": "", "file_type": "", "degree": 0}, {"id": "534", "label": "Docs: firecrawl scrape", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: firecrawl scrape", "community": 534, "community_name": "Docs: firecrawl scrape", "source_file": "", "file_type": "", "degree": 0}, {"id": "596", "label": "Docs: RateLimiter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: RateLimiter", "community": 596, "community_name": "Docs: RateLimiter", "source_file": "", "file_type": "", "degree": 0}, {"id": "597", "label": "Docs: save content", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: save content", "community": 597, "community_name": "Docs: save content", "source_file": "", "file_type": "", "degree": 0}, {"id": "594", "label": "Docs: create crawl manifest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: create crawl manifest", "community": 594, "community_name": "Docs: create crawl manifest", "source_file": "", "file_type": "", "degree": 0}, {"id": "599", "label": "Docs: get db config", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: get db config", "community": 599, "community_name": "Docs: get db config", "source_file": "", "file_type": "", "degree": 0}, {"id": "602", "label": "Docs: store document", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: store document", "community": 602, "community_name": "Docs: store document", "source_file": "", "file_type": "", "degree": 0}, {"id": "601", "label": "Docs: is duplicate", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: is duplicate", "community": 601, "community_name": "Docs: is duplicate", "source_file": "", "file_type": "", "degree": 0}, {"id": "600", "label": "Docs: get docs by topic", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: get docs by topic", "community": 600, "community_name": "Docs: get docs by topic", "source_file": "", "file_type": "", "degree": 0}, {"id": "606", "label": "Docs: load for distillation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: load for distillation", "community": 606, "community_name": "Docs: load for distillation", "source_file": "", "file_type": "", "degree": 0}, {"id": "603", "label": "Docs: analyze structure", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: analyze structure", "community": 603, "community_name": "Docs: analyze structure", "source_file": "", "file_type": "", "degree": 0}, {"id": "604", "label": "Docs: extract code snippets", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: extract code snippets", "community": 604, "community_name": "Docs: extract code snippets", "source_file": "", "file_type": "", "degree": 0}, {"id": "535", "label": "Docs: extract key concepts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: extract key concepts", "community": 535, "community_name": "Docs: extract key concepts", "source_file": "", "file_type": "", "degree": 0}, {"id": "536", "label": "Docs: optimize content", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: optimize content", "community": 536, "community_name": "Docs: optimize content", "source_file": "", "file_type": "", "degree": 0}, {"id": "607", "label": "Docs: store distilled", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: store distilled", "community": 607, "community_name": "Docs: store distilled", "source_file": "", "file_type": "", "degree": 0}, {"id": "605", "label": "Docs: handle refactor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: handle refactor", "community": 605, "community_name": "Docs: handle refactor", "source_file": "", "file_type": "", "degree": 0}, {"id": "610", "label": "Docs: get pending reviews", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: get pending reviews", "community": 610, "community_name": "Docs: get pending reviews", "source_file": "", "file_type": "", "degree": 0}, {"id": "609", "label": "Docs: calculate quality score", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: calculate quality score", "community": 609, "community_name": "Docs: calculate quality score", "source_file": "", "file_type": "", "degree": 0}, {"id": "497", "label": "Docs: determine decision", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: determine decision", "community": 497, "community_name": "Docs: determine decision", "source_file": "", "file_type": "", "degree": 0}, {"id": "611", "label": "Docs: log review", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: log review", "community": 611, "community_name": "Docs: log review", "source_file": "", "file_type": "", "degree": 0}, {"id": "418", "label": "Docs: check-ownership.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: check-ownership.py", "community": 418, "community_name": "Docs: check-ownership.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "745", "label": "Docs: test pattern", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: test pattern", "community": 745, "community_name": "Docs: test pattern", "source_file": "", "file_type": "", "degree": 0}, {"id": "516", "label": "Docs: Rate Card", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Rate Card", "community": 516, "community_name": "Docs: Rate Card", "source_file": "", "file_type": "", "degree": 0}, {"id": "855", "label": "Docs: OurDigital Core", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Core", "community": 855, "community_name": "Docs: OurDigital Core", "source_file": "", "file_type": "", "degree": 0}, {"id": "857", "label": "Docs: SEO Tools", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO Tools", "community": 857, "community_name": "Docs: SEO Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "851", "label": "Docs: Jamie Clinic", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Jamie Clinic", "community": 851, "community_name": "Docs: Jamie Clinic", "source_file": "", "file_type": "", "degree": 0}, {"id": "853", "label": "Docs: NotebookLM Tools", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: NotebookLM Tools", "community": 853, "community_name": "Docs: NotebookLM Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "850", "label": "Docs: GTM / Analytics", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GTM / Analytics", "community": 850, "community_name": "Docs: GTM / Analytics", "source_file": "", "file_type": "", "degree": 0}, {"id": "854", "label": "Docs: Notion Tools", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion Tools", "community": 854, "community_name": "Docs: Notion Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "856", "label": "Docs: Reference Curator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Reference Curator", "community": 856, "community_name": "Docs: Reference Curator", "source_file": "", "file_type": "", "degree": 0}, {"id": "852", "label": "Docs: Multi Agent Guide", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Multi Agent Guide", "community": 852, "community_name": "Docs: Multi Agent Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "519", "label": "Docs: estimate.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: estimate.py", "community": 519, "community_name": "Docs: estimate.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "554", "label": "Docs: ourdigital-estimate-engine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: ourdigital-estimate-engine", "community": 554, "community_name": "Docs: ourdigital-estimate-engine", "source_file": "", "file_type": "", "degree": 0}, {"id": "705", "label": "Docs: seo", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: seo", "community": 705, "community_name": "Docs: seo", "source_file": "", "file_type": "", "degree": 0}, {"id": "698", "label": "Docs: ourdigital-estimate-engine", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: ourdigital-estimate-engine", "community": 698, "community_name": "Docs: ourdigital-estimate-engine", "source_file": "", "file_type": "", "degree": 0}, {"id": "428", "label": "Docs: estimate.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: estimate.py", "community": 428, "community_name": "Docs: estimate.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "810", "label": "Docs: ourdigital-estimate-engine", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: ourdigital-estimate-engine", "community": 810, "community_name": "Docs: ourdigital-estimate-engine", "source_file": "", "file_type": "", "degree": 0}, {"id": "583", "label": "Docs: rate card", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: rate card", "community": 583, "community_name": "Docs: rate card", "source_file": "", "file_type": "", "degree": 0}, {"id": "700", "label": "Docs: digital ads", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: digital ads", "community": 700, "community_name": "Docs: digital ads", "source_file": "", "file_type": "", "degree": 0}, {"id": "701", "label": "Docs: digital branding", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: digital branding", "community": 701, "community_name": "Docs: digital branding", "source_file": "", "file_type": "", "degree": 0}, {"id": "496", "label": "Docs: OurDigital Research", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Research", "community": 496, "community_name": "Docs: OurDigital Research", "source_file": "", "file_type": "", "degree": 0}, {"id": "608", "label": "Docs: OurDigital Document", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Document", "community": 608, "community_name": "Docs: OurDigital Document", "source_file": "", "file_type": "", "degree": 0}, {"id": "612", "label": "Docs: OurDigital Designer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Designer", "community": 612, "community_name": "Docs: OurDigital Designer", "source_file": "", "file_type": "", "degree": 0}, {"id": "617", "label": "Docs: OurDigital Ad Manager", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Ad Manager", "community": 617, "community_name": "Docs: OurDigital Ad Manager", "source_file": "", "file_type": "", "degree": 0}, {"id": "618", "label": "Docs: OurDigital Trainer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Trainer", "community": 618, "community_name": "Docs: OurDigital Trainer", "source_file": "", "file_type": "", "degree": 0}, {"id": "619", "label": "Docs: OurDigital Backoffice", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Backoffice", "community": 619, "community_name": "Docs: OurDigital Backoffice", "source_file": "", "file_type": "", "degree": 0}, {"id": "414", "label": "Docs: 94-dintel-bootstrap", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: 94-dintel-bootstrap", "community": 414, "community_name": "Docs: 94-dintel-bootstrap", "source_file": "", "file_type": "", "degree": 0}, {"id": "431", "label": "Docs: GUARDRAILS", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: GUARDRAILS", "community": 431, "community_name": "Docs: GUARDRAILS", "source_file": "", "file_type": "", "degree": 0}, {"id": "527", "label": "Docs: README", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: README", "community": 527, "community_name": "Docs: README", "source_file": "", "file_type": "", "degree": 0}, {"id": "858", "label": "Docs: OurDigital Custom Skills", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Custom Skills", "community": 858, "community_name": "Docs: OurDigital Custom Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "580", "label": "Docs: Settings Audit", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Settings Audit", "community": 580, "community_name": "Docs: Settings Audit", "source_file": "", "file_type": "", "degree": 0}, {"id": "849", "label": "Docs: Brand Guide", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Brand Guide", "community": 849, "community_name": "Docs: Brand Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "859", "label": "Docs: SEO Tools", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SEO Tools", "community": 859, "community_name": "Docs: SEO Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "467", "label": "Docs: Pricing Quick Reference", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Pricing Quick Reference", "community": 467, "community_name": "Docs: Pricing Quick Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "578", "label": "Docs: OurDigital Shared Environment", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: OurDigital Shared Environment", "community": 578, "community_name": "Docs: OurDigital Shared Environment", "source_file": "", "file_type": "", "degree": 1}, {"id": "462", "label": "Docs: Installing OurDigital Skills in Claude.a", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Installing OurDigital Skills in Claude.a", "community": 462, "community_name": "Docs: Installing OurDigital Skills in Claude.a", "source_file": "", "file_type": "", "degree": 0}, {"id": "699", "label": "Docs: design-system-2025", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: design-system-2025", "community": 699, "community_name": "Docs: design-system-2025", "source_file": "", "file_type": "", "degree": 0}, {"id": "742", "label": "Docs: notion-schema-reference", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion-schema-reference", "community": 742, "community_name": "Docs: notion-schema-reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "473", "label": "Docs: Client Service Tasks Dashboard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Client Service Tasks Dashboard", "community": 473, "community_name": "Docs: Client Service Tasks Dashboard", "source_file": "", "file_type": "", "degree": 0}, {"id": "419", "label": "Docs: #72 Doc Secretary", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: #72 Doc Secretary", "community": 419, "community_name": "Docs: #72 Doc Secretary", "source_file": "", "file_type": "", "degree": 0}, {"id": "532", "label": "Docs: #88 Skill Update", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: #88 Skill Update", "community": 532, "community_name": "Docs: #88 Skill Update", "source_file": "", "file_type": "", "degree": 0}, {"id": "504", "label": "Docs: base.txt", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: base.txt", "community": 504, "community_name": "Docs: base.txt", "source_file": "", "file_type": "", "degree": 0}, {"id": "549", "label": "Docs: COMPATIBILITY REPORT", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: COMPATIBILITY REPORT", "community": 549, "community_name": "Docs: COMPATIBILITY REPORT", "source_file": "", "file_type": "", "degree": 0}, {"id": "637", "label": "Docs: LICENSE.txt", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: LICENSE.txt", "community": 637, "community_name": "Docs: LICENSE.txt", "source_file": "", "file_type": "", "degree": 1}, {"id": "537", "label": "Docs: notion writer.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion writer.py", "community": 537, "community_name": "Docs: notion writer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "620", "label": "Docs: CLAUDE", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: CLAUDE", "community": 620, "community_name": "Docs: CLAUDE", "source_file": "", "file_type": "", "degree": 0}, {"id": "464", "label": "Docs: parse lines", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: parse lines", "community": 464, "community_name": "Docs: parse lines", "source_file": "", "file_type": "", "degree": 0}, {"id": "621", "label": "Docs: journal validator.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: journal validator.py", "community": 621, "community_name": "Docs: journal validator.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "622", "label": "Docs: ValidationIssue", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: ValidationIssue", "community": 622, "community_name": "Docs: ValidationIssue", "source_file": "", "file_type": "", "degree": 0}, {"id": "436", "label": "Docs: JournalValidator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: JournalValidator", "community": 436, "community_name": "Docs: JournalValidator", "source_file": "", "file_type": "", "degree": 0}, {"id": "423", "label": "Docs: Apache License 2.0", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Apache License 2.0", "community": 423, "community_name": "Docs: Apache License 2.0", "source_file": "", "file_type": "", "degree": 1}, {"id": "398", "label": "Docs: SIL Open Font License, Version 1.1", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SIL Open Font License, Version 1.1", "community": 398, "community_name": "Docs: SIL Open Font License, Version 1.1", "source_file": "", "file_type": "", "degree": 0}, {"id": "409", "label": "Docs: SIL Open Font License Version 1.1", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SIL Open Font License Version 1.1", "community": 409, "community_name": "Docs: SIL Open Font License Version 1.1", "source_file": "", "file_type": "", "degree": 0}, {"id": "723", "label": "Docs: journal validator journal validator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: journal validator journal validator", "community": 723, "community_name": "Docs: journal validator journal validator", "source_file": "", "file_type": "", "degree": 0}, {"id": "726", "label": "Docs: journal validator structurevalidator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: journal validator structurevalidator", "community": 726, "community_name": "Docs: journal validator structurevalidator", "source_file": "", "file_type": "", "degree": 0}, {"id": "550", "label": "Docs: compliance checker.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: compliance checker.py", "community": 550, "community_name": "Docs: compliance checker.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "725", "label": "Docs: journal validator spellingchecker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: journal validator spellingchecker", "community": 725, "community_name": "Docs: journal validator spellingchecker", "source_file": "", "file_type": "", "degree": 0}, {"id": "724", "label": "Docs: journal validator linkrecommender", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: journal validator linkrecommender", "community": 724, "community_name": "Docs: journal validator linkrecommender", "source_file": "", "file_type": "", "degree": 0}, {"id": "460", "label": "Docs: Skills", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Skills", "community": 460, "community_name": "Docs: Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "760", "label": "Docs: slack-gif-creator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: slack-gif-creator", "community": 760, "community_name": "Docs: slack-gif-creator", "source_file": "", "file_type": "", "degree": 0}, {"id": "749", "label": "Docs: artifacts-builder", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: artifacts-builder", "community": 749, "community_name": "Docs: artifacts-builder", "source_file": "", "file_type": "", "degree": 0}, {"id": "754", "label": "Docs: mcp-server", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: mcp-server", "community": 754, "community_name": "Docs: mcp-server", "source_file": "", "file_type": "", "degree": 0}, {"id": "762", "label": "Docs: webapp-testing", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: webapp-testing", "community": 762, "community_name": "Docs: webapp-testing", "source_file": "", "file_type": "", "degree": 0}, {"id": "751", "label": "Docs: brand-guidelines", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: brand-guidelines", "community": 751, "community_name": "Docs: brand-guidelines", "source_file": "", "file_type": "", "degree": 0}, {"id": "753", "label": "Docs: internal-comms", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: internal-comms", "community": 753, "community_name": "Docs: internal-comms", "source_file": "", "file_type": "", "degree": 0}, {"id": "761", "label": "Docs: theme-factory", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: theme-factory", "community": 761, "community_name": "Docs: theme-factory", "source_file": "", "file_type": "", "degree": 0}, {"id": "759", "label": "Docs: skill-creator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: skill-creator", "community": 759, "community_name": "Docs: skill-creator", "source_file": "", "file_type": "", "degree": 0}, {"id": "539", "label": "Docs: template-skill", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: template-skill", "community": 539, "community_name": "Docs: template-skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "757", "label": "Docs: pptx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: pptx", "community": 757, "community_name": "Docs: pptx", "source_file": "", "file_type": "", "degree": 0}, {"id": "763", "label": "Docs: xlsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: xlsx", "community": 763, "community_name": "Docs: xlsx", "source_file": "", "file_type": "", "degree": 0}, {"id": "846", "label": "Docs: imageio", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: imageio", "community": 846, "community_name": "Docs: imageio", "source_file": "", "file_type": "", "degree": 0}, {"id": "847", "label": "Docs: imageio-ffmpeg", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: imageio-ffmpeg", "community": 847, "community_name": "Docs: imageio-ffmpeg", "source_file": "", "file_type": "", "degree": 0}, {"id": "845", "label": "Docs: FFmpeg", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: FFmpeg", "community": 845, "community_name": "Docs: FFmpeg", "source_file": "", "file_type": "", "degree": 0}, {"id": "405", "label": "Docs: SIL Open Font License, Version 1.1", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SIL Open Font License, Version 1.1", "community": 405, "community_name": "Docs: SIL Open Font License, Version 1.1", "source_file": "", "file_type": "", "degree": 0}, {"id": "623", "label": "Docs: notion writer.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion writer.py", "community": 623, "community_name": "Docs: notion writer.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "538", "label": "Docs: parse lines", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: parse lines", "community": 538, "community_name": "Docs: parse lines", "source_file": "", "file_type": "", "degree": 0}, {"id": "499", "label": "Docs: notion search.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: notion search.py", "community": 499, "community_name": "Docs: notion search.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "498", "label": "Docs: call claude", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: call claude", "community": 498, "community_name": "Docs: call claude", "source_file": "", "file_type": "", "degree": 0}, {"id": "397", "label": "Docs: initializeSystem", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: initializeSystem", "community": 397, "community_name": "Docs: initializeSystem", "source_file": "", "file_type": "", "degree": 0}, {"id": "861", "label": "Docs: draw", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: draw", "community": 861, "community_name": "Docs: draw", "source_file": "", "file_type": "", "degree": 0}, {"id": "863", "label": "Docs: updateParam", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: updateParam", "community": 863, "community_name": "Docs: updateParam", "source_file": "", "file_type": "", "degree": 0}, {"id": "862", "label": "Docs: updateColor", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: updateColor", "community": 862, "community_name": "Docs: updateColor", "source_file": "", "file_type": "", "degree": 0}, {"id": "484", "label": "Docs: Artifacts Builder Skill", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Artifacts Builder Skill", "community": 484, "community_name": "Docs: Artifacts Builder Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "478", "label": "Docs: html2pptx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: html2pptx", "community": 478, "community_name": "Docs: html2pptx", "source_file": "", "file_type": "", "degree": 0}, {"id": "716", "label": "Docs: react", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: react", "community": 716, "community_name": "Docs: react", "source_file": "", "file_type": "", "degree": 0}, {"id": "717", "label": "Docs: react-dom/server", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: react-dom/server", "community": 717, "community_name": "Docs: react-dom/server", "source_file": "", "file_type": "", "degree": 0}, {"id": "557", "label": "Docs: frontend-design", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: frontend-design", "community": 557, "community_name": "Docs: frontend-design", "source_file": "", "file_type": "", "degree": 0}, {"id": "443", "label": "Docs: internal-comms", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: internal-comms", "community": 443, "community_name": "Docs: internal-comms", "source_file": "", "file_type": "", "degree": 0}, {"id": "814", "label": "Docs: pypdf", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: pypdf", "community": 814, "community_name": "Docs: pypdf", "source_file": "", "file_type": "", "degree": 0}, {"id": "813", "label": "Docs: pdfplumber", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: pdfplumber", "community": 813, "community_name": "Docs: pdfplumber", "source_file": "", "file_type": "", "degree": 0}, {"id": "819", "label": "Docs: reportlab", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: reportlab", "community": 819, "community_name": "Docs: reportlab", "source_file": "", "file_type": "", "degree": 0}, {"id": "556", "label": "Docs: forms", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: forms", "community": 556, "community_name": "Docs: forms", "source_file": "", "file_type": "", "degree": 0}, {"id": "708", "label": "Docs: convert pdf to images.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: convert pdf to images.py", "community": 708, "community_name": "Docs: convert pdf to images.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "709", "label": "Docs: fill fillable fields.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: fill fillable fields.py", "community": 709, "community_name": "Docs: fill fillable fields.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "477", "label": "Docs: fields.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: fields.json", "community": 477, "community_name": "Docs: fields.json", "source_file": "", "file_type": "", "degree": 0}, {"id": "513", "label": "Docs: docx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: docx", "community": 513, "community_name": "Docs: docx", "source_file": "", "file_type": "", "degree": 0}, {"id": "429", "label": "Docs: Paragraph", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Paragraph", "community": 429, "community_name": "Docs: Paragraph", "source_file": "", "file_type": "", "degree": 0}, {"id": "493", "label": "Docs: SIL Open Font License", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SIL Open Font License", "community": 493, "community_name": "Docs: SIL Open Font License", "source_file": "", "file_type": "", "degree": 0}, {"id": "730", "label": "Docs: Anthropic License", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Anthropic License", "community": 730, "community_name": "Docs: Anthropic License", "source_file": "", "file_type": "", "degree": 0}, {"id": "396", "label": "Docs: docx skill", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: docx skill", "community": 396, "community_name": "Docs: docx skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "445", "label": "Docs: Office Open XML Technical Reference", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Office Open XML Technical Reference", "community": 445, "community_name": "Docs: Office Open XML Technical Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "729", "label": "Docs: Anthropic License", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Anthropic License", "community": 729, "community_name": "Docs: Anthropic License", "source_file": "", "file_type": "", "degree": 0}, {"id": "804", "label": "Docs: markitdown", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: markitdown", "community": 804, "community_name": "Docs: markitdown", "source_file": "", "file_type": "", "degree": 0}, {"id": "833", "label": "Docs: validate.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: validate.py", "community": 833, "community_name": "Docs: validate.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "800", "label": "Docs: html2pptx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: html2pptx", "community": 800, "community_name": "Docs: html2pptx", "source_file": "", "file_type": "", "degree": 0}, {"id": "584", "label": "Docs: html2pptx.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: html2pptx.js", "community": 584, "community_name": "Docs: html2pptx.js", "source_file": "", "file_type": "", "degree": 0}, {"id": "831", "label": "Docs: thumbnail.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: thumbnail.py", "community": 831, "community_name": "Docs: thumbnail.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "817", "label": "Docs: rearrange.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: rearrange.py", "community": 817, "community_name": "Docs: rearrange.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "585", "label": "Docs: inventory.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: inventory.py", "community": 585, "community_name": "Docs: inventory.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "828", "label": "Docs: Sharp", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Sharp", "community": 828, "community_name": "Docs: Sharp", "source_file": "", "file_type": "", "degree": 0}, {"id": "434", "label": "Docs: PDF Processing Advanced Reference", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: PDF Processing Advanced Reference", "community": 434, "community_name": "Docs: PDF Processing Advanced Reference", "source_file": "", "file_type": "", "degree": 4}, {"id": "743", "label": "Docs: PowerPoint", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: PowerPoint", "community": 743, "community_name": "Docs: PowerPoint", "source_file": "", "file_type": "", "degree": 0}, {"id": "487", "label": "Docs: <p:txBody>", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: <p:txBody>", "community": 487, "community_name": "Docs: <p:txBody>", "source_file": "", "file_type": "", "degree": 0}, {"id": "812", "label": "Docs: pandas", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: pandas", "community": 812, "community_name": "Docs: pandas", "source_file": "", "file_type": "", "degree": 1}, {"id": "808", "label": "Docs: openpyxl", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: openpyxl", "community": 808, "community_name": "Docs: openpyxl", "source_file": "", "file_type": "", "degree": 1}, {"id": "586", "label": "Docs: recalc.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: recalc.py", "community": 586, "community_name": "Docs: recalc.py", "source_file": "", "file_type": "", "degree": 1}, {"id": "490", "label": "Docs: slack-gif-creator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: slack-gif-creator", "community": 490, "community_name": "Docs: slack-gif-creator", "source_file": "", "file_type": "", "degree": 0}, {"id": "773", "label": "Docs: imageio-ffmpeg", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: imageio-ffmpeg", "community": 773, "community_name": "Docs: imageio-ffmpeg", "source_file": "", "file_type": "", "degree": 0}, {"id": "830", "label": "Docs: template-skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: template-skill", "community": 830, "community_name": "Docs: template-skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "440", "label": "Docs: scripts/evaluation.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: scripts/evaluation.py", "community": 440, "community_name": "Docs: scripts/evaluation.py", "source_file": "", "file_type": "", "degree": 0}, {"id": "801", "label": "Docs: init skill.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: init skill.py", "community": 801, "community_name": "Docs: init skill.py", "source_file": "", "file_type": "", "degree": 1}, {"id": "811", "label": "Docs: package skill.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: package skill.py", "community": 811, "community_name": "Docs: package skill.py", "source_file": "", "file_type": "", "degree": 1}, {"id": "692", "label": "Docs: Example: Conversation to FAQ", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Example: Conversation to FAQ", "community": 692, "community_name": "Docs: Example: Conversation to FAQ", "source_file": "", "file_type": "", "degree": 0}, {"id": "695", "label": "Docs: Example: Decision Record Capture", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Example: Decision Record Capture", "community": 695, "community_name": "Docs: Example: Decision Record Capture", "source_file": "", "file_type": "", "degree": 0}, {"id": "715", "label": "Docs: Example: How-To Guide from Discussion", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Example: How-To Guide from Discussion", "community": 715, "community_name": "Docs: Example: How-To Guide from Discussion", "source_file": "", "file_type": "", "degree": 0}, {"id": "512", "label": "Docs: Database Best Practices", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Database Best Practices", "community": 512, "community_name": "Docs: Database Best Practices", "source_file": "", "file_type": "", "degree": 0}, {"id": "731", "label": "Docs: Apache License 2.0", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Apache License 2.0", "community": 731, "community_name": "Docs: Apache License 2.0", "source_file": "", "file_type": "", "degree": 1}, {"id": "806", "label": "Docs: MCP Protocol Documentation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: MCP Protocol Documentation", "community": 806, "community_name": "Docs: MCP Protocol Documentation", "source_file": "", "file_type": "", "degree": 1}, {"id": "805", "label": "Docs: MCP Best Practices", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: MCP Best Practices", "community": 805, "community_name": "Docs: MCP Best Practices", "source_file": "", "file_type": "", "degree": 1}, {"id": "816", "label": "Docs: Python SDK Documentation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Python SDK Documentation", "community": 816, "community_name": "Docs: Python SDK Documentation", "source_file": "", "file_type": "", "degree": 1}, {"id": "815", "label": "Docs: Python Implementation Guide", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Python Implementation Guide", "community": 815, "community_name": "Docs: Python Implementation Guide", "source_file": "", "file_type": "", "degree": 1}, {"id": "832", "label": "Docs: TypeScript SDK Documentation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: TypeScript SDK Documentation", "community": 832, "community_name": "Docs: TypeScript SDK Documentation", "source_file": "", "file_type": "", "degree": 1}, {"id": "807", "label": "Docs: TypeScript Implementation Guide", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: TypeScript Implementation Guide", "community": 807, "community_name": "Docs: TypeScript Implementation Guide", "source_file": "", "file_type": "", "degree": 1}, {"id": "791", "label": "Docs: Evaluation Guide", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Evaluation Guide", "community": 791, "community_name": "Docs: Evaluation Guide", "source_file": "", "file_type": "", "degree": 1}, {"id": "570", "label": "Docs: MCP Server", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: MCP Server", "community": 570, "community_name": "Docs: MCP Server", "source_file": "", "file_type": "", "degree": 0}, {"id": "734", "label": "Docs: Stdio Transport", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Stdio Transport", "community": 734, "community_name": "Docs: Stdio Transport", "source_file": "", "file_type": "", "degree": 0}, {"id": "732", "label": "Docs: HTTP Transport", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: HTTP Transport", "community": 732, "community_name": "Docs: HTTP Transport", "source_file": "", "file_type": "", "degree": 0}, {"id": "733", "label": "Docs: SSE Transport", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: SSE Transport", "community": 733, "community_name": "Docs: SSE Transport", "source_file": "", "file_type": "", "degree": 0}, {"id": "522", "label": "Docs: Server", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Server", "community": 522, "community_name": "Docs: Server", "source_file": "", "file_type": "", "degree": 0}, {"id": "523", "label": "Docs: main", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: main", "community": 523, "community_name": "Docs: main", "source_file": "", "file_type": "", "degree": 0}, {"id": "571", "label": "Docs: zod", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: zod", "community": 571, "community_name": "Docs: zod", "source_file": "", "file_type": "", "degree": 0}, {"id": "485", "label": "Docs: registerTool", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: registerTool", "community": 485, "community_name": "Docs: registerTool", "source_file": "", "file_type": "", "degree": 0}, {"id": "587", "label": "Docs: Web Application Testing Skill", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Web Application Testing Skill", "community": 587, "community_name": "Docs: Web Application Testing Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "582", "label": "Docs: Notion Knowledge Capture Skill", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion Knowledge Capture Skill", "community": 582, "community_name": "Docs: Notion Knowledge Capture Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "576", "label": "Docs: Knowledge Capture Skill Evaluations", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Knowledge Capture Skill Evaluations", "community": 576, "community_name": "Docs: Knowledge Capture Skill Evaluations", "source_file": "", "file_type": "", "degree": 0}, {"id": "574", "label": "Docs: FastMCP", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: FastMCP", "community": 574, "community_name": "Docs: FastMCP", "source_file": "", "file_type": "", "degree": 0}, {"id": "447", "label": "Docs: example search users", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: example search users", "community": 447, "community_name": "Docs: example search users", "source_file": "", "file_type": "", "degree": 0}, {"id": "502", "label": "Docs: Implementation Plan: User Profile API", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Implementation Plan: User Profile API", "community": 502, "community_name": "Docs: Implementation Plan: User Profile API", "source_file": "", "file_type": "", "degree": 0}, {"id": "551", "label": "Docs: User Preferences Schema Migration Spec", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: User Preferences Schema Migration Spec", "community": 551, "community_name": "Docs: User Preferences Schema Migration Spec", "source_file": "", "file_type": "", "degree": 0}, {"id": "589", "label": "Docs: Global Search Redesign Spec", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Global Search Redesign Spec", "community": 589, "community_name": "Docs: Global Search Redesign Spec", "source_file": "", "file_type": "", "degree": 0}, {"id": "740", "label": "Docs: Milestone Summary Template", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Milestone Summary Template", "community": 740, "community_name": "Docs: Milestone Summary Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "422", "label": "Docs: Notion Spec to Implementation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion Spec to Implementation", "community": 422, "community_name": "Docs: Notion Spec to Implementation", "source_file": "", "file_type": "", "degree": 1}, {"id": "425", "label": "Docs: Template Selection Guide", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Template Selection Guide", "community": 425, "community_name": "Docs: Template Selection Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "456", "label": "Docs: Notion Research Documentation Skill", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion Research Documentation Skill", "community": 456, "community_name": "Docs: Notion Research Documentation Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "435", "label": "Docs: Claude Skill", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Claude Skill", "community": 435, "community_name": "Docs: Claude Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "525", "label": "Docs: Research & Documentation Skill", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Research & Documentation Skill", "community": 525, "community_name": "Docs: Research & Documentation Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "411", "label": "Docs: Notion:notion-search", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion:notion-search", "community": 411, "community_name": "Docs: Notion:notion-search", "source_file": "", "file_type": "", "degree": 0}, {"id": "704", "label": "Docs: FAQ Database", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: FAQ Database", "community": 704, "community_name": "Docs: FAQ Database", "source_file": "", "file_type": "", "degree": 0}, {"id": "714", "label": "Docs: How-To Guide Database", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: How-To Guide Database", "community": 714, "community_name": "Docs: How-To Guide Database", "source_file": "", "file_type": "", "degree": 0}, {"id": "728", "label": "Docs: Learning/Post-Mortem Database", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Learning/Post-Mortem Database", "community": 728, "community_name": "Docs: Learning/Post-Mortem Database", "source_file": "", "file_type": "", "degree": 0}, {"id": "841", "label": "Docs: Team Wiki Database", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Team Wiki Database", "community": 841, "community_name": "Docs: Team Wiki Database", "source_file": "", "file_type": "", "degree": 0}, {"id": "394", "label": "Docs: Meeting Intelligence", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Meeting Intelligence", "community": 394, "community_name": "Docs: Meeting Intelligence", "source_file": "", "file_type": "", "degree": 0}, {"id": "838", "label": "Docs: Notion:notion-search", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion:notion-search", "community": 838, "community_name": "Docs: Notion:notion-search", "source_file": "", "file_type": "", "degree": 1}, {"id": "837", "label": "Docs: Notion:notion-fetch", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion:notion-fetch", "community": 837, "community_name": "Docs: Notion:notion-fetch", "source_file": "", "file_type": "", "degree": 1}, {"id": "839", "label": "Docs: Standard Implementation Plan Template", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Standard Implementation Plan Template", "community": 839, "community_name": "Docs: Standard Implementation Plan Template", "source_file": "", "file_type": "", "degree": 1}, {"id": "840", "label": "Docs: Notion:notion-create-pages", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Notion:notion-create-pages", "community": 840, "community_name": "Docs: Notion:notion-create-pages", "source_file": "", "file_type": "", "degree": 1}, {"id": "492", "label": "Docs: Skill Migration Guide", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Skill Migration Guide", "community": 492, "community_name": "Docs: Skill Migration Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "648", "label": "Docs: Citation Styles", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Citation Styles", "community": 648, "community_name": "Docs: Citation Styles", "source_file": "", "file_type": "", "degree": 0}, {"id": "406", "label": "Docs: Format Selection Guide", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Format Selection Guide", "community": 406, "community_name": "Docs: Format Selection Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "505", "label": "Docs: Spec to Implementation Skill Evaluations", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: Spec to Implementation Skill Evaluations", "community": 505, "community_name": "Docs: Spec to Implementation Skill Evaluations", "source_file": "", "file_type": "", "degree": 0}, {"id": "390", "label": "Docs: marketplace.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Docs: marketplace.json", "community": 390, "community_name": "Docs: marketplace.json", "source_file": "", "file_type": "", "degree": 0}];
|
|
const RAW_EDGES = [{"from": "184", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "171", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "193", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "250", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "240", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "99", "label": "1 cross-community edges", "title": "1 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": "98", "to": "65", "label": "1 cross-community edges", "title": "1 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": "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": "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": "58", "to": "47", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "151", "to": "47", "label": "4 cross-community edges", "title": "4 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": "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": "121", "to": "47", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "121", "to": "99", "label": "1 cross-community edges", "title": "1 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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "112", "to": "99", "label": "1 cross-community edges", "title": "1 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": "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": "118", "label": "6 cross-community edges", "title": "6 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": "178", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "178", "to": "118", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "178", "to": "163", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "178", "to": "77", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "73", "label": "1 cross-community edges", "title": "1 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": "73", "to": "10", "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": "11", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "20", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "23", "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": "8", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "25", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "22", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "2", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "18", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "17", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "6", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "3", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "73", "to": "21", "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": "163", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "163", "to": "77", "label": "7 cross-community edges", "title": "7 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": "163", "to": "153", "label": "2 cross-community edges", "title": "2 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": "225", "to": "153", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "137", "to": "99", "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": "137", "to": "25", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "183", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "183", "to": "157", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "183", "to": "152", "label": "1 cross-community edges", "title": "1 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": "219", "to": "153", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "219", "to": "157", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "220", "to": "153", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "220", "to": "157", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "220", "to": "152", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "220", "to": "202", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "157", "to": "153", "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": "152", "label": "7 cross-community edges", "title": "7 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": "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": "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": "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": "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": "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": "164", "to": "99", "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": "158", "label": "5 cross-community edges", "title": "5 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": "164", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "230", "to": "158", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "230", "to": "203", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "230", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "203", "to": "153", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "203", "to": "158", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "158", "to": "153", "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": "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": "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": "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": "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": "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": "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": "138", "to": "99", "label": "1 cross-community edges", "title": "1 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": "187", "to": "177", "label": "4 cross-community edges", "title": "4 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": "187", "to": "186", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "185", "to": "177", "label": "4 cross-community edges", "title": "4 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": "223", "to": "177", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "223", "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": "177", "label": "4 cross-community edges", "title": "4 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": "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": "139", "to": "99", "label": "1 cross-community edges", "title": "1 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": "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": "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": "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": "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": "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": "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": "82", "to": "489", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "547", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "468", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "771", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "383", "label": "1 cross-community edges", "title": "1 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": "79", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "79", "to": "65", "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": "194", "to": "173", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "194", "to": "75", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "173", "to": "75", "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": "233", "to": "99", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "233", "to": "96", "label": "3 cross-community edges", "title": "3 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": "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": "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": "19", "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": "90", "to": "19", "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": "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": "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": "94", "to": "50", "label": "14 cross-community edges", "title": "14 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "94", "to": "89", "label": "10 cross-community edges", "title": "10 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": "99", "to": "89", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "62", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "91", "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": "14", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "51", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "24", "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": "85", "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": "45", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "0", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "64", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "63", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "48", "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": "17", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "99", "to": "6", "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": "57", "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": "99", "to": "56", "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": "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": "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": "153", "to": "81", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "140", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "153", "to": "56", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "172", "to": "56", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "140", "to": "81", "label": "12 cross-community edges", "title": "12 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "175", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "133", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "134", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "221", "to": "116", "label": "5 cross-community edges", "title": "5 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": "116", "label": "3 cross-community edges", "title": "3 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": "116", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "175", "to": "116", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "12", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "24", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "48", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "0", "label": "4 cross-community edges", "title": "4 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": "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": "132", "to": "12", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "132", "to": "48", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "12", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "24", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "12", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "12", "label": "3 cross-community edges", "title": "3 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": "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": "148", "to": "136", "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": "125", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "119", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "148", "to": "106", "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": "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": "160", "to": "136", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "160", "to": "106", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "160", "to": "126", "label": "3 cross-community edges", "title": "3 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": "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": "215", "to": "127", "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": "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": "191", "to": "101", "label": "2 cross-community edges", "title": "2 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": "113", "to": "46", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "120", "to": "114", "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": "120", "to": "46", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "53", "label": "2 cross-community edges", "title": "2 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": "88", "to": "53", "label": "2 cross-community edges", "title": "2 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": "166", "to": "105", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "166", "to": "53", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "53", "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": "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": "161", "to": "109", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "161", "to": "156", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "161", "to": "92", "label": "3 cross-community edges", "title": "3 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": "92", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "104", "label": "3 cross-community edges", "title": "3 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": "156", "to": "92", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "13", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "54", "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": "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": "67", "to": "15", "label": "5 cross-community edges", "title": "5 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": "209", "to": "15", "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": "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": "102", "to": "54", "label": "1 cross-community edges", "title": "1 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": "97", "to": "54", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "266", "to": "399", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "195", "to": "371", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "334", "to": "449", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "128", "to": "370", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "283", "to": "383", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "283", "to": "381", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "242", "to": "552", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "242", "to": "720", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "242", "to": "766", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "566", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "80", "to": "369", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "80", "to": "752", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "353", "to": "480", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "340", "to": "368", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "258", "to": "375", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "198", "to": "764", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "198", "to": "693", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "227", "to": "637", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "348", "to": "434", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "349", "to": "434", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "346", "to": "434", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "350", "to": "434", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "297", "to": "812", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "297", "to": "808", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "297", "to": "586", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "731", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "806", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "805", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "816", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "815", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "832", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "807", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "262", "to": "791", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "364", "to": "801", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "364", "to": "811", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "364", "to": "423", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "838", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "837", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "422", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "840", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "251", "to": "839", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "110", "label": "4 cross-community edges", "title": "4 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": "117", "label": "3 cross-community edges", "title": "3 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": "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": "146", "to": "117", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "143", "label": "1 cross-community edges", "title": "1 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": "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": "182", "to": "578", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "369", "to": "371", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "376", "to": "391", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "376", "to": "381", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "376", "to": "385", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "391", "to": "384", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "382", "to": "373", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "382", "to": "476", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "382", "to": "415", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "382", "to": "400", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "382", "to": "444", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "382", "to": "379", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "373", "to": "379", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "373", "to": "400", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "417", "to": "400", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "387", "to": "375", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "368", "to": "375", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "368", "to": "378", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "368", "to": "395", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "375", "to": "395", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "375", "to": "378", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "375", "to": "389", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "378", "to": "395", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "378", "to": "389", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "395", "to": "486", "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 & 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}, {"cid": 368, "color": "#9C755F", "label": "Docs: dintel-brand-guardian", "count": 51}, {"cid": 369, "color": "#BAB0AC", "label": "Docs: OurDigital Backoffice README", "count": 32}, {"cid": 370, "color": "#4E79A7", "label": "Docs: SEO Knowledge Graph Skill", "count": 32}, {"cid": 371, "color": "#F28E2B", "label": "Docs: jamie-youtube-manager", "count": 30}, {"cid": 372, "color": "#E15759", "label": "Docs: OurDigital Designer", "count": 28}, {"cid": 373, "color": "#76B7B2", "label": "Docs: jamie-brand-audit", "count": 18}, {"cid": 374, "color": "#59A14F", "label": "Docs: Journal Style Guide", "count": 15}, {"cid": 375, "color": "#EDC948", "label": "Docs: D.intelligence Service Architect (Agent ", "count": 15}, {"cid": 376, "color": "#B07AA1", "label": "Docs: seo-comprehensive-audit", "count": 15}, {"cid": 377, "color": "#FF9DA7", "label": "Docs: SKILL", "count": 14}, {"cid": 378, "color": "#9C755F", "label": "Docs: dintel-backoffice-mgr (Agent #76)", "count": 13}, {"cid": 379, "color": "#BAB0AC", "label": "Docs: jamie-faq-entry", "count": 13}, {"cid": 380, "color": "#4E79A7", "label": "Docs: Mac Doctor Command", "count": 13}, {"cid": 381, "color": "#F28E2B", "label": "Docs: seo-local-audit", "count": 12}, {"cid": 382, "color": "#E15759", "label": "Docs: jamie-brand-editor", "count": 11}, {"cid": 383, "color": "#76B7B2", "label": "Docs: generate pages.py", "count": 11}, {"cid": 384, "color": "#59A14F", "label": "Docs: gtm-validator", "count": 11}, {"cid": 385, "color": "#EDC948", "label": "Docs: seo-reporting-dashboard", "count": 11}, {"cid": 386, "color": "#B07AA1", "label": "Docs: OurDigital Skill Creator", "count": 10}, {"cid": 387, "color": "#FF9DA7", "label": "Docs: 70-dintel-brand-guardian", "count": 10}, {"cid": 388, "color": "#9C755F", "label": "Docs: Jamie Brand Audit Skill", "count": 10}, {"cid": 389, "color": "#BAB0AC", "label": "Docs: dintel-account-mgr", "count": 10}, {"cid": 390, "color": "#4E79A7", "label": "Docs: marketplace.json", "count": 10}, {"cid": 391, "color": "#F28E2B", "label": "Docs: GTM Audit Skill", "count": 10}, {"cid": 392, "color": "#E15759", "label": "Docs: dintel-brand-guardian", "count": 10}, {"cid": 393, "color": "#76B7B2", "label": "Docs: Pipeline Orchestrator", "count": 10}, {"cid": 394, "color": "#59A14F", "label": "Docs: Meeting Intelligence", "count": 10}, {"cid": 395, "color": "#EDC948", "label": "Docs: Agent 72: D.intelligence Documentation S", "count": 10}, {"cid": 396, "color": "#B07AA1", "label": "Docs: docx skill", "count": 10}, {"cid": 397, "color": "#FF9DA7", "label": "Docs: initializeSystem", "count": 10}, {"cid": 398, "color": "#9C755F", "label": "Docs: SIL Open Font License, Version 1.1", "count": 9}, {"cid": 399, "color": "#BAB0AC", "label": "Docs: OurDigital Blog Code SKILL", "count": 9}, {"cid": 400, "color": "#4E79A7", "label": "Docs: jamie-journal-editor", "count": 9}, {"cid": 401, "color": "#F28E2B", "label": "Docs: Jamie Plastic Surgery", "count": 9}, {"cid": 402, "color": "#E15759", "label": "Docs: Jamie YouTube Subtitle Checker Skill", "count": 9}, {"cid": 403, "color": "#76B7B2", "label": "Docs: Jamie Plastic Surgery", "count": 9}, {"cid": 404, "color": "#59A14F", "label": "Docs: Jamie Instagram Manager", "count": 9}, {"cid": 405, "color": "#EDC948", "label": "Docs: SIL Open Font License, Version 1.1", "count": 9}, {"cid": 406, "color": "#B07AA1", "label": "Docs: Format Selection Guide", "count": 9}, {"cid": 407, "color": "#FF9DA7", "label": "Docs: Jamie Plastic Surgery", "count": 9}, {"cid": 408, "color": "#9C755F", "label": "Docs: Google Analytics 4", "count": 9}, {"cid": 409, "color": "#BAB0AC", "label": "Docs: SIL Open Font License Version 1.1", "count": 9}, {"cid": 410, "color": "#4E79A7", "label": "Docs: SEO Position Tracking", "count": 9}, {"cid": 411, "color": "#F28E2B", "label": "Docs: Notion:notion-search", "count": 8}, {"cid": 412, "color": "#E15759", "label": "Docs: SEO KPI Framework", "count": 8}, {"cid": 413, "color": "#76B7B2", "label": "Docs: our-gdrive-organizer", "count": 8}, {"cid": 414, "color": "#59A14F", "label": "Docs: 94-dintel-bootstrap", "count": 8}, {"cid": 415, "color": "#EDC948", "label": "Docs: jamie-instagram-manager", "count": 8}, {"cid": 416, "color": "#B07AA1", "label": "Docs: \uc81c\uc774\ubbf8 \uc131\ud615\uc678\uacfc", "count": 8}, {"cid": 417, "color": "#FF9DA7", "label": "Docs: Jamie Marketing Editor Skill", "count": 8}, {"cid": 418, "color": "#9C755F", "label": "Docs: check-ownership.py", "count": 8}, {"cid": 419, "color": "#BAB0AC", "label": "Docs: #72 Doc Secretary", "count": 8}, {"cid": 420, "color": "#4E79A7", "label": "Docs: Pipeline Orchestrator", "count": 7}, {"cid": 421, "color": "#F28E2B", "label": "Docs: GUARDRAILS", "count": 7}, {"cid": 422, "color": "#E15759", "label": "Docs: Notion Spec to Implementation", "count": 7}, {"cid": 423, "color": "#76B7B2", "label": "Docs: Apache License 2.0", "count": 7}, {"cid": 424, "color": "#59A14F", "label": "Docs: Agent 76 dintel-backoffice-mgr", "count": 7}, {"cid": 425, "color": "#EDC948", "label": "Docs: Template Selection Guide", "count": 7}, {"cid": 426, "color": "#B07AA1", "label": "Docs: CLAUDE", "count": 7}, {"cid": 427, "color": "#FF9DA7", "label": "Docs: seo audit orchestrator.py", "count": 7}, {"cid": 428, "color": "#9C755F", "label": "Docs: estimate.py", "count": 7}, {"cid": 429, "color": "#BAB0AC", "label": "Docs: Paragraph", "count": 7}, {"cid": 430, "color": "#4E79A7", "label": "Docs: SKILL", "count": 7}, {"cid": 431, "color": "#F28E2B", "label": "Docs: GUARDRAILS", "count": 7}, {"cid": 432, "color": "#E15759", "label": "Docs: Instagram Design Guide", "count": 7}, {"cid": 433, "color": "#76B7B2", "label": "Docs: Reference Curator Pipeline", "count": 7}, {"cid": 434, "color": "#59A14F", "label": "Docs: PDF Processing Advanced Reference", "count": 7}, {"cid": 435, "color": "#EDC948", "label": "Docs: Claude Skill", "count": 7}, {"cid": 436, "color": "#B07AA1", "label": "Docs: JournalValidator", "count": 6}, {"cid": 437, "color": "#FF9DA7", "label": "Docs: OurDigital Backoffice Skill", "count": 6}, {"cid": 438, "color": "#9C755F", "label": "Docs: Reference Curator", "count": 6}, {"cid": 439, "color": "#BAB0AC", "label": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "count": 6}, {"cid": 440, "color": "#4E79A7", "label": "Docs: scripts/evaluation.py", "count": 6}, {"cid": 441, "color": "#F28E2B", "label": "Docs: SEO Keyword Strategy", "count": 6}, {"cid": 442, "color": "#E15759", "label": "Docs: Instagram Content Calendar Template", "count": 6}, {"cid": 443, "color": "#76B7B2", "label": "Docs: internal-comms", "count": 6}, {"cid": 444, "color": "#59A14F", "label": "Docs: Jamie Plastic Surgery Clinic", "count": 6}, {"cid": 445, "color": "#EDC948", "label": "Docs: Office Open XML Technical Reference", "count": 6}, {"cid": 446, "color": "#B07AA1", "label": "Docs: getEventsData", "count": 6}, {"cid": 447, "color": "#FF9DA7", "label": "Docs: example search users", "count": 6}, {"cid": 448, "color": "#9C755F", "label": "Docs: Jamie Plastic Surgery", "count": 6}, {"cid": 449, "color": "#BAB0AC", "label": "Docs: NotebookLM Automation Skill", "count": 6}, {"cid": 450, "color": "#4E79A7", "label": "Docs: Quality Reviewer", "count": 6}, {"cid": 451, "color": "#F28E2B", "label": "Docs: seo-schema-generator", "count": 6}, {"cid": 452, "color": "#E15759", "label": "Docs: SEO International Skill", "count": 6}, {"cid": 453, "color": "#76B7B2", "label": "Docs: notion-search", "count": 5}, {"cid": 454, "color": "#59A14F", "label": "Docs: OurDigital Brand Guide README", "count": 5}, {"cid": 455, "color": "#EDC948", "label": "Docs: begin checkout", "count": 5}, {"cid": 456, "color": "#B07AA1", "label": "Docs: Notion Research Documentation Skill", "count": 5}, {"cid": 457, "color": "#FF9DA7", "label": "Docs: claude-settings-optimizer", "count": 5}, {"cid": 458, "color": "#9C755F", "label": "Docs: Brand Editor (#71)", "count": 5}, {"cid": 459, "color": "#BAB0AC", "label": "Docs: Content Patterns Reference", "count": 5}, {"cid": 460, "color": "#4E79A7", "label": "Docs: Skills", "count": 5}, {"cid": 461, "color": "#F28E2B", "label": "Docs: Validation Methodology", "count": 5}, {"cid": 462, "color": "#E15759", "label": "Docs: Installing OurDigital Skills in Claude.a", "count": 4}, {"cid": 463, "color": "#76B7B2", "label": "Docs: export project files", "count": 4}, {"cid": 464, "color": "#59A14F", "label": "Docs: parse lines", "count": 4}, {"cid": 465, "color": "#EDC948", "label": "Docs: seo-ai-visibility", "count": 4}, {"cid": 466, "color": "#B07AA1", "label": "Docs: run workflow py", "count": 4}, {"cid": 467, "color": "#FF9DA7", "label": "Docs: Pricing Quick Reference", "count": 4}, {"cid": 468, "color": "#9C755F", "label": "Docs: requests", "count": 4}, {"cid": 469, "color": "#BAB0AC", "label": "Docs: base client.py", "count": 4}, {"cid": 470, "color": "#4E79A7", "label": "Docs: gtm audit.py", "count": 4}, {"cid": 471, "color": "#F28E2B", "label": "Docs: SEO Migration Planner", "count": 4}, {"cid": 472, "color": "#E15759", "label": "Docs: Client QA Report Template", "count": 4}, {"cid": 473, "color": "#76B7B2", "label": "Docs: Client Service Tasks Dashboard", "count": 4}, {"cid": 474, "color": "#59A14F", "label": "Docs: OurDigital Trainer (Code)", "count": 4}, {"cid": 475, "color": "#EDC948", "label": "Docs: Defect Taxonomy", "count": 4}, {"cid": 476, "color": "#B07AA1", "label": "Docs: compliance checker.py", "count": 4}, {"cid": 477, "color": "#FF9DA7", "label": "Docs: fields.json", "count": 4}, {"cid": 478, "color": "#9C755F", "label": "Docs: html2pptx", "count": 4}, {"cid": 479, "color": "#BAB0AC", "label": "Docs: Gold", "count": 4}, {"cid": 480, "color": "#4E79A7", "label": "Docs: Pretendard CSS", "count": 4}, {"cid": 481, "color": "#F28E2B", "label": "Docs: Jamie Clinic", "count": 4}, {"cid": 482, "color": "#E15759", "label": "Docs: Jamie Tone Manner Analysis Framework", "count": 4}, {"cid": 483, "color": "#76B7B2", "label": "Docs: Jamie Tone & Manner Guide v1.0", "count": 4}, {"cid": 484, "color": "#59A14F", "label": "Docs: Artifacts Builder Skill", "count": 4}, {"cid": 485, "color": "#EDC948", "label": "Docs: registerTool", "count": 4}, {"cid": 486, "color": "#B07AA1", "label": "Docs: DB1: Client Service Tasks Dashboard", "count": 4}, {"cid": 487, "color": "#FF9DA7", "label": "Docs: <p:txBody>", "count": 4}, {"cid": 488, "color": "#9C755F", "label": "Docs: GatewayPageGenerator", "count": 4}, {"cid": 489, "color": "#BAB0AC", "label": "Docs: seo-gateway-architect", "count": 4}, {"cid": 490, "color": "#4E79A7", "label": "Docs: slack-gif-creator", "count": 4}, {"cid": 491, "color": "#F28E2B", "label": "Docs: export project files", "count": 4}, {"cid": 492, "color": "#E15759", "label": "Docs: Skill Migration Guide", "count": 4}, {"cid": 493, "color": "#76B7B2", "label": "Docs: SIL Open Font License", "count": 4}, {"cid": 494, "color": "#59A14F", "label": "Docs: create manifest", "count": 3}, {"cid": 495, "color": "#EDC948", "label": "Docs: execute discovery", "count": 3}, {"cid": 496, "color": "#B07AA1", "label": "Docs: OurDigital Research", "count": 3}, {"cid": 497, "color": "#FF9DA7", "label": "Docs: determine decision", "count": 3}, {"cid": 498, "color": "#9C755F", "label": "Docs: call claude", "count": 3}, {"cid": 499, "color": "#BAB0AC", "label": "Docs: notion search.py", "count": 3}, {"cid": 500, "color": "#4E79A7", "label": "Docs: 61-gtm-editor", "count": 3}, {"cid": 501, "color": "#F28E2B", "label": "Docs: check-ownership.py", "count": 3}, {"cid": 502, "color": "#E15759", "label": "Docs: Implementation Plan: User Profile API", "count": 3}, {"cid": 503, "color": "#76B7B2", "label": "Docs: Claude Settings Optimizer", "count": 3}, {"cid": 504, "color": "#59A14F", "label": "Docs: base.txt", "count": 3}, {"cid": 505, "color": "#EDC948", "label": "Docs: Spec to Implementation Skill Evaluations", "count": 3}, {"cid": 506, "color": "#B07AA1", "label": "Docs: notion-organizer", "count": 3}, {"cid": 507, "color": "#FF9DA7", "label": "Docs: settings-audit-report", "count": 3}, {"cid": 508, "color": "#9C755F", "label": "Docs: OurDigital Designer (Code)", "count": 3}, {"cid": 509, "color": "#BAB0AC", "label": "Docs: schema validator.py", "count": 3}, {"cid": 510, "color": "#4E79A7", "label": "Docs: ourdigital-presales-seo", "count": 3}, {"cid": 511, "color": "#F28E2B", "label": "Docs: Gateway Page Content Builder", "count": 3}, {"cid": 512, "color": "#E15759", "label": "Docs: Database Best Practices", "count": 3}, {"cid": 513, "color": "#76B7B2", "label": "Docs: docx", "count": 3}, {"cid": 514, "color": "#59A14F", "label": "Docs: \ub4c0\uc5bc\ud2b8\uc784", "count": 3}, {"cid": 515, "color": "#EDC948", "label": "Docs: GA4 Events", "count": 3}, {"cid": 516, "color": "#B07AA1", "label": "Docs: Rate Card", "count": 3}, {"cid": 517, "color": "#FF9DA7", "label": "Docs: \ub0b4\uc2dc\uacbd \uc774\ub9c8 \uac70\uc0c1\uc220", "count": 3}, {"cid": 518, "color": "#9C755F", "label": "Docs: Notion Organizer Examples", "count": 3}, {"cid": 519, "color": "#BAB0AC", "label": "Docs: estimate.py", "count": 3}, {"cid": 520, "color": "#4E79A7", "label": "Docs: GTM Audit README", "count": 3}, {"cid": 521, "color": "#F28E2B", "label": "Docs: Brand Color Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ube0c\ub79c\ub4dc \uadf8\ub9b0)", "count": 3}, {"cid": 522, "color": "#E15759", "label": "Docs: Server", "count": 3}, {"cid": 523, "color": "#76B7B2", "label": "Docs: main", "count": 3}, {"cid": 524, "color": "#59A14F", "label": "Docs: NotebookLM Agent README", "count": 3}, {"cid": 525, "color": "#EDC948", "label": "Docs: Research & Documentation Skill", "count": 3}, {"cid": 526, "color": "#B07AA1", "label": "Docs: Our GDrive Organizer README", "count": 3}, {"cid": 527, "color": "#FF9DA7", "label": "Docs: README", "count": 3}, {"cid": 528, "color": "#9C755F", "label": "Docs: log parser.py", "count": 3}, {"cid": 529, "color": "#BAB0AC", "label": "Docs: determine decision", "count": 3}, {"cid": 530, "color": "#4E79A7", "label": "Docs: seo-schema-generator", "count": 3}, {"cid": 531, "color": "#F28E2B", "label": "Docs: build schema drafts.py", "count": 3}, {"cid": 532, "color": "#E15759", "label": "Docs: #88 Skill Update", "count": 3}, {"cid": 533, "color": "#76B7B2", "label": "Docs: YouTube Metadata Template", "count": 3}, {"cid": 534, "color": "#59A14F", "label": "Docs: firecrawl scrape", "count": 2}, {"cid": 535, "color": "#EDC948", "label": "Docs: extract key concepts", "count": 2}, {"cid": 536, "color": "#B07AA1", "label": "Docs: optimize content", "count": 2}, {"cid": 537, "color": "#FF9DA7", "label": "Docs: notion writer.py", "count": 2}, {"cid": 538, "color": "#9C755F", "label": "Docs: parse lines", "count": 2}, {"cid": 539, "color": "#BAB0AC", "label": "Docs: template-skill", "count": 2}, {"cid": 540, "color": "#4E79A7", "label": "Docs: 01 Active Workspaces", "count": 2}, {"cid": 541, "color": "#F28E2B", "label": "Docs: detect chapter candidates", "count": 2}, {"cid": 542, "color": "#E15759", "label": "Docs: build schema drafts.py", "count": 2}, {"cid": 543, "color": "#76B7B2", "label": "Docs: log parser.py", "count": 2}, {"cid": 544, "color": "#59A14F", "label": "Docs: hreflang validator.py", "count": 2}, {"cid": 545, "color": "#EDC948", "label": "Docs: jamie youtube batch update.py", "count": 2}, {"cid": 546, "color": "#B07AA1", "label": "Docs: position tracker.py", "count": 2}, {"cid": 547, "color": "#FF9DA7", "label": "Docs: CLAUDE", "count": 2}, {"cid": 548, "color": "#9C755F", "label": "Docs: GTM Common Issues", "count": 2}, {"cid": 549, "color": "#BAB0AC", "label": "Docs: COMPATIBILITY REPORT", "count": 2}, {"cid": 550, "color": "#4E79A7", "label": "Docs: compliance checker.py", "count": 2}, {"cid": 551, "color": "#F28E2B", "label": "Docs: User Preferences Schema Migration Spec", "count": 2}, {"cid": 552, "color": "#E15759", "label": "Docs: Jamie Journal Editor Skill", "count": 2}, {"cid": 553, "color": "#76B7B2", "label": "Docs: \uc81c\uc774\ubbf8\uc131\ud615\uc678\uacfc", "count": 2}, {"cid": 554, "color": "#59A14F", "label": "Docs: ourdigital-estimate-engine", "count": 2}, {"cid": 555, "color": "#EDC948", "label": "Docs: Endoscopic Forehead Lift", "count": 2}, {"cid": 556, "color": "#B07AA1", "label": "Docs: forms", "count": 2}, {"cid": 557, "color": "#FF9DA7", "label": "Docs: frontend-design", "count": 2}, {"cid": 558, "color": "#9C755F", "label": "Docs: Gangnam Laser Hair Removal Example", "count": 2}, {"cid": 559, "color": "#BAB0AC", "label": "Docs: code/organizer.py", "count": 2}, {"cid": 560, "color": "#4E79A7", "label": "Docs: HIFU Lifting", "count": 2}, {"cid": 561, "color": "#F28E2B", "label": "Docs: Hybrid Double Eyelid", "count": 2}, {"cid": 562, "color": "#E15759", "label": "Docs: Josun Hotel and Resort", "count": 2}, {"cid": 563, "color": "#76B7B2", "label": "Docs: Web Green", "count": 2}, {"cid": 564, "color": "#59A14F", "label": "Docs: install.sh", "count": 2}, {"cid": 565, "color": "#EDC948", "label": "Docs: Jamie Clinic", "count": 2}, {"cid": 566, "color": "#B07AA1", "label": "Docs: Jamie Clinic Logo Guidelines", "count": 2}, {"cid": 567, "color": "#FF9DA7", "label": "Docs: Monochrome Logo (\uc601\ubb38 \uc815\uc0ac\uac01\ud615 \ud770\uc0c9)", "count": 2}, {"cid": 568, "color": "#9C755F", "label": "Docs: GTM-NP6NJMP Container", "count": 2}, {"cid": 569, "color": "#BAB0AC", "label": "Docs: Lower Eyelid Fat Repositioning", "count": 2}, {"cid": 570, "color": "#4E79A7", "label": "Docs: MCP Server", "count": 2}, {"cid": 571, "color": "#F28E2B", "label": "Docs: zod", "count": 2}, {"cid": 572, "color": "#E15759", "label": "Docs: mcp notion notion-create-pages", "count": 2}, {"cid": 573, "color": "#76B7B2", "label": "Docs: Ptosis Correction", "count": 2}, {"cid": 574, "color": "#59A14F", "label": "Docs: FastMCP", "count": 2}, {"cid": 575, "color": "#EDC948", "label": "Docs: Multi-Agent Guide", "count": 2}, {"cid": 576, "color": "#B07AA1", "label": "Docs: Knowledge Capture Skill Evaluations", "count": 2}, {"cid": 577, "color": "#FF9DA7", "label": "Docs: Our Claude Skills Repository", "count": 2}, {"cid": 578, "color": "#9C755F", "label": "Docs: OurDigital Shared Environment", "count": 2}, {"cid": 579, "color": "#BAB0AC", "label": "Docs: build schema drafts.py", "count": 2}, {"cid": 580, "color": "#4E79A7", "label": "Docs: Settings Audit", "count": 2}, {"cid": 581, "color": "#F28E2B", "label": "Docs: crawl with retry", "count": 2}, {"cid": 582, "color": "#E15759", "label": "Docs: Notion Knowledge Capture Skill", "count": 2}, {"cid": 583, "color": "#76B7B2", "label": "Docs: rate card", "count": 2}, {"cid": 584, "color": "#59A14F", "label": "Docs: html2pptx.js", "count": 2}, {"cid": 585, "color": "#EDC948", "label": "Docs: inventory.py", "count": 2}, {"cid": 586, "color": "#B07AA1", "label": "Docs: recalc.py", "count": 2}, {"cid": 587, "color": "#FF9DA7", "label": "Docs: Web Application Testing Skill", "count": 2}, {"cid": 588, "color": "#9C755F", "label": "Docs: 16-seo-schema-validator", "count": 2}, {"cid": 589, "color": "#BAB0AC", "label": "Docs: Global Search Redesign Spec", "count": 2}, {"cid": 590, "color": "#4E79A7", "label": "Docs: Verify Skills Workflow", "count": 2}, {"cid": 591, "color": "#F28E2B", "label": "Docs: assign credibility tier", "count": 1}, {"cid": 592, "color": "#E15759", "label": "Docs: generate queries", "count": 1}, {"cid": 593, "color": "#76B7B2", "label": "Docs: score source", "count": 1}, {"cid": 594, "color": "#59A14F", "label": "Docs: create crawl manifest", "count": 1}, {"cid": 595, "color": "#EDC948", "label": "Docs: load manifest", "count": 1}, {"cid": 596, "color": "#B07AA1", "label": "Docs: RateLimiter", "count": 1}, {"cid": 597, "color": "#FF9DA7", "label": "Docs: save content", "count": 1}, {"cid": 598, "color": "#9C755F", "label": "Docs: select strategy", "count": 1}, {"cid": 599, "color": "#BAB0AC", "label": "Docs: get db config", "count": 1}, {"cid": 600, "color": "#4E79A7", "label": "Docs: get docs by topic", "count": 1}, {"cid": 601, "color": "#F28E2B", "label": "Docs: is duplicate", "count": 1}, {"cid": 602, "color": "#E15759", "label": "Docs: store document", "count": 1}, {"cid": 603, "color": "#76B7B2", "label": "Docs: analyze structure", "count": 1}, {"cid": 604, "color": "#59A14F", "label": "Docs: extract code snippets", "count": 1}, {"cid": 605, "color": "#EDC948", "label": "Docs: handle refactor", "count": 1}, {"cid": 606, "color": "#B07AA1", "label": "Docs: load for distillation", "count": 1}, {"cid": 607, "color": "#FF9DA7", "label": "Docs: store distilled", "count": 1}, {"cid": 608, "color": "#9C755F", "label": "Docs: OurDigital Document", "count": 1}, {"cid": 609, "color": "#BAB0AC", "label": "Docs: calculate quality score", "count": 1}, {"cid": 610, "color": "#4E79A7", "label": "Docs: get pending reviews", "count": 1}, {"cid": 611, "color": "#F28E2B", "label": "Docs: log review", "count": 1}, {"cid": 612, "color": "#E15759", "label": "Docs: OurDigital Designer", "count": 1}, {"cid": 613, "color": "#76B7B2", "label": "Docs: add cross references", "count": 1}, {"cid": 614, "color": "#59A14F", "label": "Docs: export fine tuning dataset", "count": 1}, {"cid": 615, "color": "#EDC948", "label": "Docs: get exportable content", "count": 1}, {"cid": 616, "color": "#B07AA1", "label": "Docs: log export job", "count": 1}, {"cid": 617, "color": "#FF9DA7", "label": "Docs: OurDigital Ad Manager", "count": 1}, {"cid": 618, "color": "#9C755F", "label": "Docs: OurDigital Trainer", "count": 1}, {"cid": 619, "color": "#BAB0AC", "label": "Docs: OurDigital Backoffice", "count": 1}, {"cid": 620, "color": "#4E79A7", "label": "Docs: CLAUDE", "count": 1}, {"cid": 621, "color": "#F28E2B", "label": "Docs: journal validator.py", "count": 1}, {"cid": 622, "color": "#E15759", "label": "Docs: ValidationIssue", "count": 1}, {"cid": 623, "color": "#76B7B2", "label": "Docs: notion writer.py", "count": 1}, {"cid": 624, "color": "#59A14F", "label": "Docs: Activity Library", "count": 1}, {"cid": 625, "color": "#EDC948", "label": "Docs: 11-seo-comprehensive-audit", "count": 1}, {"cid": 626, "color": "#B07AA1", "label": "Docs: 81-mac-optimizer", "count": 1}, {"cid": 627, "color": "#FF9DA7", "label": "Docs: 82-our-gdrive-organizer", "count": 1}, {"cid": 628, "color": "#9C755F", "label": "Docs: Bash Agent", "count": 1}, {"cid": 629, "color": "#BAB0AC", "label": "Docs: Explore Agent", "count": 1}, {"cid": 630, "color": "#4E79A7", "label": "Docs: General-Purpose Agent", "count": 1}, {"cid": 631, "color": "#F28E2B", "label": "Docs: Human", "count": 1}, {"cid": 632, "color": "#E15759", "label": "Docs: PROJECT PLAN", "count": 1}, {"cid": 633, "color": "#76B7B2", "label": "Docs: Plan Agent", "count": 1}, {"cid": 634, "color": "#59A14F", "label": "Docs: reference-curator-pipeline", "count": 1}, {"cid": 635, "color": "#EDC948", "label": "Docs: site-explorer-all-backlinks", "count": 1}, {"cid": 636, "color": "#B07AA1", "label": "Docs: site-explorer-metrics", "count": 1}, {"cid": 637, "color": "#FF9DA7", "label": "Docs: LICENSE.txt", "count": 1}, {"cid": 638, "color": "#9C755F", "label": "Docs: 02 SEO Audit Toolkit", "count": 1}, {"cid": 639, "color": "#BAB0AC", "label": "Docs: 03 SEO Hack Library", "count": 1}, {"cid": 640, "color": "#4E79A7", "label": "Docs: 04 Case Studies", "count": 1}, {"cid": 641, "color": "#F28E2B", "label": "Docs: 05 Working Template", "count": 1}, {"cid": 642, "color": "#E15759", "label": "Docs: 98 Training", "count": 1}, {"cid": 643, "color": "#76B7B2", "label": "Docs: 99 Project Archive", "count": 1}, {"cid": 644, "color": "#59A14F", "label": "Docs: CHANGELOG", "count": 1}, {"cid": 645, "color": "#EDC948", "label": "Docs: deduplicate chapters", "count": 1}, {"cid": 646, "color": "#B07AA1", "label": "Docs: sbv to chapter time", "count": 1}, {"cid": 647, "color": "#FF9DA7", "label": "Docs: trackCheckoutProgress", "count": 1}, {"cid": 648, "color": "#9C755F", "label": "Docs: Citation Styles", "count": 1}, {"cid": 649, "color": "#BAB0AC", "label": "Docs: 16-seo-schema-validator", "count": 1}, {"cid": 650, "color": "#4E79A7", "label": "Docs: 17-seo-schema-generator", "count": 1}, {"cid": 651, "color": "#F28E2B", "label": "Docs: 32-notion-writer", "count": 1}, {"cid": 652, "color": "#E15759", "label": "Docs: 90-reference-curator", "count": 1}, {"cid": 653, "color": "#76B7B2", "label": "Docs: analyze tokens.py", "count": 1}, {"cid": 654, "color": "#59A14F", "label": "Docs: content brief generator.py", "count": 1}, {"cid": 655, "color": "#EDC948", "label": "Docs: content gap analyzer.py", "count": 1}, {"cid": 656, "color": "#B07AA1", "label": "Docs: Claude Core Tools", "count": 1}, {"cid": 657, "color": "#FF9DA7", "label": "Docs: Claude Core Tools", "count": 1}, {"cid": 658, "color": "#9C755F", "label": "Docs: claude-core", "count": 1}, {"cid": 659, "color": "#BAB0AC", "label": "Docs: correct text", "count": 1}, {"cid": 660, "color": "#4E79A7", "label": "Docs: ecommerce auditor.py", "count": 1}, {"cid": 661, "color": "#F28E2B", "label": "Docs: exporter.py", "count": 1}, {"cid": 662, "color": "#E15759", "label": "Docs: extract site claims.py", "count": 1}, {"cid": 663, "color": "#76B7B2", "label": "Docs: generate metadata", "count": 1}, {"cid": 664, "color": "#59A14F", "label": "Docs: jamie-brand-editor", "count": 1}, {"cid": 665, "color": "#EDC948", "label": "Docs: jamie-brand-guardian", "count": 1}, {"cid": 666, "color": "#B07AA1", "label": "Docs: jamie channel status.py", "count": 1}, {"cid": 667, "color": "#FF9DA7", "label": "Docs: jamie-instagram-manager", "count": 1}, {"cid": 668, "color": "#9C755F", "label": "Docs: jamie youtube api test.py", "count": 1}, {"cid": 669, "color": "#BAB0AC", "label": "Docs: keyword gap analyzer.py", "count": 1}, {"cid": 670, "color": "#4E79A7", "label": "Docs: naver serp analyzer.py", "count": 1}, {"cid": 671, "color": "#F28E2B", "label": "Docs: NotebookLM Agent CLAUDE", "count": 1}, {"cid": 672, "color": "#E15759", "label": "Docs: NotebookLM Automation CLAUDE", "count": 1}, {"cid": 673, "color": "#76B7B2", "label": "Docs: NotebookLM Research Claude Code", "count": 1}, {"cid": 674, "color": "#59A14F", "label": "Docs: NotebookLM Studio Claude Code", "count": 1}, {"cid": 675, "color": "#EDC948", "label": "Docs: notion search.py", "count": 1}, {"cid": 676, "color": "#B07AA1", "label": "Docs: parse sbv", "count": 1}, {"cid": 677, "color": "#FF9DA7", "label": "Docs: pipeline.py", "count": 1}, {"cid": 678, "color": "#9C755F", "label": "Docs: product schema checker.py", "count": 1}, {"cid": 679, "color": "#BAB0AC", "label": "Docs: rebuild sbv", "count": 1}, {"cid": 680, "color": "#4E79A7", "label": "Docs: repo.py", "count": 1}, {"cid": 681, "color": "#F28E2B", "label": "Docs: reviewer.py", "count": 1}, {"cid": 682, "color": "#E15759", "label": "Docs: run audit.py", "count": 1}, {"cid": 683, "color": "#76B7B2", "label": "Docs: seo crawler adapter.py", "count": 1}, {"cid": 684, "color": "#59A14F", "label": "Docs: serp analyzer.py", "count": 1}, {"cid": 685, "color": "#EDC948", "label": "Docs: sitemap crawler.py", "count": 1}, {"cid": 686, "color": "#B07AA1", "label": "Docs: SKILL-MIGRATION-GUIDE", "count": 1}, {"cid": 687, "color": "#FF9DA7", "label": "Docs: base client.py", "count": 1}, {"cid": 688, "color": "#9C755F", "label": "Docs: competitive monitor.py", "count": 1}, {"cid": 689, "color": "#BAB0AC", "label": "Docs: competitor profiler.py", "count": 1}, {"cid": 690, "color": "#4E79A7", "label": "Docs: Content Grouping", "count": 1}, {"cid": 691, "color": "#F28E2B", "label": "Docs: Magazine D.", "count": 1}, {"cid": 692, "color": "#E15759", "label": "Docs: Example: Conversation to FAQ", "count": 1}, {"cid": 693, "color": "#76B7B2", "label": "Docs: Crawl Config", "count": 1}, {"cid": 694, "color": "#59A14F", "label": "Docs: D.intelligence Website Diagnosis 2026 Te", "count": 1}, {"cid": 695, "color": "#EDC948", "label": "Docs: Example: Decision Record Capture", "count": 1}, {"cid": 696, "color": "#B07AA1", "label": "Docs: Decision Log", "count": 1}, {"cid": 697, "color": "#FF9DA7", "label": "Docs: Standard Video Description Template", "count": 1}, {"cid": 698, "color": "#9C755F", "label": "Docs: ourdigital-estimate-engine", "count": 1}, {"cid": 699, "color": "#BAB0AC", "label": "Docs: design-system-2025", "count": 1}, {"cid": 700, "color": "#4E79A7", "label": "Docs: digital ads", "count": 1}, {"cid": 701, "color": "#F28E2B", "label": "Docs: digital branding", "count": 1}, {"cid": 702, "color": "#E15759", "label": "Docs: \uc548\uba74 \uac70\uc0c1\uc220", "count": 1}, {"cid": 703, "color": "#76B7B2", "label": "Docs: \ube44\uc808\uac1c \uc218\uc220", "count": 1}, {"cid": 704, "color": "#59A14F", "label": "Docs: FAQ Database", "count": 1}, {"cid": 705, "color": "#EDC948", "label": "Docs: seo", "count": 1}, {"cid": 706, "color": "#B07AA1", "label": "Docs: firecrawl crawl", "count": 1}, {"cid": 707, "color": "#FF9DA7", "label": "Docs: firecrawl scrape", "count": 1}, {"cid": 708, "color": "#9C755F", "label": "Docs: convert pdf to images.py", "count": 1}, {"cid": 709, "color": "#BAB0AC", "label": "Docs: fill fillable fields.py", "count": 1}, {"cid": 710, "color": "#4E79A7", "label": "Docs: Ghost Admin API Configuration", "count": 1}, {"cid": 711, "color": "#F28E2B", "label": "Docs: Grand Josun Busan", "count": 1}, {"cid": 712, "color": "#E15759", "label": "Docs: Jamie Plastic Surgery", "count": 1}, {"cid": 713, "color": "#76B7B2", "label": "Docs: Hotel Type Map", "count": 1}, {"cid": 714, "color": "#59A14F", "label": "Docs: How-To Guide Database", "count": 1}, {"cid": 715, "color": "#EDC948", "label": "Docs: Example: How-To Guide from Discussion", "count": 1}, {"cid": 716, "color": "#B07AA1", "label": "Docs: react", "count": 1}, {"cid": 717, "color": "#FF9DA7", "label": "Docs: react-dom/server", "count": 1}, {"cid": 718, "color": "#9C755F", "label": "Docs: Image Generation Gotchas", "count": 1}, {"cid": 719, "color": "#BAB0AC", "label": "Docs: Sage", "count": 1}, {"cid": 720, "color": "#4E79A7", "label": "Docs: Jamie Instagram Caption Style Guide", "count": 1}, {"cid": 721, "color": "#F28E2B", "label": "Docs: Kakao", "count": 1}, {"cid": 722, "color": "#E15759", "label": "Docs: Meta", "count": 1}, {"cid": 723, "color": "#76B7B2", "label": "Docs: journal validator journal validator", "count": 1}, {"cid": 724, "color": "#59A14F", "label": "Docs: journal validator linkrecommender", "count": 1}, {"cid": 725, "color": "#EDC948", "label": "Docs: journal validator spellingchecker", "count": 1}, {"cid": 726, "color": "#B07AA1", "label": "Docs: journal validator structurevalidator", "count": 1}, {"cid": 727, "color": "#FF9DA7", "label": "Docs: Keyword Research Template", "count": 1}, {"cid": 728, "color": "#9C755F", "label": "Docs: Learning/Post-Mortem Database", "count": 1}, {"cid": 729, "color": "#BAB0AC", "label": "Docs: Anthropic License", "count": 1}, {"cid": 730, "color": "#4E79A7", "label": "Docs: Anthropic License", "count": 1}, {"cid": 731, "color": "#F28E2B", "label": "Docs: Apache License 2.0", "count": 1}, {"cid": 732, "color": "#E15759", "label": "Docs: HTTP Transport", "count": 1}, {"cid": 733, "color": "#76B7B2", "label": "Docs: SSE Transport", "count": 1}, {"cid": 734, "color": "#59A14F", "label": "Docs: Stdio Transport", "count": 1}, {"cid": 735, "color": "#EDC948", "label": "Docs: \uc758\ub8cc\ubc95 \uc81c56\uc870 (Medical Service Act Article 56", "count": 1}, {"cid": 736, "color": "#B07AA1", "label": "Docs: Medical Advertising Law Summary (Korean)", "count": 1}, {"cid": 737, "color": "#FF9DA7", "label": "Docs: \ub300\ud55c\uc758\uc0ac\ud611\ud68c \uc758\ub8cc\uad11\uace0\uc2ec\uc758\uc704\uc6d0\ud68c", "count": 1}, {"cid": 738, "color": "#9C755F", "label": "Docs: \ubcf4\uac74\ubcf5\uc9c0\ubd80", "count": 1}, {"cid": 739, "color": "#BAB0AC", "label": "Docs: Meeting Prep Template", "count": 1}, {"cid": 740, "color": "#4E79A7", "label": "Docs: Milestone Summary Template", "count": 1}, {"cid": 741, "color": "#F28E2B", "label": "Docs: notion-query-database-view", "count": 1}, {"cid": 742, "color": "#E15759", "label": "Docs: notion-schema-reference", "count": 1}, {"cid": 743, "color": "#76B7B2", "label": "Docs: PowerPoint", "count": 1}, {"cid": 744, "color": "#59A14F", "label": "Docs: Claude Settings Audit Guide", "count": 1}, {"cid": 745, "color": "#EDC948", "label": "Docs: test pattern", "count": 1}, {"cid": 746, "color": "#B07AA1", "label": "Docs: Google Ads", "count": 1}, {"cid": 747, "color": "#FF9DA7", "label": "Docs: Meta (Facebook/Instagram)", "count": 1}, {"cid": 748, "color": "#9C755F", "label": "Docs: Pre-Publishing Checklist", "count": 1}, {"cid": 749, "color": "#BAB0AC", "label": "Docs: artifacts-builder", "count": 1}, {"cid": 750, "color": "#4E79A7", "label": "Docs: base client.py", "count": 1}, {"cid": 751, "color": "#F28E2B", "label": "Docs: brand-guidelines", "count": 1}, {"cid": 752, "color": "#E15759", "label": "Docs: Jamie Journal Editor README", "count": 1}, {"cid": 753, "color": "#76B7B2", "label": "Docs: internal-comms", "count": 1}, {"cid": 754, "color": "#59A14F", "label": "Docs: mcp-server", "count": 1}, {"cid": 755, "color": "#EDC948", "label": "Docs: migration monitor.py", "count": 1}, {"cid": 756, "color": "#B07AA1", "label": "Docs: migration planner.py", "count": 1}, {"cid": 757, "color": "#FF9DA7", "label": "Docs: pptx", "count": 1}, {"cid": 758, "color": "#9C755F", "label": "Docs: README", "count": 1}, {"cid": 759, "color": "#BAB0AC", "label": "Docs: skill-creator", "count": 1}, {"cid": 760, "color": "#4E79A7", "label": "Docs: slack-gif-creator", "count": 1}, {"cid": 761, "color": "#F28E2B", "label": "Docs: theme-factory", "count": 1}, {"cid": 762, "color": "#E15759", "label": "Docs: webapp-testing", "count": 1}, {"cid": 763, "color": "#76B7B2", "label": "Docs: xlsx", "count": 1}, {"cid": 764, "color": "#59A14F", "label": "Docs: Manifest JSON", "count": 1}, {"cid": 765, "color": "#EDC948", "label": "Docs: Notion Organizer Reference", "count": 1}, {"cid": 766, "color": "#B07AA1", "label": "Docs: Jamie Instagram Reply Templates", "count": 1}, {"cid": 767, "color": "#FF9DA7", "label": "Docs: beautifulsoup4", "count": 1}, {"cid": 768, "color": "#9C755F", "label": "Docs: aiohttp", "count": 1}, {"cid": 769, "color": "#BAB0AC", "label": "Docs: anthropic", "count": 1}, {"cid": 770, "color": "#4E79A7", "label": "Docs: asyncio-throttle", "count": 1}, {"cid": 771, "color": "#F28E2B", "label": "Docs: beautifulsoup4", "count": 1}, {"cid": 772, "color": "#E15759", "label": "Docs: Dependencies", "count": 1}, {"cid": 773, "color": "#76B7B2", "label": "Docs: imageio-ffmpeg", "count": 1}, {"cid": 774, "color": "#59A14F", "label": "Docs: lxml", "count": 1}, {"cid": 775, "color": "#EDC948", "label": "Docs: markdown", "count": 1}, {"cid": 776, "color": "#B07AA1", "label": "Docs: Playwright", "count": 1}, {"cid": 777, "color": "#FF9DA7", "label": "Docs: pyyaml", "count": 1}, {"cid": 778, "color": "#9C755F", "label": "Docs: rich", "count": 1}, {"cid": 779, "color": "#BAB0AC", "label": "Docs: tenacity", "count": 1}, {"cid": 780, "color": "#4E79A7", "label": "Docs: tqdm", "count": 1}, {"cid": 781, "color": "#F28E2B", "label": "Docs: validate schema.py", "count": 1}, {"cid": 782, "color": "#E15759", "label": "Docs: Research Patterns Guide", "count": 1}, {"cid": 783, "color": "#76B7B2", "label": "Docs: review-guide", "count": 1}, {"cid": 784, "color": "#59A14F", "label": "Docs: backlink research", "count": 1}, {"cid": 785, "color": "#EDC948", "label": "Docs: Shorts Optimization Guide", "count": 1}, {"cid": 786, "color": "#B07AA1", "label": "Docs: add cross references", "count": 1}, {"cid": 787, "color": "#FF9DA7", "label": "Docs: assign credibility tier", "count": 1}, {"cid": 788, "color": "#9C755F", "label": "Docs: calculate quality score", "count": 1}, {"cid": 789, "color": "#BAB0AC", "label": "Docs: create manifest", "count": 1}, {"cid": 790, "color": "#4E79A7", "label": "Docs: dintel-bootstrap", "count": 1}, {"cid": 791, "color": "#F28E2B", "label": "Docs: Evaluation Guide", "count": 1}, {"cid": 792, "color": "#E15759", "label": "Docs: execute discovery", "count": 1}, {"cid": 793, "color": "#76B7B2", "label": "Docs: export fine tuning dataset", "count": 1}, {"cid": 794, "color": "#59A14F", "label": "Docs: Gateway Page Content Builder", "count": 1}, {"cid": 795, "color": "#EDC948", "label": "Docs: generate queries", "count": 1}, {"cid": 796, "color": "#B07AA1", "label": "Docs: get exportable content", "count": 1}, {"cid": 797, "color": "#FF9DA7", "label": "Docs: get pending reviews", "count": 1}, {"cid": 798, "color": "#9C755F", "label": "Docs: handle qa loop", "count": 1}, {"cid": 799, "color": "#BAB0AC", "label": "Docs: handle refactor", "count": 1}, {"cid": 800, "color": "#4E79A7", "label": "Docs: html2pptx", "count": 1}, {"cid": 801, "color": "#F28E2B", "label": "Docs: init skill.py", "count": 1}, {"cid": 802, "color": "#E15759", "label": "Docs: log export job", "count": 1}, {"cid": 803, "color": "#76B7B2", "label": "Docs: log review", "count": 1}, {"cid": 804, "color": "#59A14F", "label": "Docs: markitdown", "count": 1}, {"cid": 805, "color": "#EDC948", "label": "Docs: MCP Best Practices", "count": 1}, {"cid": 806, "color": "#B07AA1", "label": "Docs: MCP Protocol Documentation", "count": 1}, {"cid": 807, "color": "#FF9DA7", "label": "Docs: TypeScript Implementation Guide", "count": 1}, {"cid": 808, "color": "#9C755F", "label": "Docs: openpyxl", "count": 1}, {"cid": 809, "color": "#BAB0AC", "label": "Docs: optimize content", "count": 1}, {"cid": 810, "color": "#4E79A7", "label": "Docs: ourdigital-estimate-engine", "count": 1}, {"cid": 811, "color": "#F28E2B", "label": "Docs: package skill.py", "count": 1}, {"cid": 812, "color": "#E15759", "label": "Docs: pandas", "count": 1}, {"cid": 813, "color": "#76B7B2", "label": "Docs: pdfplumber", "count": 1}, {"cid": 814, "color": "#59A14F", "label": "Docs: pypdf", "count": 1}, {"cid": 815, "color": "#EDC948", "label": "Docs: Python Implementation Guide", "count": 1}, {"cid": 816, "color": "#B07AA1", "label": "Docs: Python SDK Documentation", "count": 1}, {"cid": 817, "color": "#FF9DA7", "label": "Docs: rearrange.py", "count": 1}, {"cid": 818, "color": "#9C755F", "label": "Docs: SKILL", "count": 1}, {"cid": 819, "color": "#BAB0AC", "label": "Docs: reportlab", "count": 1}, {"cid": 820, "color": "#4E79A7", "label": "Docs: run crawler", "count": 1}, {"cid": 821, "color": "#F28E2B", "label": "Docs: run discovery", "count": 1}, {"cid": 822, "color": "#E15759", "label": "Docs: run distiller", "count": 1}, {"cid": 823, "color": "#76B7B2", "label": "Docs: run exporter", "count": 1}, {"cid": 824, "color": "#59A14F", "label": "Docs: run repository", "count": 1}, {"cid": 825, "color": "#EDC948", "label": "Docs: run reviewer", "count": 1}, {"cid": 826, "color": "#B07AA1", "label": "Docs: score source", "count": 1}, {"cid": 827, "color": "#FF9DA7", "label": "Docs: seo-competitor-intel", "count": 1}, {"cid": 828, "color": "#9C755F", "label": "Docs: Sharp", "count": 1}, {"cid": 829, "color": "#BAB0AC", "label": "Docs: store document", "count": 1}, {"cid": 830, "color": "#4E79A7", "label": "Docs: template-skill", "count": 1}, {"cid": 831, "color": "#F28E2B", "label": "Docs: thumbnail.py", "count": 1}, {"cid": 832, "color": "#E15759", "label": "Docs: TypeScript SDK Documentation", "count": 1}, {"cid": 833, "color": "#76B7B2", "label": "Docs: validate.py", "count": 1}, {"cid": 834, "color": "#59A14F", "label": "Docs: notion-organizer", "count": 1}, {"cid": 835, "color": "#EDC948", "label": "Docs: OurDigital Backoffice Skill YAML", "count": 1}, {"cid": 836, "color": "#B07AA1", "label": "Docs: 17-seo-schema-generator", "count": 1}, {"cid": 837, "color": "#FF9DA7", "label": "Docs: Notion:notion-fetch", "count": 1}, {"cid": 838, "color": "#9C755F", "label": "Docs: Notion:notion-search", "count": 1}, {"cid": 839, "color": "#BAB0AC", "label": "Docs: Standard Implementation Plan Template", "count": 1}, {"cid": 840, "color": "#4E79A7", "label": "Docs: Notion:notion-create-pages", "count": 1}, {"cid": 841, "color": "#F28E2B", "label": "Docs: Team Wiki Database", "count": 1}, {"cid": 842, "color": "#E15759", "label": "Docs: content-architecture-template", "count": 1}, {"cid": 843, "color": "#76B7B2", "label": "Docs: keyword-research-template", "count": 1}, {"cid": 844, "color": "#59A14F", "label": "Docs: seo-checklist-template", "count": 1}, {"cid": 845, "color": "#EDC948", "label": "Docs: FFmpeg", "count": 1}, {"cid": 846, "color": "#B07AA1", "label": "Docs: imageio", "count": 1}, {"cid": 847, "color": "#FF9DA7", "label": "Docs: imageio-ffmpeg", "count": 1}, {"cid": 848, "color": "#9C755F", "label": "Docs: Training Frameworks", "count": 1}, {"cid": 849, "color": "#BAB0AC", "label": "Docs: Brand Guide", "count": 1}, {"cid": 850, "color": "#4E79A7", "label": "Docs: GTM / Analytics", "count": 1}, {"cid": 851, "color": "#F28E2B", "label": "Docs: Jamie Clinic", "count": 1}, {"cid": 852, "color": "#E15759", "label": "Docs: Multi Agent Guide", "count": 1}, {"cid": 853, "color": "#76B7B2", "label": "Docs: NotebookLM Tools", "count": 1}, {"cid": 854, "color": "#59A14F", "label": "Docs: Notion Tools", "count": 1}, {"cid": 855, "color": "#EDC948", "label": "Docs: OurDigital Core", "count": 1}, {"cid": 856, "color": "#B07AA1", "label": "Docs: Reference Curator", "count": 1}, {"cid": 857, "color": "#FF9DA7", "label": "Docs: SEO Tools", "count": 1}, {"cid": 858, "color": "#9C755F", "label": "Docs: OurDigital Custom Skills", "count": 1}, {"cid": 859, "color": "#BAB0AC", "label": "Docs: SEO Tools", "count": 1}, {"cid": 860, "color": "#4E79A7", "label": "Docs: Video Schema Templates", "count": 1}, {"cid": 861, "color": "#F28E2B", "label": "Docs: draw", "count": 1}, {"cid": 862, "color": "#E15759", "label": "Docs: updateColor", "count": 1}, {"cid": 863, "color": "#76B7B2", "label": "Docs: updateParam", "count": 1}, {"cid": 864, "color": "#59A14F", "label": "Docs: Visual Metaphor Dictionary", "count": 1}, {"cid": 865, "color": "#EDC948", "label": "Docs: WebFetch", "count": 1}, {"cid": 866, "color": "#B07AA1", "label": "Docs: OurDigital Writing Style Guide", "count": 1}, {"cid": 867, "color": "#FF9DA7", "label": "Docs: YouTube SEO Checklist", "count": 1}];
|
|
|
|
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
|
|
function esc(s) {
|
|
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
|
}
|
|
|
|
// 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> |