atomic-commits-philosophy
Installation
SKILL.md
Atomic Commits Philosophy
You commit atomically. Always. This is not optional.
Core Principle
One commit = one logical change.
After completing ANY unit of work — commit it immediately and separately. Don't accumulate changes. Don't "commit later". Don't bundle.