From colophon-skills
Add cross-references between colophon posts — wikilinks and "related posts" — so entries connect to each other. Use when the user asks to link posts together, add related/see-also links, or wire up internal references on their colophon blog.
How this skill is triggered — by the user, by Claude, or both
Slash command
/colophon-skills:colophon-crosslinkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
colophon resolves `[[wikilinks]]` across every source at build time (an unresolved link
colophon resolves [[wikilinks]] across every source at build time (an unresolved link
degrades to plain text). Use them to connect posts instead of inventing URLs.
The user wants to add internal links / related-post references between existing entries.
This skill drives the colophon CLI. Before the first command, confirm it's installed:
command -v colophon || echo "colophon not found"
If it's missing, stop and offer the install — don't install it silently:
go install github.com/jmylchreest/colophon/cmd/colophon@latest (or a release binary). Proceed
only once it's on PATH.
List the candidate targets (and their tags, to find relevant ones):
colophon posts --json # every entry: slug, title, tags, type
colophon posts --tag <topic> # entries on a related topic
Pick genuinely related entries — overlapping tags or subject matter, not every post. Prefer 2–5 strong links over a dump.
Add the links in the source file(s):
… as covered in [[Raft leader election]] …
(link by the target's title or slug; [[title|custom text]] sets the anchor text).## Related
- [[Raft leader election]]
- [[Designing for partition tolerance]]
Verify they resolve. Rebuild and check none fell back to plain text:
colophon serve --open=<slug>
An unresolved [[link]] means the target title/slug didn't match — fix the reference.
colophon isn't installed, surface the install command and ask — never install it silently.colophon posts). Don't invent targets.npx claudepluginhub jmylchreest/colophon --plugin colophon-skillsGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Creates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters from source material. Adapts voice and format per platform while avoiding engagement bait and filler.