II.
Tool JSON
Structured · livetool:claude-auto-retry
Claude Auto Retry json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}