MongLong0214/commitlore

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.

9Stars on the repository
13Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commitlore-codex

04

MongLong0214/commitlore

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.

9 3d ago A 49 tokens original MIT

commitlore-commits

05

MongLong0214/commitlore

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…

9 3d ago A 235 tokens original MIT

commitlore-query

06

MongLong0214/commitlore

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…

9 3d ago A 143 tokens original MIT

commitlore-setup

07

MongLong0214/commitlore

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…

9 3d ago A 129 tokens original MIT