Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-resume-work
gsd-resume-work
GitHub从上次会话无缝恢复工作,通过加载或重建STATE.md、检测检查点和未完成任务,完整还原项目上下文并路由至下一步操作。
Trigger Scenarios
用户希望继续之前的中断工作
需要恢复项目上下文以继续开发
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-resume-work -g -y
SKILL.md
Frontmatter
{
"name": "gsd-resume-work",
"description": "Resume work from previous session with full context restoration",
"allowed-tools": [
"Read",
"Bash",
"Write",
"AskUserQuestion",
"SlashCommand"
]
}
Routes to the resume-project workflow which handles:
- STATE.md loading (or reconstruction if missing)
- Checkpoint detection (.continue-here files)
- Incomplete work detection (PLAN without SUMMARY)
- Status presentation
- Context-aware next action routing
<execution_context> @$HOME/.claude/get-shit-done/workflows/resume-project.md </execution_context>
Version History
- 581d130 Current 2026-07-19 09:10


