data-generator

Generate CSV-ready game content datasets from approved design briefs.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/voidreader/band-of-mercenaries --skill data-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-generator
Source: https://github.com/voidreader/band-of-mercenaries/tree/main/.agents/skills/data-generator
Command: npx skills add https://github.com/voidreader/band-of-mercenaries --skill data-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns approved design and balance briefs into large, consistent content datasets without hand-writing every row, reducing repetitive production work and avoiding duplicate or conflicting entries.

Core Features & Use Cases

  • Bulk content generation: Produces CSV-ready game data such as faction quests, items, essences, elite monsters, chain quests, region transforms, quest narratives, and travel choice content.
  • Validation and safety checks: Verifies schema fields, foreign keys, naming rules, value ranges, and duplicate prevention before anything is written to Supabase.
  • Controlled database writeback: Generates a CSV and review notes first, then inserts approved rows into Supabase only after explicit user confirmation.
  • Use case: Use it when a content designer and balance designer have finalized a batch of game content and you need many rows generated in the project’s Korean fantasy tone.

Quick Start

Ask the skill to generate the requested content type from the approved brief and count, then review the CSV output before approving any Supabase insert.

Frequently Asked Questions about data-generator

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

FAQPage Schema
How do I bulk-generate game content data for a Supabase database?

Bulk-generate game content data by submitting approved design and balance briefs to produce CSV-ready datasets for quests, items, and monsters, which are then inserted into Supabase after explicit user review and approval.

What is the process for validating foreign keys and schemas before writing game data to Supabase?

Schema validation and foreign-key checks are automatically applied before any database writes, verifying field types, naming rules, value ranges, and duplicate prevention to ensure only consistent rows are exported as CSV and approved for Supabase insertion.

Can I generate CSV files for game quests and items without automatically writing to my database?

Yes, the generation process creates a CSV file and review notes first, requiring explicit user confirmation before any rows are inserted into the Supabase database to prevent uncontrolled content writes.

Does this bulk data generation approach work for Korean fantasy game narratives and travel events?

Yes, it generates content specifically in a Korean fantasy tone, supporting production workflows for narratives, travel choice events, region transforms, and elite monsters based on approved design and balance briefs.

How to avoid duplicate entries when bulk generating items and monsters for games?

Duplicate avoidance is enforced through strict validation checks during content generation, verifying naming rules and existing foreign keys before outputting the finalized CSV dataset for user approval.

When should I not use automated bulk generation for game content production?

You should not use automated bulk generation when your design and balance briefs are not yet finalized, as the tool requires approved source material to maintain schema consistency and avoid generating conflicting game entries.