am-will / codex-subagent
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/codex-subagent && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2550" && unzip -o skill.zip -d .claude/skills/codex-subagent && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/codex-subagent/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Spawn Codex subagents via background shell to offload context-heavy work. Use for: deep research (3+ searches), codebase exploration (8+ files), multi-step workflows, exploratory tasks, long-running operations, documentation generation, or any other task where the intermediate steps will use large numbers of tokens.
0 views
0 installs