connect

Solid

Find connections between notes and suggest wikilinks to strengthen the knowledge graph. Use when the user wants to discover how existing notes relate to each other — 'find connections', 'what links to this note', 'strengthen my graph'. Do NOT use for: creating new notes (use capture), processing inbox (use consolidate), or searching for specific content (search directly).

AI & Automation 20 stars 2 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Connect Find meaningful connections between your notes and suggest wikilinks to build a richer knowledge graph. --- ## Step 1: Scope Ask (or infer from context): AskUserQuestion: - question: "What scope do you want to search for connections?" - header: "Connect Scope" - multiSelect: false - options: - label: "specific note", description: "Find connections for a specific note (you'll name it)" - label: "entire knowledge base", description: "Scan all projects, areas, knowledge, and resources" - label: "recently added", description: "Notes added in the last 7 days" --- ## Step 2: Scan Notes Use the search tools if available for semantic search across notes; fallback: Glob `[projects_folder]/**/*.md`, `[areas_folder]/**/*.md`, `[knowledge_folder]/**/*.md`, `[resources_folder]/**/*.md`. For search-tool results, only carry forward candidates with `rerank_score ≥ 0.30` (prefer `≥ 0.60`) into Step 3 — drop anything below 0.30 rather than proposing a weak connection. For each note, extract: - Title - Tags (from frontmatter) - Key concepts mentioned (first 200 words) - Existing wikilinks already present If the total note count exceeds 20, delegate to the **Knowledge Linker** agent instead — see Step 2b. --- ## Step 2b: Delegate to Agent (>20 Notes) If more than 20 notes are in scope: dispatch the **Knowledge Linker** agent (`agents/knowledge-linker.md`) as a foreground sub-agent (`run_in_background: false`, `mode: "bypassPermissions"`), passing `vault_root`, `knowle...

Details

Author
onebrain-ai
Repository
onebrain-ai/onebrain
Created
4 months ago
Last Updated
5 days ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

link-discovery

Use automatically right after a new Obsidian note is created — e.g. an mn:save or mn:session that created one (skip when mn:save only appended to an existing note) — to surface hidden connections with existing notes. Also when the user asks to 'find related notes', 'connect this to others', 'найди связи', 'сделай связи', 'свяжи заметки', 'свяжи память', 'свяжи базу знаний', 'свяжи обсидиан', 'перелинкуй', or similar. Shows ranked suggestions with 'why relevant' explanations — does NOT auto-apply.

6 Updated yesterday
jojoprison
AI & Automation Solid

connect

Use automatically right after a new Obsidian note is created — e.g. an mn:save or mn:session that created one (skip when mn:save only appended to an existing note) — to surface hidden connections with existing notes. Also when the user asks to 'find related notes', 'connect this to others', 'найди связи', 'сделай связи', 'свяжи заметки', 'свяжи память', 'свяжи базу знаний', 'свяжи обсидиан', 'перелинкуй', or similar. Shows ranked suggestions with 'why relevant' explanations — does NOT auto-apply.

6 Updated yesterday
jojoprison
AI & Automation Listed

knowledge-retrieval

Cross-store hybrid lexical retrieval, bidirectional [[wikilink]] backlinks, and rename-tracking over the .agent/ knowledge bases. Zero dependency. Use to find relevant knowledge across memory/experiences/references/decisions, discover who links to a note, or safely rewrite links after renaming a note.

1 Updated today
Kucell