context-save

Save coaching session context to a private Markdown file.

4|1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/ibm777p2/Intelligence-Emotions --skill context-save-ibm777p2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/ibm777p2/Intelligence-Emotions/tree/main/context-save
Command: npx skills add https://github.com/ibm777p2/Intelligence-Emotions --skill context-save-ibm777p2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saves the current session's context to a private file so a future session can pick up exactly where this one left off — what was discussed, what was decided, the open thread. Continuity matters in coaching. Use when asked to "save this", "save context", "remember where we are", or before ending a session mid-thread.

Core Features & Use Cases

  • Preserves the current session context to a private file for seamless continuation.
  • Maintains what was discussed, what was decided, and the open thread for continued coaching.
  • Supports quick restoration of context between sessions, enabling smoother handoffs.

Quick Start

Run the context-save start to store the current session context in a private file for seamless continuation.

Frequently Asked Questions about context-save

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

FAQPage Schema
How do I save coaching session context for seamless continuation across sessions?

To save coaching session context, write the current discussion, decisions, and open threads to a Markdown file under ~/.pq/sessions with a timestamp to enable seamless session restoration.

What is the best way to preserve discussion and open threads before ending a coaching session?

The best way to preserve coaching context is to store the session topic, timestamp, and thread state in a private local Markdown file for quick restoration during future meetings.

Can I restore a previous coaching session using local storage?

Yes, you can restore coaching sessions by reading the previously saved Markdown file from local storage, which contains the exact discussion points and open threads needed for continuity.

Does saving session context require any external dependencies or frameworks?

No, saving session context requires no external dependencies; it simply writes the current coaching session state directly to a private Markdown file in local storage.

When should I use a coaching journal for session continuity?

You should use a coaching journal for session continuity when you want to preserve what was discussed and decided, or when asked to remember where you are before ending mid-thread.

What limitations exist when restoring context from a private Markdown file?

Restoring context from a private Markdown file is limited to reading the manually saved thread state, meaning any discussion occurring after the last save will not be preserved.