kg-hubs

Audit Obsidian vault hub notes by ranking inbound wikilink counts against topic pages.

1.6k|143|Updated Sep 9, 2019
One-click install
npx skills add https://github.com/frutik/awesome-search --skill kg-hubs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kg-hubs
Source: https://github.com/frutik/awesome-search/tree/main/claude-skills/kg-hubs
Command: npx skills add https://github.com/frutik/awesome-search --skill kg-hubs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge graphs in Obsidian vaults drift over time: heavily linked concept notes may lack proper topic pages, while existing topic pages may be under-linked or redundant. This Skill surfaces those structural mismatches so the vault's organization reflects actual content traffic.

Core Features & Use Cases

  • Hub Ranking: Counts inbound wikilinks for every note and produces a top-20 ranking across Concepts, Topics, and People folders.
  • Mismatch Detection: Compares high-traffic concept notes against existing Topics/ notes and flags concepts that outrank their topic pages or lack one entirely.
  • Restructuring Recommendations: Classifies each gap as Elevate, Link, Merge, or Monitor, presenting recommendations for user approval without making automatic changes.
  • Use Case: After importing a batch of new articles into the Awesome Search vault, run a monthly graph health review to discover that "Hybrid Search" has 34 inbound links but no dedicated topic page, then decide whether to elevate it.

Quick Start

Audit my Awesome Search Obsidian vault and rank the top 20 hub notes by inbound links, then flag any mismatches with the Topics folder.

Frequently Asked Questions about kg-hubs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the most linked notes in an Obsidian vault?

Count inbound wikilinks for every note in the vault and rank them in descending order. This Skill automates that count across Concepts, Topics, and People folders and outputs a top-20 hub ranking table.

How to detect missing topic pages in a knowledge graph?

Compare high-traffic concept notes against existing topic notes. If a concept has many inbound links but no corresponding topic page, or outranks its topic page, that mismatch signals a restructuring candidate.

Does this Skill modify my Obsidian vault automatically?

No. It only reads vault data through the Obsidian MCP server and presents recommendations such as Elevate, Link, Merge, or Monitor. All changes require explicit user approval before any edits are made.

Can I access the vault directly with file tools instead of the MCP server?

No. The Skill mandates that all vault operations go through the Obsidian MCP server. Direct filesystem access via Read, Write, or Bash tools is explicitly prohibited.

When should I run a hub audit on my knowledge graph?

Run it after processing a significant batch of new articles, when the Topics folder feels out of sync with actual content, or periodically such as monthly as part of graph health maintenance.