Git and workflow for Codex

7,078 mods tagged Git and workflow that install into Codex, 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 Codex: anthropic · Web3 and blockchain · Python · React · TypeScript · openai · android · docker · Go · Localization · bun · nextjs

git-merge

529

MithunWijayasiri/dotclaude

Skill Claude CodeCodex

Merge one branch (usually master) into the current branch while preserving local unstaged changes, resolving conflicts by understanding both sides, and catching silent semantic conflicts with the repo's own checks. Trigger on explicit /git-merge, or when the user asks to merge a branch/master into their current branch…

not rated 2 today A 76 tokens original MIT

opensource

530

herakles-dev/opensource-pipeline

Skill Claude CodeCodex

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'.

not rated 2 1mo ago A 54 tokens copy · 86% MIT

codex-claude-handoff

531

chentao326/codex-claude-handoff

Skill Codex

A file-based handoff process between Codex and Claude Code. It moves work through six phases—specification, planning, building, review, polishing, and committing—using signal files to show which phase is current.

not rated 2 3mo ago A 125 tokens copy · 100% MIT

commit-like-pro

533

jeffrey2423/commit-like-pro

Skill Claude CodeCodex

Review pending git changes and create senior-quality commits. Groups unrelated changes into separate logical commits, writes Conventional Commits messages that explain the why, and executes them — all on a tight token budget. Use when the user says "commit", "commit my changes", "commit like a pro", "ship this", or…

not rated 2 1mo ago A 75 tokens original MIT

zoehis-git-ops

534

zyx379/zoehis_workflow

Skill Claude CodeCodex

ZOEHIS Git delivery: commit, push, merge to release branches, cherry-pick, create tags. Use when committing code to master, pushing to remote, merging from master to release-1.166/1.168 branches, cherry-picking specific commits, tagging releases, or handling system parameter (jsonl) separate commits. Also manages the…

not rated 2 2mo ago A 166 tokens original MIT

create-mr

535

encoreshao/encore-skills

Skill Claude CodeCodex

Create a GitLab Merge Request — clear title, high-level summary of what was changed and why, explicit confirmation the issue is resolved.

not rated 2 23d ago A 30 tokens original MIT

repo-memory-workflow

536

luckyangf/repo-memory-workflow

Skill Claude CodeCodex

Guides users through repo-memory-workflow setup, task splitting, checkpointed AI development, and codex exec relay loops. Use when the project has AGENTS.md and .ai/TASK.md, or when the user says install this, initialize test, run a loop test, loop stuck, Round 1 starting, init, setup, Missing runloop, continue task…

not rated 2 4mo ago A 110 tokens

review-with-copilot

537

smaglio81/ai-tools-organizer

Skill Claude CodeCodex

A loop for continuously reviewing the Copilot comments on a pull request until all comments are resolved by implementation or explanation.

not rated 2 3mo ago A 29 tokens

changelog-formatting

538

mattppal/shipping-szn

Skill Claude CodeCodex needs its repo

Format changelog content according to Replit's changelog template structure. Use when converting raw changelog content into properly structured documentation with correct frontmatter, sections, and media formatting.

not rated 2 7mo ago A 41 tokens original MIT

git-commit-helper

539

ghostship25/Skilllint

Skill Claude CodeCodex

Writes clear, conventional-commit-style commit messages from staged git diffs, and can split unrelated changes into separate commits.

not rated 2 26d ago A 29 tokens original MIT

git-commit

540

jackieyyang/skills

Skill Claude CodeCodex

Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message.

not rated 2 3mo ago A 31 tokens original MIT

jj-megamerge

541

bitbloxhub/skills

Skill Claude CodeCodex

Use this skill for Jujutsu megamerge workflows: maintaining one octopus merge over multiple independent work branches, staging new stacks, absorbing WIP into existing commits, restacking onto trunk, and publishing only individual branches.

not rated 2 2mo ago A 51 tokens

commit-pr-generator

542

tyeom/skills

Skill Claude CodeCodex

A read-only tool that examines changes in a Git worktree, the folder containing a repository and its current edits, then drafts a commit message and a pull request (PR) title and description. If there are no current edits, it uses recent commits instead.

not rated 2 2mo ago A 138 tokens

publish-skill

543

skilld-dev/skills

Skill Codex

Prepare, validate, package, and publish portable Agent Skills through GitHub or npm. WHEN: "publish a skill", "publish SKILL.md", "ship a skill", "release an agent skill", "make this skill installable", "add a skill to my package".

not rated 2 1mo ago A 60 tokens original MIT

code-storage

544

ipruning/skills

Skill Claude CodeCodex

Agent skill for interacting with code.storage, a managed Git infrastructure layer. Provides repository creation, branching, commits, file access, diffs, search, notes, GitHub sync, ephemeral branches, and forking through a RESTful HTTP API authenticated with customer-signed JWTs. Every repo operation scoped per-JWT.

not rated 2 14d ago A 67 tokens

changelog

545

rediche/skills

Skill Claude CodeCodex

Generate a concise, user-facing changelog from meaningful changes in the current repository and branch. Use when the user asks for a changelog, release notes, recent changes, or a summary of work over a date range or contributor scope.

not rated 2 22d ago A 50 tokens original MIT

gcmg

546

yashraj-n/skills

Skill Claude CodeCodex

Generates conventional Git commit messages from staged or unstaged code changes. Use when the user asks to commit, write a commit message, stage changes, or says things like "commit this", "what should my commit say", or "generate a commit message".

not rated 2 1mo ago A 56 tokens original MIT

pr-babysit

547

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to babysit a PR through the review/CI cycle, or invokes /pr-babysit. Polls for new review comments and CI failures, fixes them, resolves merge conflicts, and loops until the PR is ready to merge.

not rated 2 12d ago A 59 tokens original MIT

alchemy-contribute

548

den-labs/agent-skills

Skill Claude CodeCodex

Automates the end-to-end contribution workflow to Alchemy open-source repos (github.com/alchemyplatform/) — read CONTRIBUTING, fork via gh, clone, set upstream, install deps with the right package manager, create a feature branch, run lint/tests, stage/commit, push, and open a Pull Request. Use this skill whenever the…

not rated 2 changed 7d ago A 197 tokens

ghissue

549

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

550

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

commit-plan

551

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

552

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

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: