Session Start banner
iannuttall iannuttall

Session Start

Code Quality community

Description

Start a new development session by creating a session file in `.claude/sessions/` with the format `YYYY-MM-DD-HHMM-$ARGUMENTS.md` (or just `YYYY-MM-DD-HHMM.md` if no name provided). The session file should begin with: 1. Session name and timestamp as the title 2. Session overview section with start time 3. Goals section (ask user for goals if not clear) 4. Empty progress section ready for updates After creating the file, create or update `.claude/sessions/.current-session` to track the active

Installation

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

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

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

Full documentation available on GitHub

View Source Repository