·linkify

Automatically add [[wikilinks]] to all mentions of existing entities within a file or entire world. Scans for entity names, aliases, and partial matches, then wraps them in wikilink syntax. Use when user wants to "linkify", "auto-link", "add links to existing entities", or "wikilink this file".

2Installs·0Trend·@hopeoverture

Installation

$npx skills add https://github.com/hopeoverture/worldbuilding-system --skill linkify

SKILL.md

This skill scans an entity file and automatically wraps any mentions of existing entities in [[wikilink]] syntax. It's a focused tool that only adds links to entities that already exist—it does NOT create new entities.

| --dry-run | Show what would be linked without making changes | false | | --all-worlds | Search all worlds for entities, not just the source entity's world | false | | --case-sensitive | Require exact case matching | false | | --world [name] | BULK MODE: Process all entities in the specified world | - |

| --category [type] | With --world: only process entities in this category (Characters, Settlements, etc.) | all |

Automatically add [[wikilinks]] to all mentions of existing entities within a file or entire world. Scans for entity names, aliases, and partial matches, then wraps them in wikilink syntax. Use when user wants to "linkify", "auto-link", "add links to existing entities", or "wikilink this file". Source: hopeoverture/worldbuilding-system.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hopeoverture/worldbuilding-system --skill linkify
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is linkify?

Automatically add [[wikilinks]] to all mentions of existing entities within a file or entire world. Scans for entity names, aliases, and partial matches, then wraps them in wikilink syntax. Use when user wants to "linkify", "auto-link", "add links to existing entities", or "wikilink this file". Source: hopeoverture/worldbuilding-system.

How do I install linkify?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hopeoverture/worldbuilding-system --skill linkify Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hopeoverture/worldbuilding-system