find-orphans
Surface orphan notes near a topic and help the user integrate them into the existing link graph.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Surface orphan notes near a topic and help the user integrate them into the existing link graph.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Build a Map of Content (MOC) for a topic — gather candidate notes, cluster them, write the MOC with static wikilinks.
Find two notes in the vault that should be linked but aren't, and explain the rationale.
Read the last N days of daily notes, surface the dominant themes, and draft a synthesis note linking back to the originals.
Given a writing topic, gather the relevant notes from the vault and assemble a writing scratchpad with quotes and citations.
Analyze the tag tree, surface case chaos and stragglers, and consolidate via supervised renames.
Walk recent notes one at a time; for each, propose 1–2 wikilinks based on the vault's existing graph. Automates the user's review ritual.
| name | find-orphans |
| description | Surface orphan notes near a topic and help the user integrate them into the existing link graph. |
| triggers | ["/find-orphans","what notes have I forgotten","find orphans"] |
The user is curating their vault — usually after a burst of capture — and wants to know which atomic notes never got linked into anything. Often paired with /build-MOC.
topic. If not, ask for one (or default to "the whole vault" if the user explicitly says "all orphans").find_orphans(near_topic=topic, min_word_count=50, limit=20). If topic is None, omit near_topic and just return the top 20 by recency.find_related(seed=orphan_path, top_k=5) to find the best candidate parent(s). Surface the top 1–2.link_notes(..., confirm=true).Found {N} orphans near "{topic}":
#research/rag
- [[Chunking by structure]] — {1-line summary}
- [[Embedding-aware preprocessing]] — {1-line summary}
#evals
- [[Long-tail recall benchmark]] — {1-line summary}
Which would you like to integrate? (e.g. "the first two", "all in #research/rag")
/build-MOC later.find_orphans with min_word_count below 50 by default — stubs aren't orphans, they're TODOs.