← ClaudeAtlas

connectlisted

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).
onebrain-ai/onebrain · ★ 10 · AI & Automation · score 77
Install: claude install-skill onebrain-ai/onebrain
# 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 qmd if available for semantic search across notes; fallback: Glob `[projects_folder]/**/*.md`, `[areas_folder]/**/*.md`, `[knowledge_folder]/**/*.md`, `[resources_folder]/**/*.md`. 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`, `knowledge_folder`, `resources_folder`, `areas_folder`, and `projects_folder`. The agent always scans the full vault regardless of the scope chosen in Step 1. Proceed to Step 4 immediately (the agent'