Agent skill · Workflow & Productivity

langchain-deep-agents

Build a LangGraph 1.0 Deep Agent \u2014 planner + subagents + virtual\ \ filesystem +\nreflection loop \u2014 without the state-growth and prompt-inheritance\ \ traps. Use\nwhen building a long-horizon agent that must plan, delegate subtasks,\ \ work\nagainst a scratchpad filesystem, and reflect on progress.\nTrigger with\ \ \"langchain deep agent\", \"planner subagent\", \"virtual filesystem\nagent\"\ , \"reflection loop\", \"langgraph deep agent\".\n"

jeremylongshoregithub.com/jeremylongshoreGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill langchain-deep-agents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 19 KB
Bundled scripts: none
Version: 2.5.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadWriteEditBash(python:*)
Requires: Designed for Claude Code, also compatible with Codex
Path: skills/.curated/langchain-deep-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,596
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LangChain Deep Agents (Python) ## Overview Two pains bite every team reproducing LangChain's late-2025 Deep Agents blueprint. **Virtual-FS state grows unboundedly (P51).** The planner and every subagent write plans, scratch notes, intermediate drafts, and tool outputs into `state["files"]`. Nothing ever evicts them. After 50 tool calls, the checkpointed state is **8 MB**; every `MemorySaver.put(

More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the langchain-deep-agents skill do?

Build a LangGraph 1.0 Deep Agent \u2014 planner + subagents + virtual\ \ filesystem +\nreflection loop \u2014 without the state-growth and prompt-inheritance\ \ traps. Use\nwhen building a long-horizon agent that must plan, delegate subtasks,\ \ work\nagainst a scratchpad filesystem, and reflect on progress.\nTrigger with\ \ \"langchain deep agent\", \"planner subagent\", \"virtual filesystem\nagent\"\ , \"reflection loop\", \"langgraph deep agent\".\n"

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill langchain-deep-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,596 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going