git-worktree
SkillAI & modelsParallel development workflow using git worktrees. Each agent gets an isolated worktree for safe concurrent work.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the git-worktree skill
What this skill tells your AI
The instructions your AI receives, as published by nwiizo/ccswarm in .agents/skills/git-worktree/SKILL.md and read by ahel’s review.
Multi-step workflow for parallel development using git worktrees.
Create Worktree
# Feature worktree
git worktree add ../ccswarm-feature-$ARGUMENTS feature/$ARGUMENTS
# Bug fix worktree
git worktree add ../ccswarm-bugfix-$ARGUMENTS hotfix/$ARGUMENTS
Agent Team Integration
With Agent Teams, each agent automatically gets isolation: worktree. For manual worktree setup:
git worktree add ../ccswarm-frontend feature/ui-redesign # Frontend agent
git worktree add ../ccswarm-backend feature/api-enhancement # Backend agent
git worktree add ../ccswarm-devops feature/ci-cd-improvement # DevOps agent
Management
git worktree list # List all worktrees
git worktree remove ../ccswarm-feature-$ARGUMENTS # Remove after merge
git worktree prune # Clean stale entries
Best Practices
- One worktree per feature/bug
- Naming:
ccswarm-<type>-<description> - Clean up after merging
- Run
git worktree pruneperiodically
Signals
- GitHub stars
- 151
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
git-worktree-nwiizo- Source
- github.com/nwiizo/ccswarm