Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-update
gsd-update
GitHub用于检测、安装 GSD 工具更新并展示变更日志。支持同步多运行时技能及重新应用本地修改,确保版本一致性与配置保留。
触发场景
检查 GSD 新版本
执行 GSD 升级
同步多运行时技能
重新应用本地补丁
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-update -g -y
SKILL.md
Frontmatter
{
"name": "gsd-update",
"description": "Update GSD to latest version with changelog display",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep",
"AskUserQuestion"
],
"argument-hint": "[--sync | --reapply]"
}
Routes to the update workflow which handles:
- Version detection (local vs global installation)
- npm version checking
- Changelog fetching and display
- User confirmation with clean install warning
- Update execution and cache clearing
- Restart reminder
<execution_context> @$HOME/.claude/get-shit-done/workflows/update.md </execution_context>
<execution_context_extended> @$HOME/.claude/get-shit-done/workflows/sync-skills.md @$HOME/.claude/get-shit-done/workflows/reapply-patches.md </execution_context_extended>
版本历史
- 581d130 当前 2026-07-19 09:11


