Cross Linker

Make an orphan documentation page reachable — find the existing pages that should mention it, and add one prose link from each, without touching code, headings or frontmatter. Load when retro-fitting links into a docs tree rather than writing a new page.

zio 244dd05 2 files · 11.5 KB Updated

File contents

Cross-Linker

The guide is provided verbatim in the linking agent's instructions (single source of truth: references/guide.md). It carries the shell recipes that measure inbound links, the rules for where a link may and may not sit, the anchor rules, and the bounds that keep an edit from damaging a finished page.

Nothing mounts this skill today: src/crossref.ts imports the reference directly, because a single-purpose agent needs it on turn 1 of every run and progressive disclosure would only add a turn and a way to skip it. The directory is a skill so that a consumer which needs it sometimes — the docs-integrator, choosing cross-references while wiring a new page — can mount it without moving any content.

zio/zio-skills/tree/main/flowrite/src/skills/cross-linker commit 244dd05e4f

Frequently asked questions

npx skillmds@latest add zio/cross-linker