What is codex-subagents?
Spawn background subagents for parallel or long-running tasks. Use when you need research threads, context isolation, or detached execution. Source: obra/external-subagents.
Spawn background subagents for parallel or long-running tasks. Use when you need research threads, context isolation, or detached execution.
Quickly install codex-subagents AI skill to your development environment via command line
Source: obra/external-subagents.
codex-subagent offloads work to background threads so your main context stays lean. Threads run detached by default; use wait/peek to check results.
| Parallel research tasks | Multiple threads run simultaneously | | Context would bloat | Research stays in separate thread | | Long-running work | Detached execution, check later |
Don't use for: Quick inline questions, tightly-coupled work needing your current state.
Spawn background subagents for parallel or long-running tasks. Use when you need research threads, context isolation, or detached execution. Source: obra/external-subagents.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/obra/external-subagents --skill codex-subagentsSpawn background subagents for parallel or long-running tasks. Use when you need research threads, context isolation, or detached execution. Source: obra/external-subagents.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/obra/external-subagents --skill codex-subagents Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/obra/external-subagents