Explore (Claude Code)
subagent:claude-code.explore
Subagentextensions/subagents/claude-code-explore.yaml·Open in Graph → {
"id": "subagent:claude-code.explore",
"_kind": "Subagent",
"_file": "extensions/subagents/claude-code-explore.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Explore (Claude Code)",
"provenance": "built-in",
"dispatchPattern": "task-tool",
"subjectId": "agent-version:claude-code@1.x",
"roleId": "role:explorer",
"systemPrompt": "Read-only codebase exploration subagent bundled with Claude Code.\nRestricted to search/read tools. Produces a structured map of\nentry points, modules, and data flows.\n",
"tools": [
"tool-descriptor:read",
"tool-descriptor:grep",
"tool-descriptor:glob"
],
"triggers": "Auto-invoked when the user asks Claude Code to \"explore\" a\ncodebase or selects the Explore subagent from `/agents`.\n",
"agentType": "explore",
"dispatchTool": "Task",
"contextIsolation": "isolated",
"parallelExecutable": true,
"returnValueShape": "text",
"toolAllowlist": [
"read",
"grep",
"glob"
],
"description": "The bundled `Explore` subagent shipped by Anthropic Claude Code.\nDocumented at\nhttps://docs.anthropic.com/en/docs/claude-code/sub-agents.\n"
},
"outgoingEdges": [
{
"from": "subagent:claude-code.explore",
"to": "role:explorer",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "subagent:claude-code.explore",
"to": "extension-interface:reflection",
"kind": "implements",
"attributes": {}
},
{
"from": "subagent:claude-code.explore",
"to": "tool-descriptor:agent",
"kind": "dispatched_via_tool",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-team:research",
"to": "subagent:claude-code.explore",
"kind": "has_member",
"attributes": {}
}
]
}