git-worktree-manager

Automate Git worktree creation, discovery, and cleanup across iOS, Android, and Firebase projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DoubleNode/homebrew-dev-team --skill git-worktree-manager-doublenode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-worktree-manager
Source: https://github.com/DoubleNode/homebrew-dev-team/tree/main/share/skills/git-worktree
Command: npx skills add https://github.com/DoubleNode/homebrew-dev-team --skill git-worktree-manager-doublenode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git worktrees are great for parallel development but managing them across multiple repositories and terminals is error-prone and tedious. This skill automates creation, discovery, and cleanup of worktrees for iOS, Android, and Firebase projects, enabling safe, scalable parallel workflows.

Core Features & Use Cases

  • Context-aware worktree creation (feature, hotfix, refactor, release, test) across iOS/Android/Firebase
  • Cross-project discovery and status tracking, with path resolution and branch visibility
  • Safe removal with validation, optional backups, and pruning of stale references
  • Cross-terminal coordination and project auto-detection for smooth multi-project work

Quick Start

Navigate to a project root and run a create worktree command for your chosen context.

Frequently Asked Questions about git-worktree-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage git worktrees across multiple projects without losing data?

Managing git worktrees across iOS, Android, and Firebase projects is automated with context-aware creation, discovery, and safe cleanup. The process includes robust safety checks and optional backups to prevent data loss during parallel development.

Can I use git worktrees for parallel development on iOS and Android simultaneously?

Git worktrees support parallel development across iOS and Android through project auto-detection and cross-terminal coordination. You can create context-specific worktrees for features or hotfixes while tracking status and resolving paths across multiple repositories.

What is the best way to clean up stale git worktrees safely?

Cleaning up stale git worktrees safely involves validation checks and optional backups before removal. The automated process prunes stale references and ensures cross-project dependencies are resolved to prevent data loss during parallel workflow cleanup.

How do I track the status of git worktrees across different terminals?

Tracking git worktree status across terminals uses cross-project discovery to provide path resolution and branch visibility. This coordination enables smooth multi-project workflows by auto-detecting project roots and displaying clear navigation prompts.

Does git worktree management support different branch types like hotfix and release?

Git worktree management supports context-aware creation for various branch types including features, hotfixes, refactors, releases, and tests. This enables safe, scalable parallel workflows tailored to specific development contexts across iOS, Android, and Firebase projects.