npx claudepluginhub jugrajsingh/skillgarden --plugin gitmasteryThis skill is limited to using the following tools:
```text
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.
/gitmastery:feature # Prompts for name
/gitmastery:feature user-auth # Direct name
git branch --show-current
git status --short
git checkout develop
git pull origin develop
git flow feature start <name>
<ticket>-<short-description>
Examples:
PROJ-123-user-authenticationfix-memory-leakadd-export-featureYou're now on feature/<name>. Use:
/gitmastery:commit to commit changes/gitmastery:finish when complete