iiRecord
Agentic AI Atlas · Explore (Claude Code)
subagent:claude-code.explorea5c.ai
II.
Subagent JSON

subagent:claude-code.explore

Structured · live

Explore (Claude Code) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/subagents/claude-code-explore.yamlCluster · extensions
Record JSON
{
  "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": "agentVersion:claude:ge-0-0-0",
    "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": {}
    }
  ]
}