# Template Generator

> Generate files from templates. Use this when asked to create a config file or generate structured output.

- Skill: `olaservo/template-generator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add olaservo/template-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/olaservo/template-generator/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: olaservo (https://skillmd.com/u/olaservo)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/olaservo/template-generator

---


# 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.

