Git and workflow for Claude Code

12,459 mods tagged Git and workflow that install into Claude Code, measured the same four ways as everything else here: what each costs in tokens on every session, what a security scan found and why, whether it is the original, and what changed.

Also for Claude Code: anthropic · Web3 and blockchain · Python · React · TypeScript · docker · Go · Rust · Localization · nextjs · bun · PostgreSQL

git-workflow

457

lucab85/Claude-Code-Bootcamp

Skill Claude CodeCodex

Convert a working-tree diff into atomic Conventional Commits and a mergeable PR description. Output the splitter plan plus the PR body.

not rated 11 3mo ago A 30 tokens

gh-code-review

458

bkircher/skills

Skill Claude CodeCodex

Review GitHub pull requests using gh CLI and the GitHub API. Use when asked to review a PR, inspect PR changes, or choose approve/comment/request-changes.

not rated 11 1mo ago A 38 tokens original MIT

commit

459

marc0der/ralph

Skill Claude Code

Use this skill when you need to commit code changes with properly formatted commit messages that follow conventional commit standards. Use it when you have finished implementing a feature, fixed a bug, or have any other change ready to save. Produces fine-grained atomic commits with short imperative subjects and an…

not rated 11 today A 63 tokens

pkup-enchant

460

pPrecel/pkup-gen

Skill Claude CodeCodex

Enrich an existing PKUP report directory — group commits into tasks, filter out non-creative groups, and write Polish descriptions. Use when the user has already generated a PKUP report and wants to clean it up or add "Zaprojektowałem..." descriptions.

not rated 11 29d ago A 59 tokens original MIT

change-integrator

461

bodangren/git-workflow

Skill Claude Code

Use this skill after a code PR is merged to integrate approved specs, update the retrospective with learnings, and clean up branches. It now automatically summarizes the retrospective file to keep it concise. Triggers include "integrate change", "post-merge cleanup", or completing a feature implementation.

not rated 11 9mo ago A 62 tokens original MIT

github-repo-skill

462

berkeleybop/bbop-skills

Skill Claude CodeCodex

Guide for creating new GitHub repos and best practice for existing GitHub repos, applicable to both code and non-code projects.

not rated 11 5mo ago A 30 tokens

901-feature-loop

463

ajelinek/SpecFlow

Skill Claude Code

Use 901 to run one feature end-to-end through SpecFlow's full pipeline as a single git-tracked run: high-level design, happy-path specs, scenario-by-scenario test-driven build-out validated and committed per module, cleanup, an optional expanded-coverage round, and a merge back to the base branch. Every design/spec…

not rated 11 15d ago A 160 tokens

mindstone/rebel-app

Command Claude Code

Safely sync local branch with origin — fetches, merges, advances submodules, validates, and pushes everything in the right order.

not rated 11 2mo ago A 0 tokens

symphony-push

465

anantjain-xyz/symphony-rust

Skill Claude CodeCodex

Push the current branch to origin and ensure a PR exists for it (creating or updating one), with the symphony label applied. Use when the workflow says "push" or "open a PR".

not rated 11 29d ago A 46 tokens copy · 88% MIT

zapat

466

zapat-ai/zapat

Plugin Claude Code

Bundles 1 command · 0 tokens together

Autonomous dev pipeline powered by Claude Code. Label a GitHub issue, walk away, come back to a merge-ready PR.

not rated 11 6mo ago A tokens not measured original MIT

commit-intent

467

olddustysocksunderthecouch/commit-intent

Skill Claude CodeCodex

Capture the intent behind staged changes as a provenance doc in docs/intents/, extracted from the Claude Code and Cursor chats that produced the code. Use when the user asks to generate or preview an intent doc, capture commit intent, check why the pre-commit intent hook skipped or failed, or run its self-test.

not rated 11 2mo ago A 67 tokens original MIT

harny

468

lfnovo/harny

Plugin Claude Code

Bundles 6 skills, 1 agent · 414 tokens together

Claude Code skills and an orchestrator agent for declarative Harny workflows across Claude and Codex, including run analysis, PR delivery, and release management.

not rated 11 1mo ago A tokens not measured

do

469

pld/wt

Command Claude Code

Work on a GitHub issue or Shortcut story in an isolated git worktree.

not rated 11 1mo ago A 0 tokens original Apache-2.0

skills

470

yz9yt/P0G

Skill Claude CodeCodex

The Safety Skill provides the "Zero Gravity" safety net — comprehensive backup, rollback, and recovery capabilities that ensure no work is ever lost.

not rated 11 6mo ago C 0 tokens original MIT

rajavijayach/electrobun-skills

Skill Claude CodeCodex

Packaging, code signing, notarization, and distribution for Electrobun desktop applications. This skill covers building production bundles, creating installers and distributable packages, code signing for Windows and macOS, Apple notarization for Gatekeeper, auto-updater implementation, delta updates, update servers…

not rated 11 6mo ago A 201 tokens original MIT

commit

472

DavidVujic/my-eca-config

Skill Claude Code

Create a conventional commit from staged changes, with a diff-derived description body.

not rated 11 today A SkillSpector: pass 17 tokens original MIT

github-issue

473

softinio/nix-config

Skill Claude Code

Use when the user wants to start work on a GitHub issue, set up a worktree and development environment, plan the implementation, write tests, and create a PR. Triggers: "start issue", "work on #123", "pick up issue 123", "new issue", or /github-issue [ISSUE].

not rated 11 27d ago C 72 tokens original MIT

create-pr

474

magic3007/dotfiles

Command Claude Code needs its repo

Rebase from the latest origin/main, squash the commits from it, and then create a PR on github with intelligent commit messages based on staged changes. Invoke with /create-pr.

not rated 11 yesterday A 40 tokens original MIT

driving-prs-to-merge

475

skyfox675/agents-skills

Skill Claude Code

Owns the entire post-open PR lifecycle in a multi-agent GitHub repo — enabling and re-arming auto-merge, reading mergeStateStatus correctly, triaging CI failures from per-job logs, classifying transient vs real failures, resolving bot and human review threads (including the async-bot orphan trap), rescuing…

not rated 11 +1 11d ago A SkillSpector: warn 191 tokens original MIT

release-notes

476

xyiqq/skilldoctor

Skill Claude CodeCodex

Drafts concise release notes from merged pull requests and conventional commits. Use when the user asks for a changelog, release notes, or a GitHub release body.

not rated 11 27d ago A 37 tokens original MIT

bug-fix

477

nightona-co/nightona

Skill Claude CodeCodex

Reproduce a GitHub issue with a failing test, implement the minimal fix, verify tests pass, and open a pull request. Use this skill when given an issue number and a working checkout of the target repository.

not rated 11 4d ago A 47 tokens AGPL-3.0

pr-code-review

478

jaybocc2/dotfiles

Skill Claude CodeCodex

Reviews the code changes in your pull request.

not rated 11 9d ago A SkillSpector: pass 12 tokens original MIT

gh-issues

479

hongmaple0820/agent-academy

Skill Claude Code

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

not rated 11 +1 5mo ago A 116 tokens

mate-artifact-publish

480

uniqbit-ag/mate-cli

Skill Claude Code

Discover, select, and publish archived OpenSpec changes through mate artifact publish. Use when the user wants to publish, ship, or push archived artifacts and anchor each one with a dated revert tag.

not rated 11 changed today A 46 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: