install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-remove-workspace" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-remove-workspace && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-remove-workspace/SKILL.mdsource content
<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> @.github/thrunt-god/workflows/remove-workspace.md @.github/thrunt-god/references/ui-brand.md </execution_context>
<process> Execute the remove-workspace workflow from @.github/thrunt-god/workflows/remove-workspace.md end-to-end. </process>