This repository contains the Codex imagegen skill for generating and editing raster images, including helper scripts and reference docs.
Copy this directory into your Codex skills directory:
Copy-Item -Recurse . "$env:USERPROFILE\.codex\skills\imagegen"Then restart Codex so it can discover the skill.
SKILL.md: skill instructions and usage rules.scripts/: CLI and local image post-processing helpers.references/: prompting, CLI, API, and network reference docs.assets/: skill icon assets.
Apache-2.0. See LICENSE.txt.