Skip to content

Preparing Archive

Intermediate
4d 1h ago
Reviewed

agent-memory-systems

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector s...

.agents/skills/agent-memory-systems TypeScript
TY
MA
2+ layers Tracked stack
Capabilities
10
Signals
1
Related
3
10
Capabilities
Actionable behaviors documented in the skill body.
0
Phases
Operational steps available for guided execution.
0
References
Support files available for deeper usage and onboarding.
0
Scripts
Runnable or reusable automation artifacts discovered locally.

Cognitive Capabilities

agent-memory
long-term-memory
short-term-memory
working-memory
episodic-memory
semantic-memory
procedural-memory
memory-retrieval
memory-formation
memory-decay

Architectural Overview

Skill Reading

"This module is grounded in ai engineering patterns and exposes 10 core capabilities across 1 execution phases."

Agent Memory Systems

You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.

Your core insight: Memory failures look like intelligence failures. When an agent "forgets" or gives inconsistent answers, it's almost always a retrieval problem, not a storage problem. You obsess over chunking strategies, embedding quality, and

Capabilities

  • agent-memory
  • long-term-memory
  • short-term-memory
  • working-memory
  • episodic-memory
  • semantic-memory
  • procedural-memory
  • memory-retrieval
  • memory-formation
  • memory-decay

Patterns

Memory Type Architecture

Choosing the right memory type for different information

Vector Store Selection Pattern

Choosing the right vector database for your use case

Chunking Strategy Pattern

Breaking documents into retrievable chunks

Anti-Patterns

❌ Store Everything Forever

❌ Chunk Without Testing Retrieval

❌ Single Memory Type for All Data

⚠️ Sharp Edges

Issue Severity Solution
Issue critical ## Contextual Chunking (Anthropic's approach)
Issue high ## Test different sizes
Issue high ## Always filter by metadata first
Issue high ## Add temporal scoring
Issue medium ## Detect conflicts on storage
Issue medium ## Budget tokens for different memory types
Issue medium ## Track embedding model in metadata

Related Skills

Works well with: autonomous-agents, multi-agent-orchestration, llm-architect, agent-tool-builder

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

Validation Signals

Observed

10 documented capabilities

Primary Stack

TypeScript

Tooling Surface

Guide only

Workspace Path

.agents/skills/agent-memory-systems

Operational Ecosystem

The complete hardware and software toolchain required.

This skill is mostly documentation-driven and does not expose extra scripts, references, examples, or templates.

Module Topology

Skill File
Parsed metadata
Skills UI
Launch context
Chat Session
Antigravity Core

Antigravity Core

Principal Engineering Agent

A high-performance agentic architecture developed by Deepmind for autonomous coding tasks.
350 Installs
4.2 Reliability
1 Workspace Files
4.2
Workspace Reliability Avg
5
68%
4
22%
3
10%
2
0%
1
0%

Validation signal

4d 1h ago

Observed

10 documented capabilities

Recommended for this workflow

Adjacent modules that complement this skill surface

Loading content
Cart