cc-get-session-id
Get the current Claude Code session ID. Use when you need to reference or display the session ID.
npxskills add majiayu000/claude-skill-registry--skill cc-get-session-idLoading…
Get the current Claude Code session ID. Use when you need to reference or display the session ID.
npxskills add majiayu000/claude-skill-registry--skill cc-get-session-idLoading…
Run this to get the current session ID:
CWD_HASH=$(echo -n "$PWD" | md5 | cut -c1-8)
cat "/tmp/claude-session-id-${CWD_HASH}" 2>/dev/null || cat /tmp/claude-session-id
The session ID is a UUID like d201921f-1916-4ad3-bca8-74f8d54e9da1.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Search and analyze your own session logs (older/parent conversations) using jq.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Search and analyze your own session logs (older/parent conversations) using jq.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.