From dotnet-helpers
Kill orphaned VBCSCompiler and MSBuild processes to reclaim memory. Use when builds are slow, memory is high, or after a heavy build wave.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dotnet-helpers:cleanupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Kill orphaned .NET compiler processes using the `cleanup` MCP tool and report what was reclaimed.
Kill orphaned .NET compiler processes using the cleanup MCP tool and report what was reclaimed.
Call the cleanup MCP tool with no additional parameters:
cleanup{}Wait for the result.
Present the output clearly:
Suggest running cleanup proactively in these situations:
dotnet build invocation can leave a VBCSCompiler daemon running if not already running.Running cleanup is always safe — if no orphans exist, it exits cleanly with nothing to do.
npx claudepluginhub nige-l/claude-dotnet-helpers --plugin dotnet-helpersFinds stale and resource-hungry processes, scores waste, and presents cleanup report. Activates on RAM queries or slow machine, or proactively when noticing sluggishness.
Recursively cleans bin/obj folders in .NET solutions/projects, optionally NuGet cache/artifacts. Supports dry-run, project targeting.
Diagnosing slow builds or incremental failures. Binary logs, parallel builds, restore.