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.
npx skills add majiayu000/claude-skill-registry --skill deepagents-cli --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Start
- Core Concepts
- Agents = Isolated Personas
- Memory vs Skills
- Two Operating Modes
- Interactive Mode
- Slash Commands
- Non-Interactive Mode
- Piping and stdin
- Model Selection
- At Launch
- During Session
- Default Model
- Resolution Order
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
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.
