git-conventional-commitlisted
Install: claude install-skill sarmakska/slipstream
## Overview
Record work as small conventional commits so history reads as a changelog.
## Steps
1. Stage only the related changes.
2. Write a commit subject in the form `type(scope): summary`.
3. Keep the subject under seventy two characters and explain the why in the body.
## Verify
Run `git log -1 --pretty=%s` and confirm the subject matches the conventional commit format.