pix-chat-save

Save chat conversations to timestamped Markdown files in a chat-history directory.

Updated Jun 4, 2025
One-click install
npx skills add https://github.com/pixb/pixai --skill pix-chat-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pix-chat-save
Source: https://github.com/pixb/pixai/tree/main/.trae/skills/pix-chat-save
Command: npx skills add https://github.com/pixb/pixai --skill pix-chat-save

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically saves chat conversations to individual markdown files with unique timestamps, enabling easy archiving of discussions. It targets users who want to preserve chat history for reference, compliance, or project tracking. The files are stored in a local chat-history directory to keep conversations organized.

Core Features & Use Cases

  • Automatic per-conversation Markdown files with timestamped filenames.
  • Preservation of user and assistant turns in a readable, structured format.
  • Use Case: When a chat with a user ends, the entire session is saved for later review or auditing in the chat-history folder.

Quick Start

Save the current chat as a timestamped Markdown file in the chat-history directory.

Frequently Asked Questions about pix-chat-save

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

FAQPage Schema
How do I automatically save chat history to a markdown file?

To save chat history to a markdown file, this Skill automatically writes user and assistant turns into timestamped files. It creates filenames like chat-YYYY-MM-DD-HH-MM-SS.md and stores them in a dedicated chat-history directory.

Can I archive team discussions as timestamped markdown logs?

Yes, you can archive team discussions as timestamped markdown logs. The Skill preserves both personal chats and team discussions by generating individual markdown files with unique timestamps for easy reference and compliance.

What is the best way to preserve chat conversations for project tracking?

The best way to preserve chat conversations for project tracking is using automated markdown archiving. This Skill saves sessions to a local directory, ensuring structured, readable records of user and assistant interactions are kept organized.

Does saving chat logs as markdown require any external dependencies?

No external dependencies are required to save chat logs as markdown. The Skill operates independently to write conversation turns and frontmatter, containing title, date, and save directory, directly into local markdown files.

What metadata is included when I save chat conversations to a markdown file?

When you save chat conversations to a markdown file, the Skill includes frontmatter with the title, date, and save directory. It preserves the full conversation session alongside this metadata in a structured markdown format.