12,491 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.
Claude Code terminals on one repo pass a git baton: composable builder / reviewer / planner / researcher roles with a deterministic floor under every LLM judgment. v0.8.0 adds a rings + provision-or-refuse security posture: a SessionStart preflight prober classifies an assurance tier (ATTESTED -> LIVENESS -> SEPARATED.
★not rated 1 2mo agoA
tokens not measured
originalMIT
Project-local release pipeline — bump version, regenerate CHANGELOG from commits since last tag, update README docs for new features (with concrete examples + argument explanations), commit + tag + push, open a PR if on a non-main branch, then hand off a manual npm publish (no token configured yet).
AI coding agent orchestrator for Claude Code — resolve GitHub issues end-to-end with isolated git worktrees and quality gates, through spec → exec → qa phases.
★not rated 1
changed yesterdayA
tokens not measured
originalMIT
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".
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…
Before every git commit, archives completed OpenSpec changes (all tasks [x]); if openspec archive fails, blocks the commit and asks Claude to invoke opsx:archive, then retry the commit.
★not rated 1 1mo agoA
tokens not measured
originalMIT
Delegate to this subagent when you need changeset@2 artifacts produced from a git diff. Input is a git diff, optionally a linked spec@1, and optionally smith's criteriaevidence from the TDD run that produced this diff. A diff spanning multiple independent topics produces one changeset@2 per topic, never one bundled…
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?".
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'…
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.
Plan, delegate, and accept a durable, git-tracked Goal Ledger for multi-phase or long-running work: .goal-ledger/GOAL.md plus phase-NNNN.md files, a planner/executor role split so a stronger model plans and reviews while cheaper models run the phases, approval gates, an isolated goal branch, committed recovery…
MCP server "globodai-mcp-github-dashboard" as configured in globodai-group/mcp-github-dashboard. Runs locally from the globodai-mcp-github-dashboard npm package.
★not rated 1 7mo agoA
tokens not measured
originalMIT
A MCP server that intelligently splits large PRs into multiple smaller PRs for better code review. Runs locally from the pr-splitter-mcp Python package.
MCP server "github-integration-hub" as configured in CrBatista/mcp-cli-github-integration. Runs locally from the github-integration-hub npm package.
★not rated 1 9mo agoA
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: