conversation-logging

Installation
SKILL.md

Conversation Logging Skill

Automatically log all Claude Code interactions to structured markdown files using global hooks. Enables conversation replay, debugging, and context sharing between sessions.

What Gets Logged

  • User prompts: Every prompt submitted to Claude
  • Tool executions with context: Tool name plus specific details:
    • Read/Write/Edit: File paths and content previews
    • Bash: Commands and output (first 10 lines)
    • Glob/Grep: Search patterns
    • TodoWrite: Task lists with status indicators
    • Task: Subagent type and prompt preview
    • WebSearch/WebFetch: Queries and URLs
    • AskUserQuestion: Questions asked
  • Session metadata: Working directory, timestamps, session IDs
  • Claude responses: Excerpts from Claude's actual responses (last 500 chars)

Each Claude instance gets its own log file to prevent conflicts when running multiple sessions simultaneously.

Related skills
Installs
1
First Seen
Mar 29, 2026