Agent skill · AI & Agents

deep-agents-core

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-agents-core --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/agent/deep-agents-core/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

<overview> Deep Agents are an opinionated agent framework built on LangChain/LangGraph with built-in middleware: - **Task Planning**: TodoListMiddleware for breaking down complex tasks - **Context Management**: Filesystem tools with pluggable backends - **Task Delegation**: SubAgent middleware for spawning specialized agents - **Long-term Memory**: Persistent storage across threads via Store - **Human-in-the-loop**: Approval workflows for sensitive operations - **Skills**: On-demand loading of specialized capabilities The agent harness provides these capabilities automatically - you configure, not implement. </overview> <when-to-use> | Use Deep Agents When | Use LangChain's create_agent When | |---------------------|-----------------------------------| | Multi-step tasks requiring planning | Simple, single-purpose tasks | | Large context requiring file management | Context fits in a single prompt | | Need for specialized subagents | Single agent is sufficient | | Persistent memory across sessions | Ephemeral, single-session work | </when-to-use> <middleware-selection> | If you need to... | Middleware | Notes | |------------------|------------|-------| | Track complex tasks | TodoLi

What's inside
Steps it walks through
  1. SKILL.md Format
  2. Directory Structure
  3. What Agents CAN Configure
  4. What Agents CANNOT Configure
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-agents-core skill do?

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-agents-core --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 majiayu000/claude-skill-registry, a repository with 534 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