Git and workflow for Claude Code

12,308 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 · Localization · Rust · nextjs · bun · PostgreSQL

optimiziramsi-skills

913

optimiziramsi/skills

Plugin Claude Code

Bundles 25 skills, 25 commands, 9 agents, 2 hooks · 4,323 tokens together

optimiziramsi's Claude Code toolkit as ONE plugin, organized topic-first — one folder per concern (git, commit, reporting, session, review, repo, instructions, flow, patterns, worktree, setup), each owning its own skills/commands/agents/hooks. Opinionated concerns carry env kill-switches; guards self-gate on project…

not rated 2 23d ago A tokens not measured original MIT

pm-autofix-pr

914

pmatos/skills

Skill Claude Code

This skill should be used when the user asks to "autofix pr", "fix pr locally", "fix ci failures", "fix review comments", "iterate on pr", "fix failing checks", "fix pr comments", "make ci green", "fix the build", "address reviewer feedback", or wants to iteratively fix CI failures and review comments on a GitHub PR…

not rated 2 changed 2d ago A 88 tokens original MIT

upstream-cherry-pick

915

lifeinchords/claude-code-skills

Skill Claude Code

Share reusable agentic patterns from project repos back into an upstream template, safely. WHEN TO PROPOSE: (1) After pushing commits touching high-signal paths, (2) Sprint/milestone review, (3) When agentic tooling is created. Classify commits as: YES (portable), MAYBE (needs changes/judgment—offer to fix), or NO…

not rated 2 4mo ago A 132 tokens original MIT

self-improve

916

sskarz/nanoclawbster

Skill Claude CodeCodex

Write features, fix bugs, and create PRs for the NanoClawbster codebase. Works in an isolated dev workspace, pushes via Composio (CI validates on GitHub Actions), and deploys after user approval.

not rated 2 1mo ago A 50 tokens original MIT

git-branch-cleanup

917

fang2hou/skills

Skill Claude CodeCodex

Cleans up local Git worktrees and branches whose work is provably absorbed elsewhere, deleting each risk group only after its own confirmation. Use after merging pull requests or after parallel agent worktree sessions.

not rated 2 2d ago A 46 tokens original MIT

loachbot-github-issue

918

RobLoach/skills

Skill Claude CodeCodex

Autonomous GitHub Issue Fixer agent called LoachBot. Picks the single most-recently-updated GitHub issue created by and assigned to you, implements a fix in a Pull Request, then unassigns the issue. Use when the user wants to work through issues assigned to them, or asks to "run LoachBot Issues", including repeated…

not rated 2 changed 4d ago A 99 tokens Zlib

pr-fix-loop

919

TBSten/skills

Skill Claude CodeCodex

Manage multiple GitHub Pull Requests in parallel. In a single loop pass, for every PR: check CI status, auto-classify each failing check (transient infra / lint / binary-compat / build / test) and delegate to the matching fix-ci- skill, then handle unresolved review comments end to end (fetch → fix → commit → push →…

not rated 2 4d ago A 208 tokens

loopit

920

Jewgah/claude-code-skills

Skill Claude Code

Drive a task queue (loop-tasks.md) to completion in ANY repo — detect the repo's own rules, then for each task plan → /review-plan → implement → verify → /review → fix all findings → commit → push → client doc → mark done. Autonomous between tasks; pauses only for genuine product decisions.

not rated 2 1mo ago A 68 tokens original MIT

review-branch

921

alehlopeh/claude-skills

Skill Claude CodeCodex

Deep review of all changes on the current branch using scaled finder agents with deduplication, falsification, and intent verification.

not rated 2 5mo ago A 29 tokens

pr

922

SaharCarmel/Sahar-claude-code-marketplace

Skill Claude CodeCodex

This skill should be used when the user asks to "create a PR", "open a pull request", "submit my changes", "push and create PR", "finalize my work", "/pr", or wants to commit, validate, and push their current branch as a pull request. Handles the full workflow: commit all changes, run quality gates with best-effort…

not rated 2 4mo ago A 125 tokens

code-review

923

r0r1/claude_code_config

Command Claude Code

Command "code-review" from r0r1/claude_code_config, covering review github pr with linear issue specification, arguments provided, prerequisites check, step 1: extract github repository and pr information and step 2: fetch linear issue details.

not rated 2 9mo ago A 0 tokens

done

924

fotoflo/claude-skills

Skill Claude Code

Wrap up a coding session — update docs, lint, then commit. Use when the user says "done", "wrap up", or "finish".

not rated 2 2mo ago A 32 tokens

commit

925

eddiesmo/second-brain-demo

Skill Claude Code

Commit current changes to git with concise messages. Use whenever the user says "commit", "save changes", or asks to commit their work.

not rated 2 6mo ago A 30 tokens

gh-stack

926

adrienlupo/Claude-code-config

Skill Claude CodeCodex

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

not rated 2 10d ago A 65 tokens

lin-shui/silk_v2

Skill Claude CodeCodex

Use in this repository after local edits when an agent is asked to commit, push, open or update a PR, or prepare a submit handoff. Enforces Silk-specific docs sync, validation reporting, and commit/PR title naming.

not rated 2 14d ago A 53 tokens

github

929

zarldev/claude

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 2 7mo ago A tokens not measured

forkmesh

930

forkmesh/forkmesh

MCP server Claude CodeCodexCursor +2

MCP server "forkmesh" as configured in forkmesh/forkmesh. Runs tools/forkmesh_mcp_server.py with python3.

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

merge-dependabot

931

DJRHails/dotfiles

Command Claude Code

@source https://github.com/trailofbits/claude-code-config @description Evaluate and merge dependabot PRs with parallel builds, dependency-aware batching, and transitive dep analysis. @arguments $REPO: GitHub org/repo (e.g., trailofbits/algo). $OPTIONS: Optional flags — "--skip-config-audit" skips Phase 0 (use in batch…

not rated 2 2d ago A 0 tokens original MIT

goal

932

askwigconsulting/cohort

Command Claude Code

Drive a GitHub issue to a draft PR — build, then an independent judge verifies each criterion (max 3 rounds).

not rated 2 1mo ago A 27 tokens original MIT

publish-copy

933

wake-engineering/ai-plugin

Cursor rule Claude CodeCursor

Publish-copy rule. Defines inclusion (spec-derived paths to copy) and exclusion (internal tooling to never copy). The /publish-copy command MUST read this rule and copy only inclusion paths.

not rated 2 4mo ago A 37 tokens original MIT

change

934

Aleksacom/claude-code-orchestration-agents

Command Claude Code

Entry point for any change request. Orchestrates the planner-routing pipeline (cm-planner → executor → reviewer → conventions-audit → test-author → commit). Use for any work that touches code or docs.

not rated 2 4mo ago A 42 tokens original MIT

git-commit-workflow

935

AnthonyPoschen/agent-skills

Skill Claude CodeCodex

Prepare or create Git commits for the user. Use whenever the user asks to commit changes, split work into commits, write commit messages, stage files, or clean up a dirty worktree before committing, and after each completed phase of a sequenced coding or refactoring workflow. Creates descriptive commit messages…

not rated 2 changed 2d ago A 84 tokens original MIT

retro

936

drewdrewthis/claude-skills

Skill Claude Code

Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas.

not rated 2 4mo ago A 40 tokens

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: