Skip to content

feat: add batch migration skill (#380)#8194

Open
rewasa wants to merge 1 commit into
NousResearch:mainfrom
rewasa:feat/batch-migration-skill
Open

feat: add batch migration skill (#380)#8194
rewasa wants to merge 1 commit into
NousResearch:mainfrom
rewasa:feat/batch-migration-skill

Conversation

@rewasa

@rewasa rewasa commented Apr 12, 2026

Copy link
Copy Markdown

Resolves #380.

This adds a native batch-migration skill that orchestrates large-scale parallel code migrations using isolated git worktrees. It runs background hermes processes for 5-30 independent work units, ensuring total isolation and high throughput.

This provides the capability described in #380 (inspired by Claude Code's /batch).

  • Defines 3-phase workflow (Plan -> Spawn -> Track)
  • Uses git worktree add for per-worker isolation
  • Spawns hermes -q background agents via terminal tool
  • Tracks progress and PR creation

…ents the batch migration orchestrator skill proposed in NousResearch#380.\nUses git worktree isolation and background hermes processes to parallelize\nlarge-scale migrations across the codebase.
@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) labels Apr 28, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Likely duplicate of #13693 — both add a batch-migration skill targeting issue #380.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Batch Migration Skill — Parallel Code Migration Orchestration with Git Worktree Isolation (inspired by Claude Code /batch)

2 participants