From antigravity-awesome-skills
Plans and executes large refactors by splitting scope into dependency-aware work packets, running parallel analysis, and coordinating sub-agents for safe, high-throughput code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:orchestrate-batch-refactorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to run high-throughput refactors safely.
Use this skill to run high-throughput refactors safely. Analyze scope in parallel, synthesize a single plan, then execute independent work packets with sub-agents.
explorer sub-agents in parallel to analyze each lane.worker per independent packet.Every packet must include:
Use references/work-packet-template.md for the exact shape.
references/agent-prompt-templates.md.Run in this order:
Prefer fast feedback loops, but never skip required behavior checks.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-localization-international-growth8plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 8 plugins
Plans and executes large refactors across files or subsystems using parallel analysis, dependency-aware work packets, and sub-agents. For medium-to-large scope changes needing safe partitioning.
Decomposes large-scale changes into independent units and spawns parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and changes touching 10+ files.
Orchestrates a multi-step refactoring pipeline: analyzes code quality, plans improvements, optionally writes tests, implements changes, and reviews results. Routes simple refactors to a lighter workflow.