chat-conversation-logger

Archive Claude.ai chats into timestamped Markdown logs with YAML frontmatter.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jackzhaojin/ai-builder-kit --skill chat-conversation-logger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat-conversation-logger
Source: https://github.com/jackzhaojin/ai-builder-kit/tree/main/skills/chat-conversation-logger
Command: npx skills add https://github.com/jackzhaojin/ai-builder-kit --skill chat-conversation-logger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill enables users to archive Claude.ai chat sessions into a structured, second-brain-ready Markdown file that preserves verbatim prompts, attachment metadata, and concise summaries of Claude's responses, along with explicit tool and artifact references.

Core Features & Use Cases

  • Manual invocation only: logs are created only when the user explicitly requests it within a chat.
  • Frontmatter-driven ingestion: the log exports include date, time, topic, prompt_count, and status to support reliable indexing in knowledge bases.
  • Rich provenance: assets/templates, references, and scripts accompany the skill to guide formatting, validation, and future enhancements.
  • Use cases include auditing conversations, building a reference archive, and feeding a personal knowledge base with traceable prompts, responses, and tool calls.

Quick Start

Drop the packaged skill into Claude.ai skills or unzip the folder into your local skills directory and ensure Claude can read SKILL.md.

Frequently Asked Questions about chat-conversation-logger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive Claude.ai chats as timestamped Markdown logs?

To archive Claude.ai chats into timestamped Markdown logs, manually invoke the logging process within your chat session. It exports verbatim user prompts, concise assistant summaries, and explicit tool metadata into a structured Markdown file.

How does YAML frontmatter support knowledge management for chat logging?

YAML frontmatter supports knowledge management by enforcing a schema with date, time, topic, prompt_count, and status. This structured metadata ensures reliable indexing for your second-brain knowledge base.

Can I log very long Claude.ai chat sessions into a single Markdown file?

Yes, you can log chat sessions of any length within Claude.ai into a single Markdown file. The skill processes the entire conversation to create a durable record with verbatim prompts and response summaries.

What is the best way to capture artifact metadata and tool usage from Claude chats?

The best way to capture artifact metadata and tool usage is to use a logging skill that explicitly records this provenance. It packages assets, references, and scripts alongside verbatim prompts to guide formatting and validation.

Does chat logging automatically save all my Claude.ai conversations?

No, chat logging does not automatically save conversations. Logs are created exclusively when you explicitly request it within a chat, ensuring you only archive intentional sessions for your reference archive.

Why include scripts and references when exporting chat logs to Markdown?

Including scripts and references provides rich provenance and supports future enhancements for your chat logs. A lightweight validator ensures your YAML frontmatter and Markdown structure remain accurate for knowledge base ingestion.