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


