What problem does it solve?
This Skill ensures that all extracted lore data is formatted into a clean, consistent, and export-compatible JSON structure, preventing errors and facilitating integration with other systems like the Lore GUI.
Core Features & Use Cases
- Valid JSON Output: Guarantees that the output is parseable JSON without syntax errors.
- Standardized Schema: Enforces a predefined structure for entity collections, ensuring uniformity across different extraction skills.
- Consistent IDs and Field Names: Maintains consistency in entity identifiers and uses exact domain field names for clarity and interoperability.
- Use Case: After multiple AI agents extract different pieces of lore, this skill standardizes their output into a single, unified JSON file that can be directly imported into a game development tool.
Quick Start
Use the json-formatter skill to ensure the output adheres to the specified JSON schema and naming conventions.