session-memory

Persist, recall, compare, and correlate findings across skill runs.

155|7|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/murphytrueman/design-system-ops --skill session-memory-murphytrueman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-memory
Source: https://github.com/murphytrueman/design-system-ops/tree/main/skills/session-memory
Command: npx skills add https://github.com/murphytrueman/design-system-ops --skill session-memory-murphytrueman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the ephemeral nature of AI-generated findings by providing a persistent memory layer, allowing for the accumulation, recall, comparison, and correlation of information across multiple skill runs and sessions.

Core Features & Use Cases

  • Persistence: Saves findings from any skill run into structured markdown files.
  • Recall: Retrieves and summarizes past findings for specific skills or date ranges.
  • Comparison: Analyzes differences between current and previous findings to identify trends (resolved, persistent, new).
  • Correlation: Cross-references findings across different skills to surface systemic patterns and interdependencies.
  • Use Case: After running a token-audit and then a component-audit, this skill can correlate findings to show if issues with specific tokens are directly impacting component development, providing a holistic view of design system health over time.

Quick Start

Use the session-memory skill to save these findings to session memory.

Frequently Asked Questions about session-memory

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

FAQPage Schema
How do I persist AI findings across multiple sessions?

To persist AI findings across multiple sessions, save the outputs from skill executions into structured markdown files. This creates a cumulative knowledge base that remains accessible for future recall, comparison, and correlation.

What is the best way to compare design system audit results between runs?

The best way to compare design system audit results between runs is by analyzing metric deltas and finding statuses. This comparison highlights resolved, persistent, and new issues to identify trends across historical data.

Can I cross-reference findings from different skill types to identify systemic patterns?

Yes, you can cross-reference findings from different skill types to identify systemic patterns. By correlating outputs across different skills, you can surface interdependencies and gain a holistic view of design system health.

How do I retrieve historical findings for a specific skill or date range?

You retrieve historical findings for a specific skill or date range by recalling saved session files from the persistent memory layer. This allows you to summarize past findings and review cumulative data over time.

Do I need specific dependencies to build a persistent knowledge base for design system operations?

No specific dependencies are required to build a persistent knowledge base for design system operations. The system relies on structured markdown files to manage the persistence, recall, and correlation of findings across sessions.