Thrunt remove workspace
Threat hunting command system for agentic IDEs
npx -y skills add backbay-labs/thrunt-god --skill thrunt-remove-workspaceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Remove a THRUNT workspace and clean up worktrees
SKILL.md
0.7 KB, as published. Nobody here has run it
<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>