From obsidian-rag
Use when the user wants to promote cross-project knowledge to the global Engineering/ folder, or says "promote knowledge", "compound notes", "knowledge synthesis", or "find repeated ideas across projects".
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-rag:compoundThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify knowledge that has crystallized across multiple projects and promote it to a global Engineering/ note.
Identify knowledge that has crystallized across multiple projects and promote it to a global Engineering/ note.
Scan project knowledge dirs — Call obsidian_list_notes with subfolder: "working".
Filter results to paths matching working/*/knowledge/*.md.
Semantic clustering — For each knowledge note path, call obsidian_rag_query
with the note filename (without extension) as query, limit: 8.
Track which notes appear in results from 2+ different projects — these are candidates.
Read candidates — Call obsidian_read_note on shortlisted files.
Look for shared definitions, patterns, or insights worth generalizing.
Draft global note — Compose a new Engineering/<ConceptName>.md with:
type: concept, created: <today>## Source Notes section with [[wikilinks]] back to originating notesShow draft to user — Present the proposed note content and path before creating. Ask for confirmation.
Create on approval — Call obsidian_create_note with the approved content.
Report cross-links — List which project knowledge notes should now add [[ConceptName]]
to avoid re-discovering this knowledge next time.
Optional topic hint: /compound authentication patterns
obsidian_rag_query returns no results, suggest running /index firstnpx claudepluginhub thoreinstein/claude-plugins --plugin obsidian-ragBatch-reviews personal knowledge files and IDEAS-BACKLOG entries for promotion to team-shared project knowledge. Recommends target destinations and lets user approve, modify, or skip.
Searches the Obsidian vault for prior knowledge, past decisions, and accumulated learnings, and finds connections between domains. Use when consulting personal notes rather than general knowledge.
Searches an Obsidian vault exhaustively on a topic, surfaces non-obvious patterns and contradictions, and challenges the user to generate original synthesis.