Session Update banner
iannuttall iannuttall

Session Update

Development community

Description

Update the current development session by: 1. Check if `.claude/sessions/.current-session` exists to find the active session 2. If no active session, inform user to start one with `/project:session-start` 3. If session exists, append to the session file with: - Current timestamp - The update: $ARGUMENTS (or if no arguments, summarize recent activities) - Git status summary: * Files added/modified/deleted (from `git status --porcelain`) * Current branch and last commit - To

Installation

Installs to ~/.claude/skills/iannuttall-claude-sessions-session-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/iannuttall-claude-sessions-session-update && curl -fsSL https://raw.githubusercontent.com/iannuttall/claude-sessions/HEAD/commands/session-update.md -o ~/.claude/skills/iannuttall-claude-sessions-session-update/SKILL.md

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

Full documentation available on GitHub

View Source Repository