/install claude-code-batch-migration-orchestrator
Batch Migration Orchestrator
Use this skill for sweeping refactors, migrations, bulk renames, or repetitive codebase-wide edits.
Goal
Turn one large request into a safe parallel rollout with independent units, validation, and mergeable outputs.
Workflow
- Inspect the repo to find every affected area, convention, and dependency.
- Split the change into independent units by module, directory, or subsystem.
- Define an end-to-end verification recipe for each unit.
- Launch workers in parallel only when their write scopes do not overlap.
- Track completion, collect PRs or patches, and summarize failures.
Guardrails
- Do not parallelize tightly coupled work.
- Do not let workers edit the same files.
- Require each worker to validate its own unit.
- Prefer worktree or isolated branch execution when git is available.
Inputs
- Migration target
- Scope boundaries
- Verification method
- Branch/PR expectations
Source Provenance
Derived from Claude Code bundled skill logic in src/skills/bundled/batch.ts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claude-code-batch-migration-orchestrator - After installation, invoke the skill by name or use
/claude-code-batch-migration-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
What is Batch Migration Orchestrator?
Use when the user wants a large, mechanical change split into many independent units and executed in parallel with isolated workers and PRs. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Batch Migration Orchestrator?
Run "/install claude-code-batch-migration-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Batch Migration Orchestrator free?
Yes, Batch Migration Orchestrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Batch Migration Orchestrator support?
Batch Migration Orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Batch Migration Orchestrator?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.