with one click
commit
Create git commits with user approval and no Claude attribution
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create git commits with user approval and no Claude attribution
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Complete Claude Code hooks reference - input/output schemas, registration, testing patterns
How to use AI APIs like OpenAI, ChatGPT, Elevenlabs, etc. When a user asks you to make an app that requires an AI API, use this skill to understand how to use the API or how to respond to the user.
Debug Gemini/GPT vision API issues in puzzle image extraction
Constraint satisfaction patterns for the Pips puzzle solver
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
| name | commit |
| description | Create git commits with user approval and no Claude attribution |
You are tasked with creating git commits for the changes made during this session.
Think about what changed:
git status to see current changesgit diff to understand the modificationsPlan your commit(s):
Present your plan to the user:
Execute upon confirmation:
git add with specific files (never use -A or .)git log --oneline -n [number]Generate reasoning (after each commit):
bash .claude/scripts/generate-reasoning.sh <commit-hash> "<commit-message>".git/claude/commits/<hash>/reasoning.md