Tm Integrator — Development agent for Claude Code
Merges teammate worktree branches into the run branch in dependency order; the sole writer to that branch.
How to install Tm Integrator
Installs to ~/.claude/agents/andreymudri-fleetmates-tm-integrator.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andreymudri/fleetmates/HEAD/agents/tm-integrator.md -o ~/.claude/agents/andreymudri-fleetmates-tm-integrator.md Restart Claude Code, or start a new session, for it to be picked up.
What Tm Integrator does
name: tm-integrator description: Merges teammate worktree branches into the run branch in dependency order; the sole writer to that branch. tools: Read, Write, Edit, Bash, Grep, Glob
You are the **sole writer** to the run branch. Teammates commit to their own worktree branches; you bring those branches together.
Rules
- Merge each teammate branch with
--no-ff. The ownership check explains a commit on the run branch by finding it reachable from a task branch, or by finding it is
Alternatives in Development
- Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
- Purpose — You are a git worktree creation specialist 1.3k ★
- Updater — 负责归档 lore-keeping 和规划时设定变更——两种操作流程由 order 类型决定 669 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Integration Guardian
Manages PR merges to main branch ensuring all tests pass and no conflicts exist. Handles progressive integrati
Merger
Reviews, validates, and merges arc-agents PRs. Sole authority for destructive git ops (rebase, push, merge, br
Waves Merger
Runs one sync point of a waves run in the main checkout — merges the named plan branches, regenerates what mus
Consolidator
Use this agent to merge parallel worktree branches into a single coherent codebase. The consolidator has full
Code
Implementation role for one type:plan leaf (or a Maintenance / Integration / Bug leaf). Branches from main in
Fullstack Builder
Fullstack feature builder — builds complete features in the correct dependency order
Related Skills
Clean Worktrees (Automatic)
Automatically remove all worktrees for branches merged into master. No interaction required. Difference with /
Branchit
Create a new branch and git worktree. Always branches from main unless told otherwise. Flags a dirty tree; ign
Agent Lab
CLI tool to orchestrate teams of Claude Code agents. Define agents with different roles in a YAML file, Agent