From brain-connect
Find useful cross-project links in the central Obsidian "brain": where something built, learned, or decided in ONE project is reusable in ANOTHER. Surfaces candidate pairs heuristically, then reasons over the notes to produce concrete "reuse X from A in B" recommendations. Use when the user says "/brain-connect", "what can these projects share", "find reuse across projects", "are any of my projects similar", "qué pueden compartir estos proyectos", "encuentra cosas reutilizables entre proyectos", "proyectos parecidos". Reads the vault from BRAIN_PATH; read-only. Bilingual (EN/ES).
How this skill is triggered — by the user, by Claude, or both
Slash command
/brain-connect:brain-connectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A **root-brain** capability. It looks across all project notes to spot leverage: a component, decision, vendor, or lesson from one project that another could borrow. (Single-project agents never do this — see the isolation rule in `brain-sync`.)
A root-brain capability. It looks across all project notes to spot leverage: a component, decision, vendor, or lesson from one project that another could borrow. (Single-project agents never do this — see the isolation rule in brain-sync.)
Report in the user's language (EN/ES).
Run the heuristic finder so you start from grounded candidates, not a vibe:
pwsh Brain-Connect.ps1 -BrainRoot "$env:BRAIN_PATH" -Top 20 -MinShared 2
It ranks project pairs by shared significant terms (frontmatter tags/stack/tech + Scope/Milestones keywords) and prints a table of candidates with the overlapping terms. These are leads, not conclusions.
For the top candidate pairs (and any the user names), open both project notes and look for real, actionable reuse — not just shared words:
[LESSON] log entries) — A hit a pitfall B can avoid.Discard shallow matches (two projects both say "dashboard" but share nothing usable).
For each real link, write one tight recommendation:
Aclara → Medtracker: Aclara's
pdf-exportmodule (built 2026-06, see its Log) covers Medtracker's pending "Export to PDF" task. Lift it instead of rebuilding — saves the open p1 task.
Include: source project + the specific artifact (cite where in the note), target project + the need it fills, and the action ("reuse", "copy the ADR", "talk to the same vendor"). Rank by payoff.
[CROSS-REF] signal for the brain to act on (see brain-sync).## Log or a Patterns/ note) so the knowledge compounds.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub jachana/claude-marketplace --plugin brain-connect