Railly

Relink — Development skill for Claude Code

Development community

Scan notes and suggest missing backlinks between related topics.

How to install Relink

Installs to ~/.claude/commands/railly-agent-brain-relink.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Railly/agent-brain/HEAD/.claude/commands/relink.md -o ~/.claude/commands/railly-agent-brain-relink.md

Restart Claude Code, or start a new session, for it to be picked up.

What Relink does


name: relink description: Scan notes and suggest missing backlinks between related topics

Find connections between notes in `03_Garden/`.

Flow

  1. **Scan all notes** List all files in `03_Garden/concepts/`, `03_Garden/tools/`, `03_Garden/people/`

  2. **Build knowledge graph**

    • Extract: title, key ideas, existing backlinks, tags
    • Map what links to what
  3. **Find missing connections**

    • Semantic similarity between notes
    • Shared concepts not yet linked
    • Orphan no

Alternatives in Development

  • Om Prep 1on1 — Prep for an upcoming 1:1 — load person context, surface open items, suggest agenda based on vault state 4.6k ★
  • Open ClaudeCode — ClaudeCode related repository 769 ★
  • Contract Review Skill — Review legal contracts for risks, extract key terms, and suggest redlines 192 ★

Full documentation available on GitHub

View Source Repository