Claude-skill-registry cross-linking
Guidance for finding and adding bidirectional wikilinks when creating or updating content in the knowledge base. Use when user creates new content or wants to improve discoverability by adding links to related pages. Helps maintain the interconnected graph structure.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cross-linking" ~/.claude/skills/majiayu000-claude-skill-registry-cross-linking && rm -rf "$T"
manifest:
skills/data/cross-linking/SKILL.mdsource content
Cross-Linking
Maintain bidirectional links for discoverability and graph navigation.
What to Link
Always Link
| Content Type | Link To | Example |
|---|---|---|
| People | Person profile | not "Alice" |
| Projects | Project README | |
| Tasks | Task file | |
| Meetings | Meeting note | |
| Tools/Tech | Research entry | , |
On First Mention
Link concepts, tools, and references on their first appearance in a document.
Link Syntax
Basic Wikilink
[[Page Name]]
With Display Text
[[Page-Name|Display Text]] [[Team/Alice-Smith|Alice]]
With Relative Path
[[../Team/Alice-Smith|Alice Smith]] [[../../04-Knowledge/AI-Ecosystem/Zep|Zep]]
Finding Related Content
By Topic
Search for related pages in the same category:
- AI tools →
04-Knowledge/AI-Ecosystem/ - Projects →
03-Projects/ - Team →
01-Team/
By Tag
Find pages with similar tags:
#project/agi-assistant #topic/ai #team/member
By Existing Links
Check what the page already links to, then find related pages that should also be linked.
Linking Checklist
When creating/editing content:
- People mentioned? → Link to profiles in
01-Team/ - Projects referenced? → Link to project READMEs
- Tasks discussed? → Link to task files
- Tools/tech mentioned? → Link to AI-Ecosystem entries
- Related knowledge? → Link to relevant research pages
- Meetings referenced? → Link to meeting notes
Bidirectional Linking
Obsidian automatically creates backlinks, but for better navigation:
- Link from new page to existing related content
- Consider updating related pages to link back (for important connections)
Common Link Targets
Team
- Link to team member profiles in
Database/People/
Projects
- Link to project documentation in
orProjects/Database/Projects/
AI Ecosystem Categories
[[Agent-Frameworks]][[LLM-Providers]][[Developer-Tools]][[MCP-Ecosystem]][[Vector-Databases]]
Example
Before:
Alice is working on the authentication integration for our web app project.
After:
[[Alice Smith]] is working on the [[OAuth]] integration for our [[Web App]] project.