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 28 stars 3 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
49
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
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
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category