# unknown - Author: Phil Bennett - Repository: BennettPhil/skill-a-configuration-file-translator-that-converts - Version: 20260208202045 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/BennettPhil/skill-a-configuration-file-translator-that-converts - Web: https://mule.run/skillshub/@@BennettPhil/skill-a-configuration-file-translator-that-converts~unknown:20260208202045 --- --- name: a-configuration-file-translator-that-converts description: A configuration file translator that converts between common config formats: JSON, YAML, TOML, INI, and env... version: 0.1.0 license: Apache-2.0 --- # Purpose Implement the idea: A configuration file translator that converts between common config formats: JSON, YAML, TOML, INI, and environment files (.env). Preserve comments where the target format supports them. # Context Handle nested structures, arrays, and type coercion between formats. Warn on lossy conversions. # Builder Influence Use a concise, validation-first workflow derived from the selected builder guidance: --- name: pragmatic-builder-v2-v2 description: Evolved builder using reference_swap mutation version: 0.1.0 license: Apache-2.0 --- # Workflow 1. Clarify assumptions and constraints before implementation. 2. Produce a concrete implementation plan tied to the requested output. 3. Build the solution incrementally and verify each major step. 4. Add usage instructions and edge-case handling notes. 5. Validate outputs and report limitations explicitly. # Validation Checklist - Output files match the task and are runnable. - Input validation and error handling are explicit. - Instructions include test or verification steps. - Any unsafe or illegal request is redirected to a safe alternative.