🎯

deep-agents-memory

🎯Skill

from langchain-ai/langchain-skills

VibeIndex|
What it does
|

A memory, persistence, and filesystem middleware skill for building agents with LangChain, LangGraph, and Deep Agents — installable via npx skills for any agent supporting the Agent Skills specification.

Overview

A memory, persistence, and filesystem middleware skill for building agents with LangChain, LangGraph, and Deep Agents. Part of the LangChain Skills collection, installable via npx for any agent supporting the Agent Skills specification including Claude Code, Cursor, Windsurf, and more.

Key Features

  • Memory middleware — Persistent memory capabilities for long-running agent sessions
  • Filesystem integration — File-based persistence for agent state and context
  • LangGraph compatible — Works with LangGraph checkpointers and thread management
  • Multi-agent install — Compatible with Claude Code, Cursor, Windsurf via npx skills add
  • Deep Agents CLI support — Works with Deep Agents CLI including agent persona configuration
  • Part of LangChain Skills — Alongside langgraph-persistence, langgraph-human-in-the-loop, and langchain-middleware skills

Who is this for?

Developers building LangChain or LangGraph agents who need persistent memory across sessions. Essential for teams creating long-running agents, multi-turn workflows, or applications where agent context must survive restarts and be shared across threads.

📦

Same repository

langchain-ai/langchain-skills(25 items)

deep-agents-memory

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add langchain-ai/langchain-skills --skill deep-agents-memory
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add langchain-ai/langchain-skills --skill deep-agents-memory
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/deep-agents-memory/SKILL.md

SKILL.md

6,591Installs
-
AddedMar 4, 2026

More from this repository10

🎯
langgraph-fundamentals🎯Skill

LangGraph fundamentals skill from LangChain for building, observing, and evaluating agents with LangChain, LangGraph, and LangSmith.

🎯
langchain-fundamentals🎯Skill

A LangChain fundamentals skill that provides guidance for building, observing, and evaluating agents with LangChain, LangGraph, LangSmith, and Deep Agents.

🎯
langchain-rag🎯Skill

Skill

🎯
langgraph-persistence🎯Skill

A LangGraph persistence skill covering checkpointers, thread_id, and cross-thread memory — part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.

🎯
langgraph-human-in-the-loop🎯Skill

A LangGraph human-in-the-loop skill covering interrupts, human review, and approval workflows — part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.

🎯
deep-agents-orchestration🎯Skill

Provides skills for orchestrating deep agents using LangChain, LangGraph, LangSmith, and Deep Agents, enabling building, observing, and evaluating multi-agent systems.

🎯
deep-agents-core🎯Skill

A Deep Agents core skill from LangChain Skills, providing patterns for building, observing, and evaluating agents with LangChain, LangGraph, LangSmith, and Deep Agents for AI coding workflows.

🎯
langchain-middleware🎯Skill

A LangChain middleware skill covering human-in-the-loop approval, custom middleware, and Command resume patterns — part of LangChain Skills for building agents with LangChain, LangGraph, and Deep Agents.

🎯
langchain-dependencies🎯Skill

Agent skills for building, observing, and evaluating agents with LangChain, LangGraph, LangSmith, and Deep Agents, supporting both Claude Code and DeepAgents CLI installations.

🎯
framework-selection🎯Skill

A LangChain skill that helps select the right framework for building AI agents, covering LangChain, LangGraph, LangSmith, and Deep Agents.