Help us improve
Share bugs, ideas, or general feedback.
From git
Provides Git workflow best practices for commits, rebasing, conflict resolution, and branch management. Delegates to git:commit-handler, git:conflict-resolver, and git:rebaser agents. Useful for git operations.
npx claudepluginhub motlin/claude-code-plugins --plugin gitHow this skill is triggered — by the user, by Claude, or both
Slash command
/git:git-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides guidelines for git operations including commits, conflict resolution, and branch management.
Provides Git workflow patterns including branching strategies, commit conventions, merge vs rebase, and conflict resolution for teams of all sizes.
Guides Git branching strategies (GitHub Flow, trunk-based, GitFlow), commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices.
Guides Git workflows with branching strategies (GitHub Flow, Git Flow), conventional commit messages, branch naming, PR templates, and operations like rebase. Use for Git ops, commits, branches, team workflows.
Share bugs, ideas, or general feedback.
This skill provides guidelines for git operations including commits, conflict resolution, and branch management.
ALWAYS delegate to the git:commit-handler agent for all commit operations. Never run git commit directly.
ALWAYS delegate to the git:conflict-resolver agent to resolve any git merge or rebase conflicts.
ALWAYS delegate to the git:rebaser agent to rebase the current branch on upstream.