Skill Claude CodeCodex
Capture a decision record from verified session and diff evidence before a commit.
Git-native decision memory for Claude Code, Codex, Cursor and other coding agents. Preserve constraints and rejected alternatives; surface only the decisions still in force.
Skill Claude CodeCodex
Capture a decision record from verified session and diff evidence before a commit.
Skill Claude CodeCodex
Read recorded constraints before changing a repository path.
Skill Claude CodeCodex
Set up CommitLore in a repository when the operator asks for it.
Skill Claude CodeCodex
Use when reading or changing a repository would benefit from its recorded decision history, or when a commit may need verified decision context. Query before edits, guard against previously rejected approaches, and capture supported records before committing.
Skill Claude CodeCodex
Use when about to make a git commit and there is decision context worth recording — a constraint that shaped the change, an alternative that was tried and dropped, a warning for whoever touches this next. Drives the CommitLore capture pipeline, which drafts a record from the session transcript and the staged diff…
Skill Claude CodeCodex
Use when about to read, edit, or reason about a file and it would help to know its recorded decision history — active constraints, alternatives already ruled out, warnings left by a previous author, or which records have gone stale. Reads CommitLore records for a path or the whole repo without re-deriving them from…
Skill Claude CodeCodex
Use when a git repository needs CommitLore wired up for the first time, or when its hook/notes configuration looks broken. Runs the diagnostic, installs the commit-msg validation hook, fixes the notes fetch refspec so records survive a clone or fetch, and builds the local record index. Trigger phrases include "set up…