소개
The Get Session ID skill provides a standardized way to reference and utilize unique session identifiers (UUID v4) within the Claude Code environment. By automatically substituting the ${CLAUDE_SESSION_ID} placeholder in skill templates and commands, this utility allows developers to programmatically access conversation history files, coordinate bash hooks via stdin JSON, and maintain session-specific TODO lists. This is essential for building complex agents that require persistent context or multi-instance task coordination.