Git and workflow for Claude Code

12,492 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

ghissue

1009

kBashar/myagentskills

Skill Claude CodeCodex

Use when asked to create, file, open, or raise a GitHub issue — including turning a bug report, a feature request, or a just-shipped backend change into a companion issue in another repository.

not rated 2 16d ago A 45 tokens original Apache-2.0

auto-commit

1010

X-Zero-L/agent-skills

Skill Claude CodeCodex

Analyze git status, batch commit changes by logical groups, and push to remote. No co-author or AI attribution info. Use when the user says "auto commit", "batch commit", "commit and push", or triggers /auto-commit.

not rated 2 7mo ago A 53 tokens original MIT

quatico-skills

1011

quatico-solutions/agent-skills

Plugin Claude Code

Bundles 18 skills · 1,339 tokens together

Quatico development essentials: commit conventions, PR workflows, TDD, testing, Bitbucket/Jira integration, and team standards.

not rated 2 changed 7d ago A tokens not measured original MIT

commit-plan

1012

msobczyk-x/agent-skills

Skill Claude CodeCodex

Propose how to split the current git diff into logical commits — a Conventional Commit message plus the files to stage for each — then offer to create those commits once you approve the plan. Never adds agent or co-author attribution to commit messages. Use when asked to plan commits, write a commit message, or group…

not rated 2 25d ago A 79 tokens

commit-code

1013

marmot-protocol/agent-config

Skill Claude CodeCodex

End-to-end skill for creating git commits with proper tooling and safety checks. Use when you're asked to create a commit.

not rated 2 7mo ago A 27 tokens original MIT

orchestrate

1014

znut/agent-skills

Skill Claude CodeCodex

Run repo work through subagents so the manager stays free for the user. Split work into small tasks, give each worker an isolated git worktree, and require the worker to commit, pass a fresh review, and deliver through the repo's delivery mode. Read project rules from the repo. Trigger: "orchestrate", "fan out…

not rated 2 changed yesterday A 93 tokens

git-commit-push

1015

marcos2872/agents-config

Skill Claude Code

Analisa mudanças Git (staged/unstaged), gera mensagem Conventional Commits, executa commit, push e opcionalmente cria Pull Request no GitHub. Use ao commitar, gerar mensagens, fazer push, salvar alterações ou criar PR.

not rated 2 1mo ago A 56 tokens

work

1016

jkrumm/hermes-agent

Skill Claude CodeCodex

IU work surface — Outlook calendar, Teams chats/channels + curated alerts, Jira tickets/sprint/backlog (read + create/update/comment on Johannes's behalf, always Team=Prometheus), Confluence docs, GitLab MRs + approvals + discussions. Cross-system identity via /m365/team roster. Personal assistant only, never…

not rated 2 yesterday A 71 tokens

git-pr-feedback

1017

scroogy-dev/scroogy-agent-skills

Skill Claude CodeCodex

A workflow for handling comments left by reviewers on a GitHub pull request, which is a proposed code change awaiting review. It groups comments and suggests whether each needs action, clarification, or no change.

not rated 2 3d ago A 141 tokens original Apache-2.0

github-remote

1018

osouthgate/agent-plus-skills

Plugin Claude Code

Bundles 1 skill · 118 tokens together

Read-first wrapper around the GitHub REST API — one-call PR/branch overviews (state + checks + reviews + runs), name-resolved PRs and issues, --wait on async flows, --json on lists. Zero token leakage. One write: pr comment.

not rated 2 4mo ago A tokens not measured original MIT

gh-release

1019

mir-am/skills-agents-ai-coding

Skill Claude CodeCodex

Create an annotated git tag and GitHub prerelease from the latest versioned CHANGELOG entry.

not rated 2 4mo ago A 21 tokens original MIT

issue-create

1020

JianyuLin1999/JianyuLin-agent-craft

Skill Claude CodeCodex

A GitHub Issue drafting and publishing workflow that turns a one-line idea into a structured issue after checking the codebase and asking follow-up questions.

not rated 2 1mo ago A 83 tokens

release-orchestrator

1021

DESONGs/agent-skill-Self-evolution

Skill Claude CodeCodex

Coordinate software release preparation, rollout readiness, migration notes, rollback planning, stakeholder communication, and final go/no-go release packets. Use when asked to prepare a release packet, review release readiness, or turn scattered launch notes into one reusable release workflow. Do not use for generic…

not rated 2 5mo ago A 73 tokens

bachkukkik/opencode-plan-build-orchestrator

Skill Claude CodeCodex

End-to-end 6-phase pipeline (problem -> fix+verify -> docs sync -> knowledge graph -> commit+PR -> issue triage) alternating plan and build modes. Works harness-natively (Claude Code, Hermes, opencode TUI) or delegates to opencode CLI / Claude Code CLI / Hermes delegatetask waves. Applies karpathy-guidelines…

not rated 2 1mo ago A 83 tokens original MIT

auto-commit

1023

astamvalley/claude-foundation

Skill Claude Code

A tool that examines changed code, creates a Git commit message following the repository's convention, and runs the commit. Git is the version-control system used to record code changes.

not rated 2 4mo ago A 126 tokens

pull-request-process

1024

rsenna/rs-agent-plugin

Skill Claude CodeCodex

Open a pull request the safe way and handle review comments on it. Use when creating a branch, pushing work, opening a PR, or working through bot/human review threads. Encodes branch hygiene, an explicit-refspec push that can't accidentally advance main, "open the PR but never merge — bots/maintainer review," and the…

not rated 2 changed 8d ago A 79 tokens original MIT

Muriel-Salvan/x_aeon_agents

Skill Claude CodeCodex

Addresses comments made on the GitHub Pull Request tracking changes of the current branch. What this does is read all Pull Requests comments addressed to the agent, improve or fix the code based on those comments, and reply too each one of those comments. Use this when the user is asking you to address the comments…

not rated 2 yesterday A 85 tokens original BSD-3-Clause

pr-tasklist

1026

LaStrada/claude

Plugin Claude Code

Bundles 1 skill, 1 command · 200 tokens together

GitHub PR dashboard for Claude Code. Shows PRs you authored, are assigned to, are review-requested on, plus a personal followed list. Live data via the official GitHub MCP server (preferred) or gh api graphql (fallback); auto-detects whichever is available and falls back on failure. Followed list backed by either loc.

not rated 2 2mo ago A tokens not measured original MIT

address-pr-feedback

1027

mitodl/agent-kit

Skill Claude CodeCodex

Fetch, categorize, and address GitHub pull request review feedback -- inline review comments, review threads, top-level discussion comments, and failing status checks (GitHub Actions jobs plus third-party checks like pre-commit.ci, GitGuardian, and CodeQL) -- including paginating through large or long-running PRs with…

not rated 2 2d ago A 198 tokens original BSD-3-Clause

git-commands

1028

bechtleav360/claude-plugins

Plugin Claude Code

Bundles 4 commands · 17 tokens together

Opinionated slash commands for a clean Git workflow. Each command guides Claude through inspection, confirmation, and execution.

not rated 2 4mo ago A tokens not measured

setup-isolated-env

1029

joel611/claude-plugins

Plugin Claude Code

Bundles 2 skills · 88 tokens together

Enables parallel feature development by isolating each git worktree with its own ports, database, and environment config. Provides two skills: generate-env-scripts to create project-level setup/cleanup/smoke-test scripts, and activate-worktree-env to provision and verify a new worktree's environment.

not rated 2 2mo ago A tokens not measured

tracker

1030

outputty/claude-plugin

Skill Claude CodeCodex

The exact commands your tracker uses - list and read tickets, create them with dependencies, claim and release, the board's Status moves, stacked PRs. Use whenever a task touches a ticket, the board, or a stacked PR, so nothing is guessed. This copy implements GitHub Issues with gh; a person on another tracker…

not rated 2 changed 9d ago A 77 tokens

pr-review

1031

igarcez/claude-plugins

Plugin Claude Code

Bundles 3 skills, 2 commands · 161 tokens together

AI pull-request reviews — review a GitHub PR (or your own current branch via /self-review), then plan the fixes, keep a local report, or push inline review comments (beta).

not rated 2 changed 2d ago A tokens not measured

dev-toolkit

1032

ehsavoie/claude-plugins

Plugin Claude Code

Bundles 4 skills, 6 agents · 1,018 tokens together

A curated set of skills and agents for software development workflows: code review, commit management, spec planning, and documentation migration.

not rated 2 1mo ago A tokens not measured

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: