Save Session Log banner
youngeun1209 youngeun1209

Save Session Log

Development community

Description

--- description: Save a structured record of the current session — what was discussed, what was analyzed/built, where files were saved, decisions made, open next steps — to the session-logs dir. Writes one dated Markdown file per invocation and propagates durable results/decisions into the wiki knowledge vault. argument-hint: "[optional: short slug for the filename, e.g. 'fig4-bottleneck' — auto-derived from the session if omitted]" --- # /save-session-log Thin dispatcher — the full session-jo

Installation

Installs to ~/.claude/skills/youngeun1209-oh-my-claudecode-research-save-session-log/SKILL.md

Terminal
mkdir -p ~/.claude/skills/youngeun1209-oh-my-claudecode-research-save-session-log && curl -fsSL https://raw.githubusercontent.com/youngeun1209/oh-my-claudecode-research/HEAD/commands/save-session-log.md -o ~/.claude/skills/youngeun1209-oh-my-claudecode-research-save-session-log/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository