Session Help banner
iannuttall iannuttall

Session Help

Development community

Description

Show help for the session management system: ## Session Management Commands The session system helps document development work for future reference. ### Available Commands: - `/project:session-start [name]` - Start a new session with optional name - `/project:session-update [notes]` - Add notes to current session - `/project:session-end` - End session with comprehensive summary - `/project:session-list` - List all session files - `/project:session-current` - Show current session status - `

Installation

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

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

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

Full documentation available on GitHub

View Source Repository