Memory V2 Skill

Manage vectorized memory with heat-based decay using PostgreSQL and pgvector.

1|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Geralt1983/Thanos --skill memory-v2-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory V2 Skill
Source: https://github.com/Geralt1983/Thanos/tree/main/.claude/skills/memory-v2
Command: npx skills add https://github.com/Geralt1983/Thanos --skill memory-v2-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a dynamic, heat-based memory system designed to combat information overload and improve focus for individuals with ADHD, ensuring relevant information is surfaced when needed.

Core Features & Use Cases

  • Vectorized Memory Storage: Stores facts, documents, and context using pgvector for efficient semantic search.
  • Heat-Based Decay: Prioritizes recently accessed or important information, while gradually fading less relevant data.
  • ADHD-Friendly Helpers: Includes whats_hot and whats_cold to quickly identify current focus and neglected items.
  • Unified API: Integrates seamlessly with memory_router for consistent memory operations.
  • Use Case: When working on a project, Memory V2 automatically surfaces related past discussions, documents, and client information, reducing the need for manual searching and keeping you on track.

Quick Start

Use the memory router to search for memories related to the 'Orlando project status'.

Frequently Asked Questions about Memory V2 Skill

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

FAQPage Schema
How does heat-based decay work for context management and information retrieval?

Heat-based decay prioritizes recently accessed or important context management information, gradually fading less relevant data over time. This ensures information retrieval surfaces current focus areas while suppressing outdated items automatically.

How do I set up vectorized memory storage using PostgreSQL and pgvector?

Vectorized memory storage requires PostgreSQL with pgvector for database infrastructure and OpenAI embeddings for vectorization. You store facts, documents, and context, enabling efficient semantic search through the unified memory router API.

Can I use semantic search to find related project discussions and documents?

Yes, semantic search finds related project discussions, documents, and client information by querying the vectorized memory system. It automatically surfaces relevant past context, reducing manual searching and keeping you focused on current tasks.

What's the best way to identify current focus and neglected items for ADHD context management?

ADHD-specific helpers `whats_hot` and `whats_cold` identify current focus and neglected items respectively. `whats_hot` surfaces actively relevant information, while `whats_cold` highlights neglected data needing attention for improved context management.

Does the memory router API support direct service access for advanced operations?

Yes, the memory router API provides a unified interface for consistent memory operations while also supporting direct service access. This allows advanced users to bypass the router and perform complex vectorized memory operations directly.