Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-resume-work
gsd-resume-work
GitHub用于从上一会话无缝恢复工作,通过加载状态文件或重建上下文、检测检查点及未完成工作,呈现当前状态并路由至下一步行动。
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


