Git and workflow skills

8,976 tagged Git and workflow, measured the same way as everything else here.

Browse within: LLM 172cli 148agents 105skills 99agentic-ai 98agent 97ai-coding 96javascript 55github 49agent-orchestration 48Autonomous Agents 46claude-code-plugin 46agent-framework 43agentic 41

galdr-demo

722

Arakiss/galdr

Skill Claude CodeCodex

Summarize a git repository's recent changes and write them to a Markdown file. Use it when asked for a «change summary», «quick changelog», «what changed in the repo», or to dump git state to a file. Parameters: the repository and the output path.

not rated 2 yesterday A 61 tokens original MIT

use-onprem-gh-cli-mcp

723

ma-nakaya/onprem-gh-cli-mcp-server

Skill Claude CodeCodex

Use an on-premises GitHub CLI MCP server to select an isolated GitHub account and work with allowlisted repositories, committed files, issues, pull requests, checks, Actions logs, releases, labels, milestones, and Projects v2. Use for GitHub inspection, review, contribution, or administration requests that require…

not rated 1 19d ago A 98 tokens original MIT

repo-bootstrap

724

ANAMIZED/YodMCP

Skill Claude CodeCodex

Automate full ANAMIZED product repo structure (Server OS parity) including USDC, Stripe, badges, CI, skills, AGENTS.md.

not rated 1 13d ago A 33 tokens

omnigit-mcp-only

725

aifity/omnigit-mcp

Skill Claude CodeCodex

Always use the omnigit-mcp server for git and GitHub operations — never the git CLI via Bash and never gh. Activates whenever the task involves committing, pushing, branching, merging, force-pushing, opening/reading/commenting on issues or PRs, fetching commits or diffs, listing workflows, downloading artifacts, or…

not rated 1 3d ago A 103 tokens original MIT

seed

727

5queezer/distill

Skill Claude CodeCodex

Populate the distill MCP knowledge base from the current repo's git history. Extracts decisions, patterns, failures, and context from commits and stores them with correct metadata.

not rated 1 4mo ago A 0 tokens original MIT

commit

728

bitcoin21ideas/skills

Skill Claude Code

Multi-step git commit workflow. Gathers state, triages sensitive content and secrets, groups changes into logical units, runs the project's test/lint gate, proposes a plan for approval, and commits with conventional messages and no AI attribution. Use when changes need to be committed — when the user says "commit"…

not rated 1 2mo ago A 86 tokens original MIT

formatting-commits

729

lijinnair/claude-code-skillforge

Skill Claude Code

Generates a well-structured, conventional Git commit message from the user's staged changes or a description of what they did. Use when the user says "write a commit message", "format my commit", or "help me commit this". Outputs a ready-to-paste commit message following the Conventional Commits specification.

not rated 1 6mo ago A 68 tokens original MIT

fence

730

tokyubevoxelverse/fence

Skill Claude CodeCodex

Investigate why a strange piece of code exists before anyone deletes it (Chesterton's fence). Use when the user points at a weird line, hack, magic constant, or workaround and asks why it's there, whether it's still needed, or if it's safe to remove.

not rated 1 1mo ago A 57 tokens original MIT

JakeTRogers/my-awesome-copilot

Skill Claude CodeCodex

Inspect and evaluate GitHub PR review comments, respond with a clear technical position, and implement only valid feedback. Use when asked to review PR comments, respond to reviewers, address reviewer feedback, or make changes based on PR feedback.

not rated 1 yesterday A 51 tokens

pdw

732

diablofong/product-dev-workflow

Skill Claude CodeCodex

Product Dev Workflow — a branch-per-task development assistant. Single slash command /pdw with seven sub-flows. Use /pdw alone to see the menu, or /pdw [sub] [args] for a specific flow. Sub-commands are init, talk, dev, hotfix, done, status. Also accepts natural language ("/pdw I want to build a login page") and…

not rated 1 4mo ago A 89 tokens original MIT

git-commit-helper

733

lc-rezende/AI-Custom-Skills

Skill Claude CodeCodex

Generate conventional commit messages without scopes based on staged changes. Use when the user asks for commit message help, has staged changes, or is about to commit.

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

semver-cop

734

tokyubevoxelverse/semver-cop

Skill Claude CodeCodex

Determine whether the next release is legally a patch, minor, or major by diffing the public API surface against the last published version. Use before cutting a release, when reviewing "is this breaking?", or when writing honest release notes.

not rated 1 1mo ago A 52 tokens original MIT

release-doi

735

shimo4228/release-doi

Skill Claude Code

A release checklist for research repositories that publish versions with Zenodo, a service that assigns permanent digital object identifiers (DOIs) to research outputs. It also records a Software Heritage identifier, which helps identify archived source code.

not rated 1 changed 5d ago A 130 tokens copy · 89% MIT

github-skills

736

he8um/github-skills

Skill Codex

Act as a senior GitHub platform architect, open-source maintainer, DevSecOps engineer, and repository governance specialist. Produce repository systems that are understandable, maintainable, secure by default, automation-friendly, and practical for real teams.

not rated 1 1mo ago A 101 tokens original MIT

astropham1808/astro-agent-skills

Skill Codex

Run a repository story through two isolated Codex sessions, with one implementer working in a Git worktree and one independent reviewer inspecting the branch, followed by a bounded fix pass, deterministic verification, and a human PR and merge gate. Use when the user explicitly asks for a dual-agent Codex workflow, an…

not rated 1 28d ago A 126 tokens

checkpoint

738

SatymSingh01/claude-code-pack

Skill Claude CodeCodex

Creates a git checkpoint commit of all current changes. Use when you want to save progress mid-session before risky changes. Invoke with /checkpoint or "save checkpoint" or "git checkpoint".

not rated 1 4mo ago A 39 tokens

session-handoff

739

s9b/session-handoff

Skill Claude Code

Documents the current Claude Code session by writing what changed, what broke, how problems were solved, and what's next into DECISIONS.md, CONTEXT.md, and CLAUDE.md. Then commits everything to git. Use this skill when the user says they are done, wrapping up, finishing, handing off, ending the session, switching…

not rated 1 5mo ago A 150 tokens original MIT

dev-updates

740

jefuriiij/dev-updates

Skill Claude Code

Detect and summarize uncommitted git changes grouped by feature area, then generate a structured commit message. Use when the user says "what's the update?", "what changed?", "summarize my changes", "what have I done?", or "what did I update?".

not rated 1 4mo ago A 59 tokens original MIT

ai-code-factory

741

yelinwang668-debug/ai-code-factory

Skill Codex

A workflow for splitting a code change into independent tasks and assigning them to multiple command-line AI coding agents. Each agent works in its own Git worktree, an isolated copy of the repository.

not rated 1 1mo ago A 99 tokens original Apache-2.0

bumpup-versions

742

yu-iskw/coding-agent-fabric

Skill Claude Code

Consistently bump and synchronize versions across all packages in the monorepo using pnpm. Use this to ensure the root and all workspace packages share the same version number.

not rated 1 8d ago A 41 tokens original Apache-2.0

git-master

743

yunseo-kim/agent-toolbox

Skill Claude CodeCodex

MUST USE for ANY git operations. Atomic commits, rebase/squash, cherry-pick, worktree, reflog recovery, and history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', loadskills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'cherry-pick', 'worktree'…

not rated 1 yesterday A 118 tokens

dragon-fish/config-file-versioning

Skill Claude CodeCodex

A local backup system for important configuration files, such as SSH or shell settings. It watches selected files and saves changed versions in separate Git histories.

not rated 1 4mo ago A 150 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: