berserkdisruptorsberserkdisruptorsOfficialยท2 Agent Skills Included

contextual-commits

Capture coding decisions and reasoning inside git commits

Writes git commits that record intent, decisions, rejected alternatives, constraints, and lessons alongside code changes. Reconstructs project context from commit history when starting a session, resuming work, or switching branches. Eliminates lost reasoning between coding sessions so past decisions and dead ends are never re-explored.
npx skills add berserkdisruptors/contextual-commits --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Contextual Commits?โ–ผ

Run `npx skills add berserkdisruptors/contextual-commits --all -g -y` in your terminal to install both skills globally.

What is a contextual commit?โ–ผ

It is a standard Conventional Commit whose body adds typed lines like intent, decision, rejected, constraint, and learned, so the reasoning behind code is preserved in git history.

How does the recall skill work?โ–ผ

It scans your branch's commit history for contextual action lines and produces a short briefing of active intent, rejected approaches, constraints, and in-progress work.

Does it break existing git tooling?โ–ผ

No. The subject line stays a standard Conventional Commit, so commitlint, semantic-release, and changelog generators keep working unchanged.

Which coding tools support Contextual Commits?โ–ผ

The skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’