Intercepts git commit requests and strips out Claude's attribution footprint before committing. Instead of letting Claude run git commit directly (which adds "Generated with Claude Code" and co-author lines), this forces use of a /commit skill that removes that metadata so commits look user-authored. Also generates a reasoning.md file to capture what was tried during the session, which is honestly pretty useful for tracking your build history. Triggers on words like "commit", "push", or "save changes". If you're bothered by AI attribution showing up in your commit history or want cleaner logs, this handles it automatically.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill git-commits