Session Timeout Handler Build resilient workflows that gracefully handle Claude Code's 2-minute timeout constraints. Overview Claude Code has a 120-second (2-minute) default tool timeout. This skill provides proven patterns for building workflows that work within this constraint while accomplishing complex, long-running tasks through intelligent chunking, checkpoints, and resumability. When to Use Use this skill when: - Processing 50+ items in a loop - Running commands that take 60 seconds - Downloading multiple large files - Performing bulk API calls - Processing large datasets - Running dat…