storecontext

Capture and persist session summaries as timestamped Markdown files in ContextDB.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/maggit/claude-workspace --skill storecontext
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storecontext
Source: https://github.com/maggit/claude-workspace/tree/main/skills/storecontext
Command: npx skills add https://github.com/maggit/claude-workspace --skill storecontext

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Store a concise summary of the current conversation and persist it to ContextDB for future reference by humans and tools.

Core Features & Use Cases

  • Capture user requests, decisions, changes, and outcomes from a session.
  • Persist a delta-based Markdown summary to ContextDB/context/ for audit and knowledge reuse.
  • Support quick review by humans or LLMs across multiple sessions and projects.

Quick Start

Invoke the storecontext workflow to generate and save a timestamped session summary file in ContextDB/context/ for the current conversation.

Frequently Asked Questions about storecontext

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

FAQPage Schema
How do I save a session summary to ContextDB for future reference?

To save a session summary to ContextDB, invoke the storecontext workflow to capture user requests, decisions, and changes, persisting them as a timestamped Markdown file in ContextDB/context/ for audit and knowledge reuse.

What is the best way to log chat history decisions and open questions in Markdown?

Logging chat history decisions and open questions in Markdown is done by capturing a delta-based summary of the conversation and writing it to a timestamped YYYY-MM-DD-HHMMSS-summary.md file within ContextDB/context/.

Do I need any external dependencies to store context logs in ContextDB?

No external dependencies are needed to store context logs in ContextDB. The workflow operates independently to generate and save a timestamped session summary file capturing touched files and next steps.

Can I use this session summary approach for both live sessions and past chat histories?

Yes, you can use this session summary approach for both live sessions and past chat histories that need durable records of decisions, actions, and open questions persisted to ContextDB.

What information is included in a ContextDB session summary file?

A ContextDB session summary file includes questions, decisions, changes, touched files, and next steps, providing a concise delta-based Markdown record of the current conversation for review by humans or LLMs across multiple sessions and projects.