The whole hunk
from line 272, old and new numbered
/
lines
from line 272
272272
273273 * The agent's own system prompt, not the Claude Code system prompt
274274 * Full content of skills listed in the agent's `skills:` field
275 * CLAUDE.md and git status, except the built-in Explore and Plan agents [omit both](/docs/en/sub-agents#what-loads-at-startup)
275 * CLAUDE.md and git status, except the built-in Explore and Plan agents [omit both](/docs/en/sub-agents#what-loads-at-startup), and an agent whose definition sets [`omitClaudeMd`](/docs/en/sub-agents#supported-frontmatter-fields) skips the user, project, and local CLAUDE.md files
276276 * Whatever context the lead agent passes in the prompt
277277
278278 For a [fork](/docs/en/sub-agents#fork-the-current-conversation), Claude Code loads the parent's conversation so far, system prompt, and tools instead.