obsidian-plugin/skills/vault-orphans/SKILL.md
Triage orphaned notes (zero in/out wikilinks) in an Obsidian vault. Use when finding orphans, linking them into a MOC, or reconnecting Zettelkasten notes.
npx skillsauth add laurigates/claude-plugins vault-orphansInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Use this skill when... | Use the alternative instead when... |
|---|---|
| Triaging orphan notes (zero incoming, zero outgoing wikilinks) for archive vs. reconnect | Building a new MOC hub the orphans should link into — use vault-mocs |
| Distinguishing expected orphans (inbox, daily notes) from meaningful ones | Discovering the orphan list itself via the running CLI — use search-discovery |
| Suggesting archival paths for stale isolated Zettelkasten notes | Classifying or consolidating FVH/z redirect stubs — use vault-stubs |
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.
| 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.
For each meaningful orphan:
🛠️/neovim → Neovim MOC) or by title.[[Note]] to the appropriate MOC under the right sectionArchive/ subfolder if no longer usefulvault-mocs for thresholds.When adding a note to a MOC, match on:
🛠️/neovim belongs in the Neovim MOC.A, B, C all link to each other but none link from a MOC, add the whole cluster to the MOC under one section heading.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.
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
tools
Scaffold a new ComfyUI custom-node repo (pyproject, CI, release-please, vitest+pytest, JS extension skeleton) in the picker/gesture vein. Use when bootstrapping or init-ing a comfyui node pack.
tools
Orchestrate a ComfyUI node pack from idea to registry: scaffold, create + seed the repo, open the gitops adoption PR. Use when releasing or spinning up a new comfyui node pack.
testing
macOS EndpointSecurity/EDR high CPU & battery drain. Use when Kandji ESF / XProtect pegs a core; trace the exec storm via powermetrics + eslogger.
development
odiff pixel-by-pixel image diffing. Use when comparing screenshots, detecting visual regressions, diffing before/after PNGs, asserting golden images.