← ClaudeAtlas

obsidian-untangle-knotlisted

Offload an Obsidian hub note that too many notes link to (an in-degree tangle). The main signal of a tangle is a high in-degree (tens to hundreds of incoming links); out-degree is secondary. The skill creates sub-MOCs under the hub's existing categories and **redirects incoming links from resource notes** to the specific sub-MOC instead of the general one. The original MOC is kept as an entry point — it can still be linked to when the category is unclear. Use this skill whenever the user says: "untangle this knot", "offload MOC X", "too many links to X", "re-link these notes", "X has grown too big", "this map has become useless", "I don't see structure in this MOC", "too many incoming/outgoing links", "process this hub note", "find my hub notes", "link dump", "junk-drawer map". Also apply it when it's clear from context that the user means an overloaded graph node, even if they didn't call it a hub.
alexeyshishin/as-skill · ★ 4 · DevOps & Infrastructure · score 73
Install: claude install-skill alexeyshishin/as-skill
# obsidian-untangle-knot ## Core idea In a personal knowledge base, dozens or hundreds of notes end up linking to the same MOCs — that's natural: when you add an article, a book, or a new idea, it's easier to link to the general `[[DevOps]]` than to hunt for the specific sub-map. Over time the general MOC turns from a map into a backlink dump: you open it and drown in noise. Out-links on a hub grow slowly (it's still a **map**, deliberately maintained). In-links grow spontaneously and fast. So the main signal of a tangle is **high in-degree**, not out-degree. The skill: 1. Finds/accepts a hub and counts its in/out links 2. Relies on the hub's **already-existing structure** (subheadings, explicit categories) as ready-made landing points — it doesn't invent new categories when none were asked for 3. Creates a sub-MOC for each category 4. **Main action:** goes through incoming links from resource notes and switches them from the general MOC to the appropriate sub-MOC 5. The original MOC **stays** — it remains the right entry point for the "don't know exactly where to link" case ``` before: after: [hub] (~ stays, but fewer in-links) [hub] ←── 200 in-links ├── [sub-MOC A] ←── 60 in-links (former general ones) ├── 22 out-links ├── [sub-MOC B] ←── 40 ├── [sub-MOC C] ←── 30 └── [sub-MOC D] ←── 25 (general, unclassified ~45 —