Back to browse
GitHub Repository

A Claude Code plugin for atomic git workflows — commit grouping, history operations, repo recovery, and project initialisation.

2 starsJavaScript

Atomic Commit – MCP and Claude plugin for structured Git workflows

by suneeshtr·Mar 12, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemSlick

Hunk-level splitting beats git add -p for messy working trees.

Strengths
  • Groups changes by logical concern, not just by file
  • Hunk-level staging splits single files across multiple commits
  • Includes repo recovery and rollback commands beyond just committing
Weaknesses
  • Another Claude Code plugin in an increasingly crowded marketplace
  • Requires trusting AI to determine what constitutes a logical concern
Target Audience

Developers using Claude Code for coding tasks

Similar To

commitlint · git-cz

Similar Projects