Load the full content of a previous Claude Code conversation into current context. Use when user asks to "load conversation <uuid>" or "show me conversation <uuid>" or references loading/viewing a past conversation by its ID.
From conversation-historynpx claudepluginhub dhughes/claude-marketplace --plugin conversation-historyThis skill uses the workspace's default tool permissions.
scripts/load.shLoad a past conversation by its UUID into the current context. This retrieves the full user/assistant message transcript from the conversation history database.
The user will provide a conversation ID (UUID) in one of these formats:
Extract the conversation UUID from the user's request. It should be a UUID-like string (with or without dashes).
Run the load command:
bash ${CLAUDE_PLUGIN_ROOT}/skills/load-conversation/scripts/load.sh --id "CONVERSATION_UUID"
Replace CONVERSATION_UUID with the actual conversation ID from the user's request.
Present the conversation transcript to the user in a readable format.
If the conversation is not found, inform the user and suggest:
The transcript will show:
This allows the user to review past discussions and use them as context for the current conversation.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.