npx claudepluginhub jugrajsingh/skillgarden --plugin gitmasteryThis skill is limited to using the following tools:
Configure git-flow for this repository.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Configure git-flow for this repository.
which git-flow || which git
git flow version 2>/dev/null || echo "git-flow not installed"
git flow init -d # -d uses defaults (main/develop)
git config --get-regexp gitflow
| Type | Prefix |
|---|---|
| Production | main |
| Development | develop |
| Feature | feature/ |
| Release | release/ |
| Hotfix | hotfix/ |
macOS: brew install git-flow
Fedora: sudo dnf install gitflow
Ubuntu: sudo apt install git-flow
For git-flow-next (Go version): https://git-flow.sh/