mirror of
https://github.com/langchain-ai/docs.git
synced 2026-08-27 02:41:59 -04:00
c0cd1be6ae
## Description Adds an "Add the `managed-deep-agents` skill" section to the Managed Deep Agents quickstart, between Prerequisites and the build steps. Readers who build with a coding agent get better results with the [`managed-deep-agents` skill](https://github.com/langchain-ai/langchain-skills/blob/main/config/skills/managed-deep-agents/SKILL.md) installed, so the section links the skill and gives the `npx skills add langchain-ai/langchain-skills --skill managed-deep-agents --yes` install command. Placement is the main thing worth a look: the skill is most useful before the reader starts scaffolding, but it can move to Next steps if that reads better. Docs-only change; no new pages, so `src/docs.json` is untouched. `make lint_prose` passes on the changed file. Written by an AI agent (Open SWE) at the requester's direction. ## Test Plan - [ ] Preview the quickstart page and confirm the new section renders with the heading in code formatting. Made by [Open SWE](https://openswe.vercel.app/agents/25e9b868-246d-5f0a-afc6-dffbd06e42a5) --------- Co-authored-by: Caspar Broekhuizen <25157475+casparb@users.noreply.github.com> Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>