Agent Skills
› davepoon/buildwithclaude
› gsd:remove-workspace
gsd:remove-workspace
GitHub用于删除指定的GSD工作区并清理相关的工作树。执行前会确认,若采用worktree策略则先移除各成员仓库,且拒绝存在未提交更改的仓库。
Trigger Scenarios
用户要求删除或移除某个GSD工作区
需要清理不再使用的工作区目录
Install
npx skills add davepoon/buildwithclaude --skill gsd:remove-workspace -g -y
SKILL.md
Frontmatter
{
"name": "gsd:remove-workspace",
"description": "Remove a GSD workspace and clean up worktrees",
"allowed-tools": [
"Bash",
"Read",
"AskUserQuestion"
],
"argument-hint": "<workspace-name>"
}
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/remove-workspace.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:14


