Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitmastery:initializingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure git-flow for this repository.
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/
npx claudepluginhub jugrajsingh/skillgarden --plugin gitmasteryGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.