·populate-entity
</>

populate-entity

hopeoverture/worldbuilding-system

Scan an entity file to identify mentions of people, places, organizations, and other entities in the text. Creates missing entities using appropriate templates and adds wikilinks. Use when user wants to "populate", "fill out", "create linked entities", or "auto-generate connections" for an entity.

2Installs·0Trend·@hopeoverture

Installation

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

SKILL.md

| --dry-run | Show what would be created without making changes | false | | --auto | Skip confirmations, use best-guess entity types | false | | --limit N | Maximum number of entities to create | 20 | | --broken-only | Only fix broken wikilinks, skip plain text detection | false |

| --links-only | Only add wikilinks to existing entities, don't create new | false | | --world [name] | BULK MODE: Process all entities in the specified world | - | | --category [type] | With --world: only process entities in this category | all |

The world name is required for knowing where to save new entities.

Scan an entity file to identify mentions of people, places, organizations, and other entities in the text. Creates missing entities using appropriate templates and adds wikilinks. Use when user wants to "populate", "fill out", "create linked entities", or "auto-generate connections" for an entity. 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 populate-entity
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is populate-entity?

Scan an entity file to identify mentions of people, places, organizations, and other entities in the text. Creates missing entities using appropriate templates and adds wikilinks. Use when user wants to "populate", "fill out", "create linked entities", or "auto-generate connections" for an entity. Source: hopeoverture/worldbuilding-system.

How do I install populate-entity?

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 populate-entity 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