thoughtful-commitment

Installation
SKILL.md

Thoughtful Commitment

Commits that capture context, not just changes.

Purpose

Git commits with traceability:

  • What changed (git diff)
  • Why it changed (cursor-mirror thinking)
  • Who asked for it (user request)
  • Session link for full context

The Core Insight

Git and cursor-mirror are two introspection systems that mesh via commit IDs:

Git:           "What changed?"  →  abc123
Cursor-Mirror: "Why?"          →  events 140-148
Related skills
Installs
14
GitHub Stars
40
First Seen
Jan 26, 2026