save-context

Save conversational details into structured context files for persistent AI memory.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/claude-code-flonat --skill save-context-flonat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-context
Source: https://github.com/flonat/claude-code-flonat/tree/main/skills/save-context
Command: npx skills add https://github.com/flonat/claude-code-flonat --skill save-context-flonat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to save important information from conversations into structured files, ensuring that valuable data is not lost and can be easily referenced in future AI sessions.

Core Features & Use Cases

  • Contextual Memory: Saves personal details, current tasks, project information, and contact details to persistent files.
  • Structured Saving: Organizes information into specific files like profile.md, current-focus.md, and project-specific files.
  • Use Case: After a meeting discussing a new research project, you can tell the AI to "save this project info to my context," and it will update the relevant project file with the details discussed.

Quick Start

Use the save-context skill to add the user's current research focus to the current-focus.md file.

Frequently Asked Questions about save-context

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

FAQPage Schema
How do I save conversation details for persistent AI memory?

To save conversation details for persistent AI memory, use this Skill to extract personal details, active tasks, and project specifics, writing them into structured files within a dedicated .context directory for future reference.

What is the best way to maintain context across multiple AI sessions?

The best way to maintain context across multiple AI sessions is by saving information into a structured context library, allowing future sessions to reference persistent files like profile.md and current-focus.md.

Can I update existing project files without overwriting saved information?

Yes, you can update existing project files without losing data because the Skill intelligently merges new conversational data with existing file content, maintaining data integrity and structure within the context library.

How do I organize contact information and current focus for AI access?

You organize contact information and current focus by directing the AI to save these details into specific structured files, such as current-focus.md or project-specific files, within your local context directory.

Does saving conversational context require manual file management?

No, saving conversational context does not require manual file management because the Skill handles the extraction and intelligent merging of new data into the appropriate structured files automatically.