Wiki Linking banner
bradduy bradduy

Wiki Linking

Documentation community

Description

--- name: wiki-linking description: Skill for creating and maintaining cross-links between wiki pages to build a connected knowledge graph type: flexible --- # Wiki Linking Skill Cross-links are what turn a collection of files into a wiki. This skill governs how to create, maintain, and audit links between pages. ## Link format Always use relative markdown links: ```markdown [Display Text](../directory/filename.md) ``` Examples: - From a topic page to a concept: `[Attention Mechanism](../co

Installation

Installs to ~/.claude/skills/bradduy-wiki-knowledge-compiler-wiki-linking/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bradduy-wiki-knowledge-compiler-wiki-linking && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/skills/wiki-linking.md -o ~/.claude/skills/bradduy-wiki-knowledge-compiler-wiki-linking/SKILL.md

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

Full documentation available on GitHub

View Source Repository