# template-generator > Generate files from templates. Use this when asked to create a config file or generate structured output. - Author: olaservo - Repository: olaservo/skill-jack-mcp - Version: 20260202202924 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/olaservo/skill-jack-mcp - Web: https://mule.run/skillshub/@@olaservo/skill-jack-mcp~template-generator:20260202202924 --- --- name: template-generator description: Generate files from templates. Use this when asked to create a config file or generate structured output. --- # Template Generator Skill When asked to generate a config file or structured output, follow these steps: 1. Load the appropriate template from `templates/` using the `skill-resource` tool 2. Fill in the template with the user's values 3. Return the completed output ## Available Templates - `templates/config.json` - JSON configuration file template ## Important You MUST load the template using `skill-resource` before generating output. Do not generate from memory. The template contains a marker `SKILLJACK_TEMPLATE_LOADED` that must appear in your output to confirm the template was used.