From onebrain
Find connections between notes and suggest wikilinks to strengthen the knowledge graph
npx claudepluginhub kengio/onebrain --plugin onebrainThis skill uses the workspace's default tool permissions.
Find meaningful connections between your notes and suggest wikilinks to build a richer knowledge graph.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Find meaningful connections between your notes and suggest wikilinks to build a richer knowledge graph.
Ask (or infer from context):
Do you want to find connections:
- For a specific note (name it)
- Across your entire knowledge base (
01-projects/**/*.md,02-areas/**/*.md,03-knowledge/**/*.md,04-resources/**/*.md)- For recently added notes (last 7 days)
List and read the relevant notes using recursive glob patterns (01-projects/**/*.md, 02-areas/**/*.md, 03-knowledge/**/*.md, 04-resources/**/*.md). For each note, extract:
Look for:
| Connection Type | Description |
|---|---|
| Conceptual overlap | Both notes discuss the same idea |
| Cause-effect | One note explains why something in another happens |
| Elaboration | One note goes deeper on a concept mentioned in another |
| Contrast | Notes present different perspectives on the same topic |
| Sequence | Notes form a natural progression of ideas |
| Application | One note shows how to apply a concept from another |
Group suggestions by note. For each suggestion, show:
## [[Note A]] → [[Note B]]
Type: Conceptual overlap
Reason: Both discuss [shared concept]
Suggested addition to [[Note A]]:
Near "...existing text..." → add [[Note B]]
Maximum 10 suggestions. Ask user to approve each batch before implementing.
For each approved suggestion:
After implementing:
Added [[Note B]] link to [[Note A]].
After connecting, optionally run:
Want me to list notes with no outbound links? These "orphan" notes might be missing connections.
List them if yes, let user decide what to do.
This skill uses the Knowledge Linker agent for deep vault scans. The agent is invoked automatically when scanning more than 20 notes.