skill-icon-workflow
Installation
SKILL.md
Skill Icon Workflow
Use this skill for the icon-specific part of Codex skill creation or maintenance. If the task also involves creating or updating the skill itself, use this alongside skill-creator.
Workflow
- Read references/icon-workflow.md before creating or wiring icon assets.
- Keep the design source and
icon_smallas SVG. - Export
icon_largeas a 100x100 PNG derived from the SVG. - Save both files under the target skill's
assets/directory and wire them inagents/openai.yaml. - If the user needs new icon artwork rather than a file conversion, also use
imagegenfor concept generation, then produce the final SVG and PNG pair using the conventions in the reference. - If
agents/openai.yamlalready exists, limit changes to the icon fields unless the broader task requires more metadata updates.
Guardrails
- Use a full-bleed background so the icon does not render with an inset border.
- Prefer simple, legible shapes over fine detail that will disappear at small sizes.
- Keep paths in
agents/openai.yamlrelative to that file. - If the large icon renders as a gray box or loses gradients, check the troubleshooting notes in
references/icon-workflow.md.