Use this skill when a working tree contains uncommitted changes that need to be split into a sequence of atomic commits — typically after a long session, an agent hand-off, a rebase resolution, or anytime git status shows mixed work that was not committed as it landed. The skill assumes the agent has fresh context and did not author most of the diff, so it treats the working tree as evidence to investigate before grouping. Optimizes for git bisect: each commit is the smallest buildable and deployable unit, and no smaller. Uses cortex git commit for file-level commits and cortex git patch --diff when unrelated changes share a file.
$npx -y skills add nickcrew/claude-cortex --skill atomic-commitsInstalls into the current project.
Run `npx skills use "https://github.com/nickcrew/claude-cortex" --skill "nickcrew/claude-cortex/atomic-commits"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nickcrew/claude-cortex" that are relevant to the current task. Run `npx skills add "https://github.com/nickcrew/claude-cortex"` and select the relevant skills, then follow their instructions.