codex-subagents

Installation
SKILL.md

Codex Subagents

Overview

codex-subagent offloads work to background threads so your main context stays lean. Threads run detached by default; use wait/peek to check results.

Critical rules:

  1. You cannot send to a running thread. Always wait before sending follow-ups.
  2. Use --permissions read-only or --permissions workspace-write (not workspace-read)

For detailed workflow documentation, see reference/workflow.md.

When to Use

Situation Why subagents help
Parallel research tasks Multiple threads run simultaneously
Context would bloat Research stays in separate thread
Long-running work Detached execution, check later
Installs
56
GitHub Stars
21
First Seen
Feb 8, 2026