jotbook-linklisted
Install: claude install-skill koloskus/jotbook
# Cross-link the jotbook
Inking links forward at write time (`jotbook-ink` step 6 connects a new entry to obviously-related existing ones), but it can't see the future: an entry inked last week never gains a link to one inked today. This skill is the deliberate, re-runnable pass that fixes that — it re-examines the whole inked collection and proposes the cross-links that are missing, so the jotbook stays connected as it grows.
It only ever **adds links** between entries that already exist. It never invents entries, never rewrites prose, and never edits a previously-inked entry without your confirmation.
**User-triggered only.** Run it on an explicit `/jotbook-link` (or `/jot link`); never auto-invoke it.
## Resolve configuration
Read `.claude/jotbook.local.md` if present. From the frontmatter, extract:
| field | default | meaning |
|---|---|---|
| `jots_dir` | `docs/jotbook/_jots/` | where staged jots live (optional secondary candidates) |
| `entries_dir` | `docs/jotbook/` | where inked entries live — the sweep's primary scope |
| `output_format` | `markdown` | one of `markdown`, `obsidian`, `html` — determines link syntax |
The **body** of the settings file (after the closing `---`) is house-style guidance — if it says anything about cross-linking (e.g. "prefer wikilinks over relative paths", "cross-link liberally"), honor it.
If the plugin hasn't been initialized (no `.claude/jotbook.local.md`), proceed with defaults and mention once that `/jot init` writes a settin