# Gsdremove Workspace

> Remove a GSD workspace and clean up worktrees

- Skill: `thedixitjain/gsdremove-workspace` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/gsdremove-workspace`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/gsdremove-workspace/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/gsdremove-workspace

---


<context>
**Arguments:**
- `<workspace-name>` (required) — Name of the workspace to remove
</context>

<objective>
Remove a workspace directory after confirmation. For worktree strategy, runs `git worktree remove` for each member repo first. Refuses if any repo has uncommitted changes.
</objective>

<execution_context>
@${CLAUDE_PLUGIN_ROOT}/workflows/remove-workspace.md
@${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md
</execution_context>

<process>
Execute the remove-workspace workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/remove-workspace.md end-to-end.
</process>

---

**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/gsd/skills/remove-workspace/SKILL.md`

