DevClean
Bash cleanup tool for development environments. Its useful shape is four modes: safe orphan cleanup, explicit deep cleanup, optimize mode, and disk cleanup.
ImL1s/devclean targets development-machine leaks rather than repo-local build
artifacts alone. Its default mode looks for orphaned background processes
(PPID=1) matching known development-tool patterns, including MCP servers,
frontend dev servers, Flutter/Dart/FVM, adb logs, Claude task monitors, and
helper agents. Source: GitHub README, 2026-06-26
The repo also exposes three broader modes: --deep for heavy daemons such as
Gradle, Kotlin LSP, Flutter daemons, FVM, iOS simulators, Logi Options+, and
Ruby/Fastlane; --optimize for IDE crash reporter settings, Crashpad dumps, and
background agents; and --disk for Xcode, Gradle, CocoaPods, Flutter, npm, AI
tool caches, and project build folders. Source: GitHub README, 2026-06-26
Kevin's local Browser Testing Skills skill borrows this command shape but
keeps stricter agent defaults: dry-run unless --apply is passed, process
ledger first, and no generic Crashpad-handler killing because that catches normal
Codex/Cursor/Chrome helpers on macOS.
Agent Broom is the portable package form of that local agent-safe cleanup stack. It keeps DevClean's useful mode split while adding the process ledger and agent memory hook.
Timeline
- 2026-06-30 | Linked Agent Broom as the portable package that carries DevClean-shaped cleanup plus Kevin's process ledger and agent skill hook. Source: Kevin-Liu-01/agent-broom commit
1bab484c38a3061826cbb93cec591c5d786a48db - 2026-06-26 | Used as the reference shape for expanding Kevin's agent hygiene script from repo-local tracking/audit/cache cleanup into safe orphan, deep daemon, optimize, and disk modes. Source: User, 2026-06-26