create-worktrees
Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install create-worktrees --cli claudewrites the file to.claude/commands/create-worktrees.mdListed as compatible
# fetches the source and writes it to:
.claude/commands/create-worktrees.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
A community workflow/command, catalogued in awesome-claude-code. Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.
When to use it
Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.
Source
From evmts/tevm-monorepo — see the linked resource for full implementation and usage.