Agent Skills: Memory Systems for AI Agents

Implements progression from Vector RAG → GraphRAG → Temporal Knowledge Graphs. Use when designing persistent memory architectures for AI agent systems.

UncategorizedID: Git-Fg/thecattoolkit/architecting-memory

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Git-Fg/thecattoolkit/tree/HEAD/plugins/sys-agents/skills/architecting-memory

Skill Files

Browse the full folder contents for architecting-memory.

Download Skill

Loading file tree…

plugins/sys-agents/skills/architecting-memory/SKILL.md

Skill Metadata

Name
architecting-memory
Description
"Implements progression from Vector RAG → GraphRAG → Temporal Knowledge Graphs. Use when designing persistent memory architectures for AI agent systems."

Memory Systems for AI Agents

Implements progression from Vector RAG → GraphRAG → Temporal Knowledge Graphs.

Architecture Selection

Start here to choose the right approach.

The Core Progression

Stage 1: Vector RAG (Semantic)

Stage 1: Vector RAG (Semantic)

Stage 2: GraphRAG (Relational)

Stage 2: GraphRAG (Relational)

Stage 3: Temporal KG (Time-Series)

Stage 3: Temporal KG (Time-Series)

Specialized Approaches

CrewAI Memory Model

CrewAI Memory Model

Technical Implementation