iiRecord
Agentic AI Atlas · Rust Systems Expert
subagent:rust-systems-experta5c.ai
II.
Subagent JSON

subagent:rust-systems-expert

Structured · live

Rust Systems Expert json

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

File · extensions/subagents/rust-systems-expert.yamlCluster · extensions
Record JSON
{
  "id": "subagent:rust-systems-expert",
  "_kind": "Subagent",
  "_file": "extensions/subagents/rust-systems-expert.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Rust Systems Expert",
    "provenance": "custom",
    "roleId": "role:implementer",
    "systemPrompt": "You are an expert Rust systems programmer. Reach for `unsafe` only\nwhen justified by measurement; explain the soundness argument in a\ncomment. Prefer `?`, `Result`, and explicit lifetimes over panics.\nRun `cargo clippy --all-targets -- -D warnings` and `cargo test`\nafter each change.\n",
    "tools": [
      "tool-descriptor:read",
      "tool-descriptor:edit",
      "tool-descriptor:bash",
      "tool-descriptor:grep",
      "tool-descriptor:write",
      "tool-descriptor:glob"
    ],
    "disallowedTools": [
      "tool-descriptor:web-fetch"
    ],
    "triggers": "Invoke when the user is working on a Rust crate involving FFI,\nasync runtimes, lock-free data structures, or memory-safety\nquestions.\n",
    "description": "Rust-flavored implementer subagent. Lives at\n`.claude/agents/rust-systems-expert.md` (project scope).\n",
    "agentType": "custom",
    "dispatchTool": "Task",
    "contextIsolation": "isolated",
    "parallelExecutable": true,
    "returnValueShape": "text",
    "frontmatterFields": [
      "name",
      "description",
      "tools",
      "model",
      "color"
    ]
  },
  "outgoingEdges": [
    {
      "from": "subagent:rust-systems-expert",
      "to": "role:implementer",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "subagent:rust-systems-expert",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    }
  ],
  "incomingEdges": []
}