スキル一覧に戻る
dhughes

load-conversation

by dhughes

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: load-conversation description: Load the full content of a previous Claude Code conversation into current context. Use when user asks to "load conversation " or "show me conversation " or references loading/viewing a past conversation by its ID.

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:

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.

  1. Present the conversation transcript to the user in a readable format.

  2. If the conversation is not found, inform the user and suggest:

    • Verifying the conversation ID
    • Using the conversation search skill to find the correct ID

Output

The transcript will show:

  • Conversation metadata (ID, project, dates)
  • Full message history with USER and CLAUDE labels
  • Timestamps for each message

This allows the user to review past discussions and use them as context for the current conversation.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です