memory-manager

Persist organizational and user-specific memory in structured JSON files.

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill memory-manager-pascallammers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-manager
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.claude/skills/memory-manager
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill memory-manager-pascallammers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that crucial decisions, established patterns, and important context are not lost between AI sessions, creating a persistent and evolving knowledge base for the project.

Core Features & Use Cases

  • Decision Persistence: Saves architectural and technical decisions made during a session.
  • Pattern Recognition: Stores reusable code patterns and conventions.
  • Context Management: Maintains session-specific context and user preferences.
  • Use Case: After deciding to use JWT for authentication, this Skill saves the decision, its rationale, and consequences, making it easily retrievable for future reference and ensuring consistency.

Quick Start

Use the memory-manager skill to save the decision to use PostgreSQL for the database.

Frequently Asked Questions about memory-manager

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

FAQPage Schema
How do I persist architectural decisions and coding patterns across AI sessions?

To persist architectural decisions and coding patterns across AI sessions, store them in structured JSON files using a memory management tool. This approach saves technical choices, rationale, and established conventions for consistent retrieval in future development.

What is the best way to maintain context management and user preferences for ongoing software projects?

The best way to maintain context management and user preferences is to save them into a structured JSON knowledge base. This creates an evolving project record that prevents the loss of important session context and user configurations between interactions.

Can I save technology stack configurations and coding conventions in JSON format for later retrieval?

Yes, you can save technology stack configurations and coding conventions in structured JSON files. This enables reliable retrieval and application of past technical knowledge to keep development consistent across multiple AI sessions.

How do I store session context and architectural decisions to prevent knowledge loss between interactions?

You prevent knowledge loss by saving session context and architectural decisions into structured JSON files. This creates a persistent knowledge base that captures technical choices, their consequences, and reusable patterns for future reference.

Does a memory manager work with organizational knowledge bases and user-specific preferences?

Yes, a memory manager works with organizational knowledge bases and user-specific preferences by persisting them in structured JSON files. It maintains both broad architectural decisions and individual session context for consistent application.

When should I not use JSON files for pattern recognition and context persistence?

You should avoid using JSON files for pattern recognition and context persistence when working with highly relational data requiring complex queries, or when the volume of architectural decisions exceeds simple file-based storage capacity.