🎯

version-control

🎯Skill

from pluginagentmarketplace/custom-plugin-devops

VibeIndex|
What it does

Manages Git version control workflows, branching strategies, and collaborative development practices across GitHub and GitLab platforms.

πŸ“¦

Part of

pluginagentmarketplace/custom-plugin-devops(17 items)

version-control

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add pluginagentmarketplace/custom-plugin-devops
Install PluginInstall plugin from marketplace
/plugin install devops-automation-plugin@pluginagentmarketplace-devops
git cloneClone repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-devops.git
Claude CodeAdd plugin in Claude Code
/plugin load .
πŸ“– Extracted from docs: pluginagentmarketplace/custom-plugin-devops
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Git version control, branching strategies, GitHub/GitLab workflows, and collaborative development

Overview

# Version Control Skill

MANDATORY

  • Git fundamentals (init, clone, commit, push, pull)
  • Branching strategies (GitFlow, trunk-based, feature branches)
  • GitHub/GitLab workflows and collaboration
  • Pull/Merge request best practices
  • Conflict resolution techniques

OPTIONAL

  • Git hooks and automation
  • Signed commits and GPG
  • Monorepo vs polyrepo strategies
  • Git LFS for large files
  • Advanced rebasing and cherry-picking

ADVANCED

  • Custom Git workflows for enterprise
  • Migration between VCS platforms
  • Git internals and plumbing commands
  • Submodules and subtrees
  • Git performance optimization

Assets

  • See assets/git-workflow.yaml for branching strategy templates