rm-cleanup

Runs coordinated cleanup of specified resources and performs verification of removed objects.

Updated Nov 11, 2023
One-click install
npx skills add https://github.com/michaelvolz/redmuffin.Blazor.StaticWeb --skill rm-cleanup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rm-cleanup
Source: https://github.com/michaelvolz/redmuffin.Blazor.StaticWeb/tree/main/.opencode/skills/rm-cleanup
Command: npx skills add https://github.com/michaelvolz/redmuffin.Blazor.StaticWeb --skill rm-cleanup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the developer workspace tidy by closing agent-owned Brave browsers, stopping unmanaged dotnet processes, and deleting leftover artifacts without verbose chatter.

Core Features & Use Cases

  • Parallel Teammates: Spawns a temporary rm-cleanup team that runs browser, server, and filesystem cleanup agents simultaneously for speed.
  • Silent Reporting: Emits output only on warnings or errors so the cleanup remains low-noise while still surfacing issues.
  • Background Verification: Runs a verification agent that waits until the cleanup completes and snapshots the relevant processes to ensure no agent-owned dotnet or MCP-owned Brave processes remain.
  • Use Case: Run this workflow after intense test cycles to reclaim compute resources and keep the Blazor development environment responsive.

Quick Start

Ask rm-cleanup to close Brave, stop unmanaged dotnet processes, and remove stray artifacts in one coordinated run.

Frequently Asked Questions about rm-cleanup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up orphaned dotnet processes after running Blazor tests on Windows?

To clean up orphaned dotnet processes after Blazor tests, you can use a parallel cleanup workflow that stops unmanaged dotnet instances and deletes stray artifacts, keeping your Windows development environment responsive and free of leftover background tooling.

Why does Visual Studio leave stray Brave browsers and dotnet processes after intense testing?

Visual Studio and background tooling can leave stray Brave browsers and dotnet processes after intense testing because orphaned instances are not always terminated properly. A coordinated cleanup process targets these agent-owned processes to reclaim compute resources.

Does silent process cleanup report warnings when closing dotnet and Brave instances?

Silent process cleanup reports warnings by emitting output only when errors or warnings occur. A background verification agent snapshots relevant processes after cleanup completes to ensure no agent-owned dotnet or Brave processes remain.

What is the best way to reclaim compute resources in a Windows Blazor development environment?

The best way to reclaim compute resources in a Windows Blazor environment is running a coordinated parallel cleanup that clears agent-owned browsers, stops unmanaged dotnet processes, and deletes stray artifacts while a background verification agent confirms completion.

When should I run a dotnet and browser cleanup workflow during my development cycle?

You should run a dotnet and browser cleanup workflow after intense test cycles to reclaim compute resources, remove orphaned processes left by Visual Studio, and keep your Blazor development workspace quiet and responsive.