
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-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 19, 2026 |
|---|---|
| Repository | shirhatti/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"