iiRecord
Agentic AI Atlas · Claude Auto Retry
tool:claude-auto-retrya5c.ai
II.
Tool JSON

tool:claude-auto-retry

Structured · live

Claude Auto Retry json

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

File · domain/tools/tools-agent-skills.yamlCluster · domain
Record JSON
{
  "id": "tool:claude-auto-retry",
  "_kind": "Tool",
  "_file": "domain/tools/tools-agent-skills.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Claude Auto Retry",
    "homepageUrl": "https://github.com/saoudrizwan/claude-auto-retry",
    "kind": "other",
    "description": "Automatically retries Claude Code sessions when rate limits or\ntransient errors occur. Wraps the Claude Code CLI with exponential\nbackoff, session state preservation, and configurable retry policies.\nEliminates the need for manual re-invocation after rate-limit pauses,\nkeeping long-running agent workflows moving without human babysitting.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:claude-auto-retry",
      "to": "skill-area:operations-automation",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:claude-auto-retry",
      "to": "topic:agent-session-management",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:claude-auto-retry",
      "to": "orch-primitive:retry-with-backoff",
      "kind": "relates_to_topic",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}