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.