Session End banner
contentflow-kr contentflow-kr

Session End

Git community

Description

--- allowed-tools: [Read, Edit, Write, Bash, AskUserQuestion] description: "End session: update chatlog + create worklog + optional Obsidian sync + Git commit" --- # /session-end v5 - Session End with Tags + Obsidian CLI + Git Commit ## Purpose Record all work from the current session to chatlog.md, create a dated worklog, optionally sync to Obsidian, and commit changes to Git. **v3**: Git commit integration with user confirmation. **v4**: Optional Obsidian CLI integration (Daily Note + task c

Installation

Installs to ~/.claude/skills/contentflow-kr-claude-code-workflow-session-end/SKILL.md

Terminal
mkdir -p ~/.claude/skills/contentflow-kr-claude-code-workflow-session-end && curl -fsSL https://raw.githubusercontent.com/contentflow-kr/claude-code-workflow/HEAD/commands/session-end.md -o ~/.claude/skills/contentflow-kr-claude-code-workflow-session-end/SKILL.md

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

Full documentation available on GitHub

View Source Repository