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

  1. Review the full conversation to identify all changes made, problems solved, and decisions taken.
  2. Run date +%Y-%m-%d in a terminal to get today's date.
  3. Run git log --oneline (or git log --oneline <range>) to collect commits made during the session.
  4. Derive a short English session title from the session content.
  5. Write the file to docs/sessions/YYYY-MM-DD-<session-title>.md.

File naming

Installs
20
GitHub Stars
1
First Seen
Mar 1, 2026
summarize-current-session — ak1ra-komj/agents-skills