Agent Plugins Marketplace
All plugins

git-workflow

v0.6.4

Git workflow discipline: isolated worktrees for feature work, a structured finish protocol for development branches (verify, present options, merge/PR/park, clean up), and review-exchange rigor — what to include when requesting review, and technical verification before implementing received feedback. Ships a PreToolUse guard that refuses any commit, merge, tag or PR carrying a Co-Authored-By: Claude trailer or a Generated-with-Claude-Code line. Includes /git-workflow:finish.

Claude Code2 Skills

By Ivan-WG1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install git-workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install git-workflow-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/galaykos/cc-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/git-workflow/.

Plugin files

plugins/git-workflow/
├── .claude-plugin/plugin.json
├── skills/branch-completion/SKILL.md
└── skills/worktree-isolation/SKILL.md

Included Skills2

branch-completionskills/branch-completion/SKILL.md

Use when implementation on a development branch is finished and the work needs a destination — full-suite verification gate, then merge / PR / keep / discard as explicit evidence-backed choices, executed end to end with no zombie branches.

worktree-isolationskills/worktree-isolation/SKILL.md

Use when feature work needs isolation from the current workspace — one worktree per branch, deps and baseline suite BEFORE any change, lifecycle ending at removal; also when a worktree is not worth the setup.

Plugin manifests1

plugins/git-workflow/.claude-plugin/plugin.json
{
  "name": "git-workflow",
  "version": "0.6.4",
  "description": "Git workflow discipline: isolated worktrees for feature work, a structured finish protocol for development branches (verify, present options, merge/PR/park, clean up), and review-exchange rigor — what to include when requesting review, and technical verification before implementing received feedback. Ships a PreToolUse guard that refuses any commit, merge, tag or PR carrying a Co-Authored-By: Claude trailer or a Generated-with-Claude-Code line. Includes /git-workflow:finish.",
  "author": {
    "name": "Ivan-WG",
    "email": "[email protected]"
  },
  "keywords": [
    "git",
    "process"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[git-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/git-workflow-2)