·session-timeout-handler
""

session-timeout-handler

jackspace/claudeskillz

使用分块策略、检查点模式、进度跟踪和恢复机制构建防超时的 Claude Code 工作流程,以处理 2 分钟的工具超时并确保可靠完成长时间运行的操作。

15安装·0热度·@jackspace

安装

$npx skills add https://github.com/jackspace/claudeskillz --skill session-timeout-handler

SKILL.md

Build resilient workflows that gracefully handle Claude Code's 2-minute timeout constraints.

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.

Instead of one long operation, break into multiple Claude Code turns:

使用分块策略、检查点模式、进度跟踪和恢复机制构建防超时的 Claude Code 工作流程,以处理 2 分钟的工具超时并确保可靠完成长时间运行的操作。 来源:jackspace/claudeskillz。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jackspace/claudeskillz --skill session-timeout-handler
分类
""沟通写作
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 session-timeout-handler?

使用分块策略、检查点模式、进度跟踪和恢复机制构建防超时的 Claude Code 工作流程,以处理 2 分钟的工具超时并确保可靠完成长时间运行的操作。 来源:jackspace/claudeskillz。

如何安装 session-timeout-handler?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jackspace/claudeskillz --skill session-timeout-handler 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/jackspace/claudeskillz