Template Generator Skill
When asked to generate a config file or structured output, follow these steps:
- •Load the appropriate template from
templates/using theskill-resourcetool - •Fill in the template with the user's values
- •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.