world-builder

Create and validate CRPG worldmap data in .worldmap.json format.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cautiouskurns/Game-Template --skill world-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: world-builder
Source: https://github.com/cautiouskurns/Game-Template/tree/main/.claude/skills/world-builder
Command: npx skills add https://github.com/cautiouskurns/Game-Template --skill world-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables game designers to author, validate, and export structured worldmap data for CRPG engines. It automates the creation of location definitions, routes, regions, and travel events into standardized .worldmap.json files, reducing manual data entry and inconsistencies.

Core Features & Use Cases

  • Worldmap data generation: Create data/world/*.worldmap.json files with defined locations, routes, regions, terrain, and interior layouts.
  • Structured data modeling: Enforce a consistent schema (worldmap_schema.json) for locations, routes, regions, and travel events.
  • Digitized/Reference workflows: Add locations from digitized terrain maps or reference images while preserving existing geography, or build maps from scratch using structured inputs.

Quick Start

Use the world-builder skill to generate a new worldmap for the CRPG Engine by providing a basic list of locations and connections or by importing a digitized map and reference image.

Frequently Asked Questions about world-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate structured worldmap data for a CRPG engine?

To generate structured worldmap data, you define locations, routes, regions, and travel events into a standardized .worldmap.json format. This skill automates that data entry and validates it against the worldmap_schema.json file.

Can I create CRPG worldmap locations from an existing terrain map image?

Yes, you can create CRPG worldmap locations from digitized terrain maps or reference images. The workflow preserves existing geography while adding new structured inputs, or you can build the map entirely from scratch.

What is the .worldmap.json format used for in CRPG world-building?

The .worldmap.json format is a standardized file structure used to define CRPG locations, routes, regions, terrain, and interior layouts. It enforces consistent data modeling by validating against the worldmap_schema.json schema.

How do I add interior layouts and travel events to a CRPG worldmap?

You add interior layouts and travel events by defining them within the structured .worldmap.json data. This skill models these elements alongside locations and routes, ensuring they comply with the required worldmap_schema.json validation.

Do I need specific dependencies or scripts to build a CRPG worldmap from scratch?

No dependencies are required to build a CRPG worldmap from scratch. You can start with a basic list of locations and connections or use optional resources like scripts, references, and assets as needed.

Why does my CRPG worldmap data fail schema validation?

CRPG worldmap data fails schema validation if locations, routes, regions, or travel events do not match the structure defined in worldmap_schema.json. This skill enforces this schema to prevent manual data entry inconsistencies and export errors.