一键导入
writing-subagents
Use when creating new subagents, editing existing subagents, or verifying subagents work before deployment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating new subagents, editing existing subagents, or verifying subagents work before deployment
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when choosing, editing, or overriding EvE driver settings for codex_smoke, codex_max, or interactive/debug runs.
Use when an Eve agent is behaving wrong (stuck, gaming the score, bad reasoning) and you need to read its own rollout to find out why
Use when implementing a sanity check subagent for the phase 2 optimization in Eve loop.
Use when implementing a subagent.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
| name | writing-subagents |
| description | Use when creating new subagents, editing existing subagents, or verifying subagents work before deployment |
Put subagent files in guidance/agents/codex/. We have linked .codex/agents/ to this folder, so they can be loaded automatically.
guidance/
agents/
codex/
subagent-name.toml
Write TOML files with at least:
name = "subagent-name"
description = "Use when [specific triggering conditions and expected output]"
developer_instructions = '''
# Subagent title
Task-specific instructions here.
'''
Reference docs if deeper format details are needed:
https://developers.openai.com/codex/subagents