Automates git commits with properly formatted messages instead of making you context-switch to write them yourself. It reads your diff, checks recent commits for patterns, and matches your repo's convention or falls back to conventional commits. If you've got changes that belong in separate commits, it'll split them at the file level without getting precious about it. The heredoc-based staging keeps you from accidentally committing .env files, and it won't let you commit directly to main without branching first. Useful when you want to save progress without breaking flow to craft a message, or when you're pair-programming with Claude and want commits that look like a human wrote them.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-commit