Original Reddit post

Got tired of Claude Code leaving its fingerprints all over my git history so I made a plugin that handles commits, branches, and PRs through slash commands while keeping everything under your name. What it does: /commit generates conventional commit messages from the diff, /checkpoint does quick snapshots, /branch creates branches from natural language, /pull opens PRs. There’s also an auto checkpoint skill that commits at milestones automatically. Your git history stays clean, commits look like yours, no AI attribution anywhere. https://github.com/meszmate/checkpoints Feedback welcome, still early but it’s been working well for me. submitted by /u/meszmate

Originally posted by u/meszmate on r/ClaudeCode