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


