Agent Skills
› AjayIrkal23/agentic-mercy-10x
› context-restore
context-restore
GitHub用于恢复此前通过 /context-save 命令保存的工作上下文,需遵循 gstack 规范。
触发场景
用户请求恢复之前保存的上下文
执行与恢复工作区状态相关的操作
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill context-restore -g -y
SKILL.md
Frontmatter
{
"name": "context-restore",
"schema": 1,
"platforms": [
"linux",
"darwin"
],
"provenance": "gstack-clone",
"description": "Restore working context saved earlier by \/context-save. (gstack)"
}
Generated pointer to the upstream gstack clone. Read and follow ~/.claude/skills/gstack/context-restore/SKILL.md.
版本历史
- 581d130 当前 2026-07-19 09:06


