codex-utils

Installation
SKILL.md

Codex Utils

Use these built-ins when they materially improve accuracy, safety, or speed. Prefer the lightest tool that resolves the need.

Coordination Utilities

  • Use functions.update_plan for non-trivial multi-step work. Keep one step in_progress and mark completed steps as you advance.
  • Use functions.request_user_input before risky edits or when a decision cannot be inferred safely. Ask 1-3 short multiple-choice questions, put the recommended option first, and keep options mutually exclusive.
  • Use functions.view_image to inspect a local image from disk when visual details matter. Pass an absolute path. Use detail: original only when high-fidelity inspection is necessary.

Web + Internet

Installs
9
GitHub Stars
5
First Seen
May 27, 2026
codex-utils — bjornmelin/dev-skills