with one click
clean-dotnet
Kill zombie dotnet processes and clean build artifacts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Kill zombie dotnet processes and clean build artifacts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes
| name | clean-dotnet |
| description | Kill zombie dotnet processes and clean build artifacts |
| disable-model-invocation | true |
Kill stale/zombie dotnet processes that can cause builds and tests to hang. Also optionally cleans build artifacts.
Usage: /clean-dotnet
Warning: This kills ALL running dotnet processes. Only use when builds or tests are hanging.
ps aux | grep '[d]otnet'pkill -f dotnetps aux | grep '[d]otnet'