Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ES AI DevEx avatar

Git Workflows

  • Updated March 19, 2026
  • shirhatti/cursor-repro

git-workflows is a Claude Code skill in the Git & Pull Requests category. Git workflow skills for commits, PRs, CI fixes, and merge conflict resolution

Key points

  • git-workflows
  • Git & Pull Requests
  • AI-coding skill

Git Workflows by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add shirhatti/cursor-repro
/plugin install git-workflows@ai-marketplace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedMarch 19, 2026
Repositoryshirhatti/cursor-repro

What it does

Git workflow skills for commits, PRs, CI fixes, and merge conflict resolution

README.md

AI Marketplace

A plugin marketplace that works with both Claude Code and Cursor.

How It Works

This repo uses a single canonical set of plugin files (manifests, skills, agents) that is symlinked into both the .claude-plugin/ and .cursor-plugin/ directory trees, so one plugin definition satisfies both tools without duplication.

.claude-plugin/marketplace.json          ← canonical marketplace manifest
.cursor-plugin/marketplace.json          → symlink to above

plugins/<name>/plugin.json               ← canonical plugin manifest
plugins/<name>/.claude-plugin/plugin.json → symlink to above
plugins/<name>/.cursor-plugin/plugin.json → symlink to above

plugins/<name>/skills/<skill>/SKILL.md   ← works for both (name + description in frontmatter)
plugins/<name>/agents/*.md               ← works for both (name + description in frontmatter)
plugins/<name>/rules/*.mdc               ← Cursor-only (always-on rules)

Included Plugins

Plugin Description
git-workflows Commit, PR, CI fix, and merge conflict skills

Install in Claude Code

/plugin marketplace add github:snowflake-eng/ai-marketplace
/plugin install git-workflows@ai-marketplace

Install in Cursor

Add via Settings > Cursor Tab > Marketplace, pointing to this repository.

Add a Plugin

See docs/add-a-plugin.md.

Validate

Claude Code:

claude plugin validate .

Cursor:

nix-shell -p nodejs_22 --run "npm run validate"

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.