vault-orphans
Installation
SKILL.md
Orphan Triage
An "orphan" is a note with no incoming wikilinks AND no outgoing wikilinks — disconnected from the knowledge graph. Some orphans are expected; others are the most productive places to add structure.
Classes of Orphan
| Class | Where | Treat as |
|---|---|---|
| Inbox items | Inbox/*.md |
Expected; process via /process-inbox |
| Daily notes | Notes/YYYY-MM-DD.md, FVH/notes/… |
Expected; they link out but rarely in |
| Standalone references | Zettelkasten/*.md with 0↔0 |
Meaningful — add linkage |
| Kanban board notes | Kanban/*.md |
Usually acceptable; boards are self-contained |
| Archive / logs | under Archive/ subfolders |
Expected; stale by design |
The vault-agent graph analyzer classifies each automatically.
Triage Workflow
For each meaningful orphan:
- Read the note — is the content still relevant, or is this old/dead content?
- Identify its primary category — by tag (e.g.,
🛠️/neovim→ Neovim MOC) or by title. - Pick ONE action:
- Link from a MOC — add
[[Note]]to the appropriate MOC under the right section - Add an inbound link from a closely related note
- Archive — move to an
Archive/subfolder if no longer useful - Delete — only if empty or entirely superseded
- Link from a MOC — add
Never Do
- Don't add dummy links like "See also: [[Random]]" just to take the note off the orphan list. That's link pollution.
- Don't create a new MOC just to absorb one orphan — see
vault-mocsfor thresholds. - Don't assume empty = orphan — some orphans have substantive content that simply wasn't linked.
Linking Heuristics
When adding a note to a MOC, match on:
- Primary tag category — a note tagged
🛠️/neovimbelongs in the Neovim MOC. - Content topic — read the first paragraph; pick the MOC that covers that subject.
- Existing cluster — if notes
A,B,Call link to each other but none link from a MOC, add the whole cluster to the MOC under one section heading.
MOC Section Placement
MOCs typically have sections like ## Core Concepts, ## Tools, ## Specific Configurations. Pick the most specific section that fits; create a new ## Something section only if 3+ notes fall under the same new heading.
Batch Pattern
Never modify 100+ MOC links in one commit — that's unreviewable. Use one commit per MOC:
feat(mocs): link 12 orphaned CLI tool notes into new CLI Tools MOC
Safety
- If a note is substantive and the user's writing style suggests it was important, lean toward linking rather than deleting.
- If tags are contradictory or missing, link to a broader MOC rather than guessing a specific one.
- Preserve any existing heading structure in the MOC when inserting links.
Related Skills
- vault-mocs — MOC conventions and when to create a new MOC
- vault-wikilinks — link syntax and safe-rewrite rules
- search-discovery — find-by-tag queries via Obsidian CLI