Synchronizes and validates data structures across different language versions of Pokemon skill sets to ensure consistency in localized files.
This skill provides a specialized suite of tools for developers and translators working on localized Pokemon data repositories. It automates the process of comparing JSON file structures, validating key presence across language directories, and generating detailed reports on missing or mismatched entries. By facilitating structure copying and providing a diff view for specific data files—such as species, moves, and battle messages—it ensures that translation efforts maintain technical parity with the source language, preventing runtime errors caused by missing data keys in localized versions.
Características Principales
01One-way structure copying from a base language to a target language using placeholders
02Documentation verification to ensure SKILL.md sections remain consistent across versions
03Detailed sync report generation identifying missing files and structural disparities
04Integrated diff viewing for comparing specific data files like species and moves
05Automated validation of JSON key structures and file existence across language directories
063 GitHub stars
Casos de Uso
01Auditing data consistency for game-specific JSON files like learnsets, evolutions, and battle messages
02Verifying that a localized translation (e.g., English) contains all technical keys present in the source (e.g., Korean)
03Scaffolding a new language version by copying the folder structure and data schemas from an existing skill