memory

Store and recall user preferences and project context in JSON.

7|5|Updated May 7, 2026
One-click install
npx skills add https://github.com/14790897/MiQi --skill memory-14790897
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/14790897/MiQi/tree/main/miqi/skills/memory
Command: npx skills add https://github.com/14790897/MiQi --skill memory-14790897

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the issue of AI agents forgetting user preferences, project context, and past interactions across different sessions.

Core Features & Use Cases

  • Long-term Fact Retention: Automatically stores and recalls user preferences, project details, and key relationships.
  • Self-Improvement: Learns from past interactions to refine future performance through a dedicated lessons log.
  • Use Case: If you tell the agent your preferred coding style or project architecture once, it will consistently apply those rules in all future tasks without needing to be reminded.

Quick Start

Ask the agent to remember that you prefer using TypeScript for all new web development projects.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I make an AI agent remember my preferences across different sessions?

To make an AI agent remember preferences across different sessions, you need persistent agent memory. This Skill uses JSON-based storage to maintain user preferences and project context, ensuring continuity in agent behavior across session boundaries.

What is persistent agent memory and how does it work?

Persistent agent memory maintains a continuous state of user preferences and project context through structured memory snapshots and lesson logs. It operates across session boundaries using JSON-based storage for long-term recall and dynamic context injection.

How do I save coding style and project architecture context for an AI agent?

You save coding style and project architecture context by asking the agent to remember these details. The Skill stores this information in structured memory snapshots, automatically applying these rules to all future tasks without needing reminders.

Can an AI agent learn from past interactions to improve future performance?

Yes, an AI agent can learn from past interactions to improve future performance through a dedicated lessons log. This self-improvement mechanism records past interactions to refine the agent's behavior and task execution over time.

Does persistent agent memory work without external dependencies?

Yes, persistent agent memory works without external dependencies. It relies on internal JSON-based storage to maintain long-term recall and dynamically inject context, operating independently to ensure continuity across session boundaries.

What is the best way to maintain project context for an AI agent?

The best way to maintain project context for an AI agent is through structured memory snapshots and lesson logs. This approach ensures persistent state retention and dynamic context injection, improving interaction quality across all sessions.