LangGraph Persistence
Skill VerificatoINVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.
This skill configures and demonstrates LangGraph's persistence layer, enabling state saving, conversation history, and cross-thread memory. It covers various checkpointer implementations like InMemorySaver, SqliteSaver, and PostgresSaver, along with thread ID management and time travel features for state history.
License
- info:License usabilityThe license is not explicitly stated in any manifest file or LICENSE file. While the repository is under the 'langchain-ai' organization, implying permissive OSS, the lack of a clear license declaration is an informational gap.
Maintenance
- warning:Commit recencyNo commits have been made to the default branch in the last 12 months, suggesting the extension may be unmaintained.
Versioning
- warning:Release ManagementThere is no manifest version, GitHub release tag, or CHANGELOG.md file present, and installation instructions reference 'main', indicating a lack of formal versioning.
Installazione
Aggiungi prima il marketplace
/plugin marketplace add langchain-ai/langchain-skills/plugin install langchain-skills@langchain-skillsEstensioni simili
dbs-save:诊断存档
95把当前诊断的关键状态存到本地,下次回来可以接着用。 触发方式:/dbs-save、/存档、「保存这次诊断」「记下来」「这个结论留着」 Save the current diagnosis state to disk for cross-session recall. Trigger: /dbs-save, "save this diagnosis", "remember this"
Deep Agents Memory
85INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.
Postgres State Adapter
98Postgres state adapter for chat (production)
dbs-restore
96把上次诊断的状态拉出来,接着用。配合 dbs-save 使用。 触发方式:/dbs-restore、/续上、「接着上次」「之前的结论」「上次诊断到哪了」 Restore the most recent diagnosis snapshot saved by dbs-save. Trigger: /dbs-restore, "continue from last time", "where did we leave off"
LangGraph Fundamentals
95INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.
Framework Selection
95INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.