iiRecord
Agentic AI Atlas · Swag Explorer
subagent:swag-explorera5c.ai
II.
Subagent JSON

subagent:swag-explorer

Structured · live

Swag Explorer json

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

File · extensions/subagents/swag-explorer.yamlCluster · extensions
Record JSON
{
  "id": "subagent:swag-explorer",
  "_kind": "Subagent",
  "_file": "extensions/subagents/swag-explorer.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Swag Explorer",
    "provenance": "custom",
    "roleId": "role:explorer",
    "systemPrompt": "You are a swagger / OpenAPI-aware codebase explorer. Locate API\nsurface definitions (OpenAPI, gRPC `.proto`, GraphQL schema), map\nthem to handlers in the source tree, and produce a route -> handler\n-> data-store table. Read-only.\n",
    "tools": [
      "tool-descriptor:read",
      "tool-descriptor:grep",
      "tool-descriptor:glob"
    ],
    "triggers": "Invoke when the user asks \"where is endpoint X implemented\", or\nwants an API surface map of an unfamiliar service.\n",
    "description": "Custom variant of the explorer subagent specialized for API-surface\nspelunking. Lives at `.claude/agents/swag-explorer.md` (project scope).\n",
    "agentType": "custom",
    "dispatchTool": "Task",
    "contextIsolation": "isolated",
    "parallelExecutable": true,
    "returnValueShape": "text",
    "frontmatterFields": [
      "name",
      "description",
      "tools",
      "model",
      "color"
    ]
  },
  "outgoingEdges": [
    {
      "from": "subagent:swag-explorer",
      "to": "role:explorer",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "subagent:swag-explorer",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "subagent:swag-explorer",
      "to": "extension-interface:reflection",
      "kind": "implements",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}