Prompt Template
Overview
Use this skill to fetch a reusable prompt body before starting work.
Built-in templates live in assets/templates, and user overrides live in ~/.codex/prompt-templates.
Workflow
- Run
scripts/render_template.py --listto see available templates. - Run
scripts/render_template.py <name>to print the chosen template. - If a user template exists with the same name, prefer the user template over the built-in one.
- After printing the template, continue the task using the rendered prompt content.
Resources
- Script:
scripts/render_template.py - Assets:
assets/templates/