cmd-session-commit
Installation
SKILL.md
Session Commit
Analyze the current coding session, propose improvements to AGENTS.md, and apply approved changes.
Workflow
- Read the current
AGENTS.mdand build a mental map of existing sections. - If the repo documents a validation or repair command for instruction files, run it before proposing edits.
- Extract only durable learnings from the current session.
- Propose changes using the format in
references/change-proposal-format.md. - Wait for explicit user approval before applying any edits.
- Apply approved changes and merge with existing content.
What to capture
- Coding patterns and conventions established in the session
- Architecture decisions and reasoning that should persist
- Debugging playbooks and recurring gotchas
- Workflow preferences that improve future sessions