save-chat

Parse chat conversations into topics and write analyses to Markdown files.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/arjunrattan-lab-ai/AICopilot-Projects --skill save-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-chat
Source: https://github.com/arjunrattan-lab-ai/AICopilot-Projects/tree/main/00%20Workstreams/deprecate%20ability%20to%20save%20stuff%20
Command: npx skills add https://github.com/arjunrattan-lab-ai/AICopilot-Projects --skill save-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Prevents valuable conversation outputs from being lost as the chat logs scroll, allowing users to save and reference key analyses later.

Core Features & Use Cases

  • Topic Identification: Automatically identifies and suggests saveable topics based on recent conversation content.
  • File Organization: Offers suggestions for file paths in the Portfolio/ directory based on topic content.
  • Content Formatting: Writes the content into a file, preserving the full analysis and formatting it for easy reading.

Quick Start

To save the current analysis, simply type: "save this" or "save chat."

Frequently Asked Questions about save-chat

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

FAQPage Schema
How do I save chat content to a file for easy reference?

To save chat content, you can trigger the process by typing "save this" or "save chat". The system parses recent conversation content, groups it into topics, and writes the formatted analysis into a Markdown file for later reference.

What is the best way to organize portfolio files from conversation analyses?

Organizing portfolio files from conversation analyses is handled automatically by suggesting file paths within the Portfolio/ directory. The system identifies key topics in the chat content and recommends a structured file path based on that specific topic.

Can I automatically identify saveable topics in a chat log?

Yes, you can automatically identify saveable topics in a chat log. The system evaluates recent conversation content to detect and suggest distinct topics that contain valuable analysis worth preserving.

Does the content preservation process format outputs as Markdown files?

Yes, the content preservation process formats outputs as Markdown files. It writes the grouped conversation content into a file while preserving the full analysis and formatting it for easy reading.

Why do I lose valuable chat analyses when the chat logs scroll?

Valuable chat analyses are lost when logs scroll because conversation history is not automatically persisted. This skill prevents that loss by writing key analyses into permanent Markdown files before they move out of view.