Flow Next Worktree Kit
Automates Git workflow transitions between worktrees, streamlining development across multiple project branches.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add flow-next-worktree-kit npx -- -y @trustedskills/flow-next-worktree-kit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"flow-next-worktree-kit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/flow-next-worktree-kit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The flow-next-worktree-kit skill provides tools for managing and interacting with Git worktrees. It enables the creation, switching, and listing of worktrees from within an AI agent's workflow. This allows agents to efficiently manage multiple branches or repositories without constantly checking out and back into main projects.
When to use it
- Branch Isolation: When an agent needs to experiment with a feature branch or bug fix in isolation from the primary codebase.
- Parallel Development: For tasks requiring simultaneous work on different parts of a project, such as integrating external libraries or developing plugins.
- Repository Exploration: When an agent needs to quickly explore and test code within multiple repositories without impacting the main working directory.
Key capabilities
- Create new Git worktrees.
- Switch between existing worktrees.
- List available worktrees.
Example prompts
- "Create a worktree named 'experiment' from branch 'feature-x'."
- "Switch to the worktree called 'bugfix-123'."
- "List all my current Git worktrees."
Tips & gotchas
This skill requires a working Git environment and assumes familiarity with basic Git concepts. Ensure your AI agent has appropriate permissions to access and modify the Git repository.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.