VladAIManager

Parallel Cleanup — Development skill for Claude Code

Development community

Parallel cleanup review and refinement of recent changes (deslop + verbosity scouts).

How to install Parallel Cleanup

Installs to ~/.claude/skills/vladaimanager-atomic-cc-parallel-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vladaimanager-atomic-cc-parallel-cleanup && curl -fsSL https://raw.githubusercontent.com/VladAIManager/atomic-cc/HEAD/commands/parallel-cleanup.md -o ~/.claude/skills/vladaimanager-atomic-cc-parallel-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Parallel Cleanup does


description: Parallel cleanup review and refinement of recent changes (deslop + verbosity scouts) argument-hint: [scope or focus; add "autofix" to auto-apply fixes]

Goal

Run a fresh-context cleanup pass over the current work: two scouts identify concrete slop and verbosity issues, then synthesize which fixes are worth doing now. In authorized autofix mode, one writer applies that list.

Additional scope or focus from the slash command invocation:

$ARGUMENTS

Constraints and tool

Alternatives in Development

  • Epic Review — Mark epic review requested, approved, or changes requested 243.5k ★
  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • System Cache Cleanup — Clean temporary files and caches to free disk space: $ARGUMENTS 23.4k ★

Full documentation available on GitHub

View Source Repository