Agent skill · AI & Agents

deepagents-cli

Deep Agents CLI — the LangGraph-based terminal coding agent. Use this skill whenever the user mentions deepagents, deep agents, the deep agents CLI, terminal coding agent, LangGraph agent, or asks about agent memory, agent skills, AGENTS.md, coding assistants in the terminal, or building scripted/CI agent workflows.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deepagents-cli --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/deepagents-cli/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

# Deep Agents CLI Terminal coding agent with persistent memory, skills, sandboxed execution, and 20+ LLM providers. Built on LangGraph. See the [official overview](https://docs.langchain.com/oss/python/deepagents/overview) and [CLI guide](https://docs.langchain.com/oss/python/deepagents/cli/overview). > **Routing:** This file covers quick start, core concepts, and common workflows. For deeper details, read the appropriate reference file: CLI flags and shortcuts → `references/cli-reference.md` | Models and providers → `references/providers.md` | Skills → `references/skills-system.md` | Memory → `references/memory-and-persistence.md` | Sandboxes → `references/sandboxes.md` | SDK/programmatic usage → `references/sdk-customization.md` | Automation/CI → `references/workflows.md` | Streaming → `references/streaming.md` | Editor integrations → `references/acp.md` > **Note:** All official documentation content is included in the local reference files. Only fetch external URLs if the local content appears inaccurate or incomplete. ## Quick Start ```bash # Interactive session (default agent, default model) deepagents # Interactive with specific agent and model deepagents -a myagent -M anthro

What's inside
Steps it walks through
  1. Quick Start
  2. Core Concepts
  3. Agents = Isolated Personas
  4. Memory vs Skills
  5. Two Operating Modes
  6. Interactive Mode
  7. Slash Commands
  8. Non-Interactive Mode
  9. Piping and stdin
  10. Model Selection
  11. At Launch
  12. During Session
  13. Default Model
  14. Resolution Order
Ships with 1 file
  • metadata.json
Commands it runs
Interactive session (default agent, default model)
deepagents
Interactive with specific agent and model
deepagents -a myagent -M anthropic:claude-sonnet-4-5
Non-interactive one-shot task
deepagents -n "Summarize README.md"
Non-interactive with shell access
deepagents -n "List Python files and count lines" --shell-allow-list ls,wc,find
Resume last session
deepagents -r
More from claude-skill-registry
All skills →
About this skill
What does the deepagents-cli skill do?

Deep Agents CLI — the LangGraph-based terminal coding agent. Use this skill whenever the user mentions deepagents, deep agents, the deep agents CLI, terminal coding agent, LangGraph agent, or asks about agent memory, agent skills, AGENTS.md, coding assistants in the terminal, or building scripted/CI agent workflows.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deepagents-cli --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