langchain-ai/langchain-skills
These skills were imported into SkillJury from the public skills ecosystem.
deep-agents-core
by langchain-ai/langchain-skills
The agent harness provides these capabilities automatically - you configure, not implement.
deep-agents-memory
by langchain-ai/langchain-skills
Short-term (StateBackend) : Persists within a single thread, lost when thread ends Long-term (StoreBackend) : Persists across threads and sessions Hybrid (CompositeBackend) : Route different paths to different backends
deep-agents-orchestration
by langchain-ai/langchain-skills
All three are automatically included in create_deep_agent() .
framework-selection
by langchain-ai/langchain-skills
Picking a higher layer does not cut you off from lower layers — you can use LangGraph graphs inside Deep Agents, and LangChain primitives inside both.
langchain-dependencies
by langchain-ai/langchain-skills
Source details, install context, and public review data are available on the full page.
langchain-fundamentals
by langchain-ai/langchain-skills
Source details, install context, and public review data are available on the full page.
langchain-middleware
by langchain-ai/langchain-skills
Requirements: Checkpointer + thread_id config for all HITL workflows.
langchain-rag
by langchain-ai/langchain-skills
Source details, install context, and public review data are available on the full page.
langgraph-fundamentals
by langchain-ai/langchain-skills
Graphs must be compile() d before execution.
langgraph-human-in-the-loop
by langchain-ai/langchain-skills
Source details, install context, and public review data are available on the full page.
langgraph-persistence
by langchain-ai/langchain-skills
Source details, install context, and public review data are available on the full page.