summarize-current-session
Installation
SKILL.md
summarize-current-session
Summarize everything done in the current conversation session and persist it as
a Markdown file under <project-root>/docs/sessions/. Create the directory if
it does not exist.
Workflow
- Review the full conversation to identify all changes made, problems solved, and decisions taken.
- Run
date +%Y-%m-%din a terminal to get today's date. - Run
git log --oneline(orgit log --oneline <range>) to collect commits made during the session. - Derive a short English session title from the session content.
- Write the file to
docs/sessions/YYYY-MM-DD-<session-title>.md.