load-conversation

Installation
SKILL.md

Load Conversation

Load a past conversation by its UUID into the current context. This retrieves the full user/assistant message transcript from the conversation history database.

Usage

The user will provide a conversation ID (UUID) in one of these formats:

  • "load conversation abc123-def456-..."
  • "show me conversation abc123"
  • "show me that conversation" (when ID was mentioned previously)

Instructions

  1. Extract the conversation UUID from the user's request. It should be a UUID-like string (with or without dashes).

  2. Run the load command:

${CLAUDE_PLUGIN_ROOT}/skills/load-conversation/scripts/load.sh --id "CONVERSATION_UUID"
Related skills

More from dhughes/claude-marketplace

Installs
5
GitHub Stars
1
First Seen
Feb 28, 2026