14 skills
langchain-skills762 ★
checked 4d ago
Give your agent a memory and file system
Wires up persistence layers for a Deep Agent — choose between ephemeral session state, durable storage, or filesystem access. Routes automatically based on what the agent needs.
·★750↓0
checked 4d ago
Orchestrate multi-agent workflows with checkpoints
Configures subagents to hand off work, plans tasks in a shared list, and pauses for human sign-off before critical steps—keeping complex workflows from spinning out of control.
·★750↓0
checked 4d ago
Pick the right agent framework before you code
Answers whether you need LangChain, LangGraph, Deep Agents, or a hybrid — and why. Run this first, before building any agent logic or tool integration.
·★750↓0
checked 4d ago
Resolve LangChain package conflicts and versions
Handles environment setup, package version matching, and dependency conflicts for LangChain, LangGraph, and LangSmith. Catches breaking changes and suggests pin strategies.
·★750↓0
checked 4d ago
Build a LangChain agent with safeguards
Scaffolds a working LangChain agent with tool definitions, middleware for human approval steps, and error handlers so the agent won't break production on its first mistake.
·★750↓0
checked 4d ago
Build a Claude agent that runs skills
Reference for the core Deep Agents API: how to spin up an agent, wire it to skills, set memory, configure execution loops, and deploy. Covers the harness architecture end-to-end.
·★750↓0
checked 4d ago
Write a multi-step agent without getting lost
Guides you through StateGraph setup, node logic, branching, and streaming so your agent chains steps predictably. Includes error-handling patterns and state-schema design.
·★750↓0
checked 4d ago
Set up memory and history for a LangGraph agent
Configures checkpointers, thread scoping, and conversation history so your graph remembers past runs and can travel backward through state without losing context or crashing on replay.
·★750↓0
checked 4d ago
Process a batch of items in parallel
Takes a table or list, splits each row into an independent task, runs them all at once, then stitches the results back together into one output.
·★750↓0
checked 4d ago
Wire up a RAG pipeline without boilerplate
Scaffolds a working retrieval-augmented generation system: loads documents, chunks them smartly, embeds vectors, and connects a vector store so Claude can ground answers in your data.
·★750↓0
checked 4d ago
Deploy a LangGraph agent without CLI pain
Scaffolds a new LangGraph project, walks through dev mode, handles langgraph.json config, and deploys to the cloud with a single command chain.
·★750↓0
checked 4d ago
Build approval gates into an agent workflow
Explains how to pause a LangGraph agent mid-run, collect human feedback or approval, and resume—covering interrupts, Commands, and multi-tier error handling patterns.
·★750↓0
checked 4d ago
Add guardrails and checkpoints to agent workflows
Integrates human approval gates, custom middleware hooks, and structured-output validation into LangChain agents—so dangerous or high-stakes tool calls pause for review before executing.
·★750↓0
checked 4d ago
Set up and run a multi-agent system
Deploys a coordinated team of Claude agents that talk to each other via MCP servers, each with their own tools and skills. Handles threading, interrupts, and live streaming.
·★750↓0