batch-migration

Installation
SKILL.md

Batch Migration

Recipes for large-scale code changes that touch tens or hundreds of files. Each recipe distributes work across agents, handles conflicts, and verifies changes after each batch.

How /batch Works

/batch <recipe> [options]        # Run a batch migration
/batch cjs-to-esm --dry-run     # Preview changes without writing
/batch status                    # Check running batch progress
/batch rollback                  # Revert last batch (via git)

Architecture

Installs
3
First Seen
Apr 1, 2026
batch-migration — kevinzai/cc-commander