campaign-creator

Generate a campaign JSON linking worldmaps, NPCs, quests, chapters, and endings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps game teams quickly assemble coherent campaigns by tying together worldmaps, characters, quests, and endings into a single, testable data file.

Core Features & Use Cases

  • Create a skeleton campaign JSON that references world content and establishes starting conditions.
  • Support an iterative MINIMAL → UPDATE → FINALIZE workflow to build campaigns incrementally.
  • Facilitate D&D/tabletop imports and turn existing material into playable campaigns.

Quick Start

Use the Campaign Creator in MINIMAL mode to generate a skeleton campaign and begin testing in-game.

Frequently Asked Questions about campaign-creator

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

FAQPage Schema
How do I assemble an RPG campaign from existing worldbuilding content?▼

You assemble an RPG campaign by generating a single campaign JSON that ties together your worldbuilding content, worldmaps, and progression into one cohesive, testable data file.

Can I import my D&D tabletop material into a structured campaign JSON?▼

Yes, you can import D&D tabletop material to turn existing worldbuilding content into a playable, structured campaign JSON file.

What is the MINIMAL to FINALIZE workflow for building RPG campaigns?▼

The workflow is an iterative process: start in MINIMAL mode to generate a skeleton campaign, use UPDATE to add content incrementally, and FINALIZE to complete the campaign JSON file.

Does the campaign creator support organizing worldmaps, chapters, and endings?▼

Yes, the creator guides content creation across worldmaps, NPCs, quests, chapters, and endings, referencing them all within a single campaign JSON file.

What format does the campaign creator output for game testing?▼

It outputs a structured campaign JSON file located at data/campaigns/[campaign_id].json, which establishes starting conditions for in-game testing.