manage-memories

Persist and query session context data as structured JSON memory envelopes.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill manage-memories
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-memories
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/manage-memories
Command: npx skills add https://github.com/cuioss/plan-marshall --skill manage-memories

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Memory management for persistent session data across tasks, reducing re-computation and re-authentication.

Core Features & Use Cases

  • CRUD operations for memory storage files
  • Categorized organization and timestamped context files
  • Cleanup of stale memory data to preserve privacy and performance

Quick Start

Save a memory item to the context category with an identifier like feature-auth and sample content.

Frequently Asked Questions about manage-memories

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

FAQPage Schema
How do I persist session context data for long-running tasks?

You can persist session context by organizing data into structured memory envelopes with required created, category, and summary metadata fields. This ensures reliable storage and retrieval across categorized memory files.

What is a memory envelope and how does it validate JSON content?

A memory envelope is a metadata structure enforcing created, category, and summary fields for session context. It validates JSON content to ensure reliable storage and retrieval of persistent memory files.

Can I clean up stale memory data to preserve privacy and performance?

Yes, you can clean up stale memory data to preserve both privacy and performance. The system supports cleanup operations across the context category to remove outdated session memory files.

How do I save and load context files categorized by identifiers like feature-auth?

You save context files by assigning a category and an identifier like feature-auth, then load them using querying and listing operations. This enforces metadata envelopes for reliable retrieval.

Does persistent session memory work with conversational assistants?

Yes, persistent session memory is applied to conversational assistants. It organizes per-session context data into memory files, reducing re-computation and re-authentication during interactions.