This automates your git commits with proper conventional commit formatting. It checks your repo state, stages unstaged files if needed, analyzes the diff, and generates commits following the Conventional Commits spec (feat:, fix:, chore:, etc.). The smart part is it detects when you've mixed multiple logical changes and suggests splitting them into separate commits instead of cramming everything into one messy message. It pulls your current branch, recent commits, and staged changes to give Claude full context. If you're tired of writing "updated stuff" or arguing with your team about commit message format, this handles the busy work and keeps your history clean.
npx skills add https://github.com/flora131/atomic --skill gh-commit