Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-update
gsd-update
GitHub用于检测、安装 GSD 工具最新版本并展示变更日志。支持通过 --sync 同步多运行时技能,或 --reapply 在更新后重新应用本地修改,确保环境一致性与配置保留。
Trigger Scenarios
用户希望升级 GSD 到最新版本
用户需要同步多运行时的技能配置
用户在 GSD 更新后需恢复本地自定义修改
Install
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>
Version History
- 581d130 Current 2026-07-19 09:11


