para-memory

Organize AI agent facts by entity type with PARA-based decaying memory.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/jarinudom/para-memory --skill para-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: para-memory
Source: https://github.com/jarinudom/para-memory/tree/main
Command: npx skills add https://github.com/jarinudom/para-memory --skill para-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, qmd, and includes scripts (resource) and references (resource) components.

What problem does it solve?

AI agents suffer from amnesia, forgetting information between sessions. This Skill provides a persistent, structured memory system that organizes facts, tracks relationships, and naturally decays less important information over time.

Core Features & Use Cases

  • Structured Storage: Organizes facts by entity type (people, companies, projects, resources) using the PARA method.
  • Atomic Facts: Each piece of information is a discrete, trackable unit with metadata.
  • Natural Decay: Older, unused facts fade from active summaries but are retained.
  • LLM-Powered Extraction: Automatically extracts durable facts from conversations.
  • Use Case: An AI assistant can remember your preferences, project details, and contact information across multiple interactions, leading to more coherent and personalized conversations.

Quick Start

Use the para-memory skill to extract facts from today's conversation logs.

Frequently Asked Questions about para-memory

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

FAQPage Schema
How do I give an AI agent persistent memory across sessions?

You can achieve persistent memory by implementing a structured storage system that automatically extracts durable facts from conversations and organizes them by entity type. This approach tracks relationships and naturally decays unused information over time.

What is the PARA method for AI knowledge management?

The PARA method for AI knowledge management organizes facts by entity type, such as people, companies, projects, and resources. It structures information into discrete, trackable atomic units with metadata to maintain context.

How do I automatically extract facts from LLM conversation logs?

To automatically extract facts from LLM conversation logs, use LLM-powered checkpointing to identify and store durable information. This process captures discrete facts from ongoing interactions for later retrieval.

Does AI persistent memory support information decay?

AI persistent memory can support information decay by reducing the presence of older, unused facts in active summaries. Information naturally fades based on access patterns and frequency resistance while remaining retained in storage.

Do I need OpenAI to use a structured AI memory system?

You need OpenAI to power the LLM-based fact extraction and checkpointing processes in this structured AI memory system. It handles the automatic extraction of durable facts from your conversation logs.

What's the best way to track entity relationships in AI memory?

The best way to track entity relationships in AI memory is to organize atomic facts by entity type using the PARA method. This creates a structured system where each piece of information is a discrete, trackable unit with metadata.