Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-update
gsd-update
GitHub用于检测并更新 GSD 至最新版本,显示变更日志。支持 --sync 同步技能、--reapply 重应用本地修改及标准更新流程。
Trigger Scenarios
用户请求更新 GSD
执行 --sync 同步多运行时技能
执行 --reapply 恢复本地定制
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


