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

github

626

YASSERRMD/clawforge

Skill Claude CodeCodex

GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available)…

not rated 5 3mo ago A 101 tokens copy · 88% MIT

gh-pr-changelog

627

james-prodopen/emcmd

Command Claude Code

Generate changelog for recent PRs merged into main (args: owner/repo days author). Arguments: $ARGUMENTS.

not rated 5 9mo ago A 0 tokens original MIT

tour

628

a9a4k/tour

Skill Claude Code

Tour is a local code-walkthrough CLI for AI agents. After finishing a task, the agent leaves line-anchored comments on a pinned git diff (a guided traversal) that a human steps through in a TUI or webapp. Activates when the user asks to "review this branch", "review this PR", "walk me through this diff", "leave…

not rated 5 2mo ago A 167 tokens original MIT

pr-review

629

desikai-lab/Marrow

Skill Claude CodeCodex

Use when opening, reviewing, or merging a pull request. Covers pre-PR checks (linting, tests, branch naming), PR description requirements, and post-merge cleanup. Not for code review commentary or architecture decisions — use the relevant role guidelines for those.

not rated 5 2d ago A 59 tokens original MIT

tk

630

radutopala/ticket

Skill Claude CodeCodex

Git-backed ticket management for AI agents.

not rated 5 4mo ago A 9 tokens original MIT

change-review

631

lupingluke-ai/general-ai-spec

Skill Claude CodeCodex

Interactive AI skill (Claude Code or Codex) for reviewing dispatch-completed changes. Uses branch-centric review, performs hard checks and three-dimension Verify before merge, then publishes specs/archive/backlog updates through a recoverable governance PR. Use when dispatch runner has completed task groups (status…

not rated 5 1mo ago A 67 tokens original MIT

task

632

ivanviragine/wade

Skill Claude CodeCodex

Create one or more tasks via wade task create — for a single bug/feature OR a full plan/PRD breakdown. This is the STANDALONE task-creation workflow, used whenever the user directly asks to create a task/issue outside a wade plan session. Assesses scope, proposes a single- or multi-issue breakdown with reasoning, gets…

not rated 5 changed 8d ago A 133 tokens

project-showcase

633

ayushxx7/project-showcase-skill

Skill Claude CodeCodex

Automate the creation of high-quality project showcases: UI captures, security scans, repo health audits, README injection, GitHub releases, and social media launches.

not rated 5 4mo ago A 36 tokens original MIT

ti-create-release

634

tidev/skills

Skill Claude CodeCodex

Use when publishing a new GitHub release of a Titanium native module — covers researching the repo's historical release tag / name / notes convention, rebuilding the module from the merged default branch, and uploading the produced .zip per platform. Triggers include "create a release", "cut a release", "tag a…

not rated 5 3mo ago A 88 tokens

OutlineDriven/odin-gemini-cli-extension

Skill Claude Code

Install a Claude-Code PreToolUse hook that blocks destructive git commands (push variants including force-push, hard reset, force clean, branch -D, checkout/restore overwrites) before Bash runs them. Use when the user wants git safety rails, force-push prevention, or repository-wipe protection.

not rated 5 2mo ago B 71 tokens original Apache-2.0

git

636

cblecker/claude-plugins

Plugin Claude Code

Bundles 1 hook

Dynamic git instructions via SessionStart hook with mainline detection, conventional commits, fork handling, and safety guardrails.

not rated 5 changed 8d ago A tokens not measured original Apache-2.0

code-interview

637

Paranoid49/skills

Skill Claude CodeCodex

A project-history documentation generator that examines Git commits, project documents, and source code to explain how a codebase changed over time.

not rated 5 6mo ago A 126 tokens original MIT

implement-plan.eval

639

davistroy/claude-marketplace

Command Claude Code

Executes an IMPLEMENTATIONPLAN.md using orchestrated subagents. Each work item is implemented, tested, and committed by a dedicated subagent. Good behavior: items are implemented in order, status markers are updated, tests pass, and a PR is created at the end.

not rated 5 5d ago A 0 tokens original MIT

github

640

luke-kerwin/claude-code-setup

MCP server Claude CodeCodexCursor +2

GitHub's hosted MCP server: lets the agent search code, read and create issues and pull requests. Remote server at api.githubcopilot.com.

not rated 5 5mo ago A tokens not measured

feature

641

fivol/claude-make-better

Plugin Claude Code

Bundles 5 skills, 2 commands, 2 agents · 824 tokens together

Give every task its own isolated working copy — git worktree per repo, optional unique port, detached dev servers, pretty .localhost URLs and a live admin dashboard — then ship it through a review gate into a PR and merge it. Four composable skills (workspace, ship, pr-feedback, merge) plus an impartial review gate, a.

not rated 5 1mo ago A tokens not measured original MIT

github-buddy

642

fltman/claude-code-github-hubby

Skill Claude CodeCodex

Nybörjarvänlig GitHub-hjälp som förklarar allt utan teknisk jargong. TRIGGA DENNA SKILL när: Användaren nämner git, github, commit, push, pull, branch, merge Användaren verkar osäker på versionshantering Användaren frågar "hur sparar jag", "hur delar jag", "hur backar jag" Användaren vill "starta ett projekt", "bygga…

not rated 5 2mo ago A 185 tokens

multi-repo-dev

643

Yonsun-w/multi-repo-dev

Skill Claude CodeCodex

A workflow for developing one requirement across multiple Git repositories, which are separate code projects. It creates a shared workspace containing the requirement, implementation plan, and selected project copies.

not rated 5 5mo ago C 55 tokens original MIT

changelog

644

schpet/toolbox

Plugin Claude Code

Bundles 1 skill · 46 tokens together

Manage project changelogs following the Keep a Changelog format.

not rated 5 3mo ago A tokens not measured

git-recon

645

Smirnov-Labs/claude-skills

Skill Claude CodeCodex

Use when the user wants a git-history health check of an unfamiliar or inherited repository — triggers on "git recon", "codebase health check", "analyze this repo's history", "where are the landmines", or onboarding/due-diligence framing. Do NOT use for architecture review, bug-fixing, or feature work; this skill…

not rated 5 2mo ago A 99 tokens original MIT

jxin-coding

646

Jxin-Cai/jxin-skills

Plugin Claude Code

Bundles 3 skills, 3 commands · 294 tokens together

Development toolkit: Git commit review, branch guard, worktree management, code critic, and notification hooks.

not rated 5 1mo ago A tokens not measured original Apache-2.0

pr-description

647

juandarn/pr-description-skill

Skill Claude CodeCodex

ALWAYS USE THIS SKILL when creating or updating a pull request. Automatically generates a well-structured PR description by analyzing all commits in the branch. Activates for "create PR", "pull request", "open PR", "update PR description".

not rated 5 2mo ago A 53 tokens original MIT

jj-workflow

648

kalupa/jj-workflow

Plugin Claude Code

Bundles 1 skill, 6 commands, 3 hooks · 112 tokens together

Teaches Claude Code to use jujutsu (jj) instead of git for version control. Provides hooks to intercept git commands, slash commands for committing and workspace management, and background knowledge about jj concepts.

not rated 5 3mo 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: