save-conversation

Save Codex and Claude conversations as timestamped Markdown artifacts in raw/conversations via save_conversation.py script.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/samuelcastro/noter --skill save-conversation-samuelcastro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-conversation
Source: https://github.com/samuelcastro/noter/tree/main/.agents/skills/save-conversation
Command: npx skills add https://github.com/samuelcastro/noter --skill save-conversation-samuelcastro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Noter conversations often occur in Codex or Claude sessions and need to be preserved for knowledge capture, auditing, and wiki ingestion. This skill provides a reliable way to save ongoing or completed conversations as clean Markdown artifacts.

Core Features & Use Cases

  • Save the current conversation as Markdown artifacts under raw/conversations with timestamped filenames.
  • Support both Codex and Claude sessions, ensuring a faithful transcript for archival, knowledge bases, and compliance.
  • Ideal for knowledge bases, offline reviews, and wiki ingestion where conversations are the primary data source.

Quick Start

When asked to save a conversation, run the save_conversation.py script to generate a Markdown transcript in raw/conversations.

Frequently Asked Questions about save-conversation

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

FAQPage Schema
How do I save Claude or Codex conversations as Markdown files?

To save Claude or Codex conversations as Markdown files, run the save_conversation.py script during or after your session. It generates clean, timestamped Markdown transcripts in the raw/conversations directory for archival and knowledge capture.

What is the best way to archive AI chat transcripts for a wiki?

The best way to archive AI chat transcripts for a wiki is to save them as clean Markdown artifacts. This skill extracts metadata and formats sessions into reproducible Markdown files, making them ideal for offline reviews and wiki ingestion.

Can I save an active Claude session without ending the chat first?

Yes, you can save an active Claude session without ending the chat. The script applies during active chats and after sessions, capturing the ongoing transcript and saving it as a Markdown artifact for later use.

Does saving conversations as Markdown artifacts require any dependencies?

Saving conversations as Markdown artifacts requires no external dependencies. The skill relies on a stable internal script to handle session discovery and metadata extraction, producing consistent transcripts across Codex and Claude workflows.

Why should I use Markdown for archiving AI conversation transcripts?

You should use Markdown for archiving AI conversation transcripts because it provides a clean, portable format for knowledge bases. Markdown artifacts ensure faithful transcript preservation for compliance, auditing, and offline data ingestion.

What limitations exist when saving Codex or Claude sessions as transcripts?

Limitations when saving Codex or Claude sessions include the need for proper session discovery and consistent metadata extraction. Without a stable script environment, the reproducibility and accuracy of the generated Markdown transcripts may vary.