codex-cli-delegate

Installation
SKILL.md

Codex CLI Delegate

Use Codex CLI as a secondary worker for another local agent. The orchestrating agent remains responsible for reviewing Codex output before acting on it.

Install

npx skills add DevBD1/skills --skill codex-cli-delegate

Default Rules

  • Prefer bounded non-interactive delegation through codex exec.
  • Default to read-only mode: codex --ask-for-approval never exec --sandbox read-only.
  • Resolve the wrapper relative to the installed skill directory, then run scripts/codex_delegate.py.
  • Do not use or pass through Codex's dangerous approval and sandbox bypass flag.
  • Do not treat Codex output as source of truth. Verify claims against files, commands, docs, or tests.
  • Do not let Codex make changes unless the user explicitly asks for implementation delegation.
  • For implementation delegation, require an isolated worktree and exact scope, allowed files, expected output, and validation commands in the prompt.
Installs
3
Repository
devbd1/skills
GitHub Stars
15
First Seen
May 28, 2026
codex-cli-delegate — devbd1/skills