save-conversation

Save a concise conversation summary to a timestamped markdown file under conv-logs/.

24|6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/tobyilee/toby-plugins --skill save-conversation-tobyilee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-conversation
Source: https://github.com/tobyilee/toby-plugins/tree/main/plugins/toby-session/skills/save-conversation
Command: npx skills add https://github.com/tobyilee/toby-plugins --skill save-conversation-tobyilee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving long chat transcripts can be overwhelming. This skill condenses discussions into a readable summary stored as a markdown file in conv-logs, aiding reviews and knowledge capture.

Core Features & Use Cases

  • Automatically creates a dated directory under conv-logs based on the current date (YYYYMM/DD).
  • Writes a structured summary capturing participants, decisions, and outcomes, not a verbatim transcript.
  • Useful for post-meeting reviews, knowledge capture, and compliance.

Quick Start

Ask the tool to save the current conversation; it will create a dated log under conv-logs with a timestamped file name.

Frequently Asked Questions about save-conversation

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

FAQPage Schema
How do I save a markdown summary of a conversation to a dated log file?

To save a conversation summary, the tool automatically generates a markdown file under a conv-logs directory. It structures the file path using the current date and adds a timestamp to the filename for easy retrieval.

Does conversation logging save verbatim transcripts or just structured summaries?

Conversation logging saves a concise, structured summary capturing participants, decisions, and outcomes. It does not save a verbatim transcript, making long chat reviews less overwhelming and aiding knowledge capture.

Can I use this conversation logging tool without a git repository?

You can use this tool without a git repository. It resolves the project root via git to keep logs inside the repository when available, but automatically falls back to the current working directory if git is absent.

What is the best way to organize meeting notes for post-meeting reviews and compliance?

Using a date-based directory structure with timestamped markdown files is the best way to organize meeting notes. This tool creates a YYYYMM/DD folder under conv-logs to ensure summaries are easy to retrieve for compliance.

How does log rotation work for saved conversation summaries?

Log rotation for saved conversation summaries works by organizing files into date-based directories. It creates a YYYYMM/DD folder under conv-logs with timestamped filenames, preventing clutter and ensuring chronological retrieval.