master-data

Manage social game master data using CSV files and JSON schemas.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/yumayo/MasterDataEditor --skill master-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-data
Source: https://github.com/yumayo/MasterDataEditor/tree/main/.claude/skills/master-data
Command: npx skills add https://github.com/yumayo/MasterDataEditor --skill master-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps manage master data for social games, including enemy, event, and item information, by providing tools to work with CSV data and JSON schema definitions.

Core Features & Use Cases

  • Data Management: Edit and process game master data efficiently.
  • Schema Definition: Understand and utilize JSON schemas for data structure.
  • Data Formats: Works with CSV for actual data and JSON for schema definitions.
  • Use Case: A game developer can use this skill to quickly update enemy stats in a CSV file, ensuring the data conforms to the defined JSON schema.

Quick Start

Use the master-data skill to load and validate the enemy data from 'enemies.csv' against the schema defined in 'enemy_schema.json'.

Frequently Asked Questions about master-data

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

FAQPage Schema
How do I validate game master data in CSV against a JSON schema?

To validate game master data, load your CSV file containing headers and check it against the defined JSON schema. This ensures your social game assets like enemy stats conform to the expected data structure.

What is the best way to manage social game master data for enemies, events, and items?

Managing social game master data efficiently involves using CSV files for data storage and JSON files for schema definitions. This combination allows you to structure and validate game assets like enemies and items effectively.

Do I need to understand JSON schema validation principles to manage game data?

Yes, understanding JSON schema validation principles is required. You need this knowledge to define data structures and validate your CSV game assets against the corresponding JSON schemas.

Can I update enemy stats in a CSV file and ensure they conform to a defined schema?

Yes, you can update enemy stats in a CSV file and ensure they conform to your defined schema. The skill processes the CSV data and validates it against the JSON schema to maintain data integrity.

What are the limitations of using CSV for game master data with JSON schema definitions?

Using CSV for game master data requires strict header structures to work with JSON schema validation. Complex nested data hierarchies may be difficult to represent in flat CSV files compared to native JSON formats.

How do I start editing game assets using CSV and JSON schema definitions?

To start editing game assets, prepare your CSV data with proper headers and define your JSON schema. Load the CSV file and validate it against the schema to begin efficient editing of your game assets.