Analyze link density patterns across vault. Triggers on "link density", "link analysis", "linking patterns", "link stats".
Analyzes linking patterns and density across your vault to identify over-linked notes that need splitting and under-linked notes that need more connections. Triggers on "link density", "link analysis", "linking patterns", or "link stats".
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill is limited to using the following tools:
Analyze linking patterns and density across your vault.
Link density analysis reveals:
Link Density = Total Links / Total Notes
Optimal ranges:
stats = get_vault_stats()
→ total_notes, total_links, avg_links_per_note
folder_structure = get_folder_structure()
for folder in folders:
notes = search_notes({folder: folder.path})
folder.link_density = calculate_density(notes)
// Notes with extreme link counts
over_linked = notes where link_count > (avg * 3)
under_linked = notes where link_count < (avg / 3)
Link Density Analysis
═══════════════════════════════════════════════
📊 Vault Overview:
• Total Notes: 1,000
• Total Links: 15,000
• Average Density: 15 links/note
• Status: ✅ Well-connected
📁 Density by Folder:
• work/projects/ - 22 links/note (high)
• tech/ - 18 links/note (optimal)
• personal/ - 8 links/note (moderate)
• templates/ - 2 links/note (low, expected)
🔝 Over-Linked Notes (>40 links):
• [[Main Hub]] - 127 links (consider splitting)
• [[Core Tech]] - 89 links (central hub)
• [[Key Project]] - 76 links (central hub)
📉 Under-Linked Notes (<3 links):
• 150 notes (15% of vault)
• Mostly in: personal/, daily-notes/
💡 Insights:
• Work projects are well-integrated
• Personal notes could use more connections
• Consider splitting [[Main Hub]] into sub-topics
• Daily notes intentionally have fewer links (normal)
═══════════════════════════════════════════════
High Density (Good):
High Density (Bad):
Low Density (Good):
Low Density (Bad):
Version: 1.0.0
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.