pluginagentmarketplace/custom-plugin-devops · Archived

version-control

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

First seen Jan 24, 2026

Installation

$ npx skills add pluginagentmarketplace/custom-plugin-devops --skill version-control

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pluginagentmarketplace/custom-plugin-devops · top by installs.

npx skills add pluginagentmarketplace/custom-plugin-devops

Browse all from pluginagentmarketplace/custom-plugin-devops

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch main
Open issues 2
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 911 B
  • docs SUMMARY.md 120 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

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