vault-orphans
Triage orphaned notes (zero in/out wikilinks) in an Obsidian vault. Use when finding orphans, linking them into a MOC, or reconnecting Zettelkasten notes.
What this skill does
# Orphan Triage ## When to Use This Skill | 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. ## 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: 1. **Read the note** — is the content still relevant, or is this old/dead content? 2. **Identify its primary category** — by tag (e.g., `🛠️/neovim` → Neovim MOC) or by title. 3. **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 ## 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-mocs` for 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: 1. **Primary tag category** — a note tagged `🛠️/neovim` belongs in the Neovim MOC. 2. **Content topic** — read the first paragraph; pick the MOC that covers that subject. 3. **Existing cluster** — if notes `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. ## 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
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.