Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-cleanup
gsd-cleanup
GitHub该技能用于归档已完成里程碑的阶段性目录,将积累在.planning/phases/中的历史数据整理至指定版本目录中,保持工作区整洁。
触发场景
.planning/phases/ 目录中积累了来自过去里程碑的目录
需要清理或归档已完成的阶段性文件
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-cleanup -g -y
SKILL.md
Frontmatter
{
"name": "gsd-cleanup",
"description": "Archive accumulated phase directories from completed milestones",
"allowed-tools": [
"Read",
"Write",
"Bash",
"AskUserQuestion"
]
}
Use when .planning/phases/ has accumulated directories from past milestones.
<execution_context> @$HOME/.claude/get-shit-done/workflows/cleanup.md </execution_context>
版本历史
- 581d130 当前 2026-07-19 09:08


