From c33941e1f4a2b953c4821937f3e4e77338743e02 Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 21:48:03 +0000 Subject: [PATCH] docs(sandboxes): clarify shared agent skills intro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes docker/docs#26010 — rewrite the opening blurb in plain language. --- .../ai/sandboxes/workflows/agent-skills.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/content/manuals/ai/sandboxes/workflows/agent-skills.md b/content/manuals/ai/sandboxes/workflows/agent-skills.md index ad9d751ca5c..c2959fac7ae 100644 --- a/content/manuals/ai/sandboxes/workflows/agent-skills.md +++ b/content/manuals/ai/sandboxes/workflows/agent-skills.md @@ -6,10 +6,17 @@ description: Add skills from Git repositories or import them from supported host keywords: docker sandboxes, sbx, agent skills, shared skills, git repository, claude code, codex, copilot, cursor, devin, droid --- -Shared agent skills let you install skills from Git repositories or import -skills from supported agents on your host. `sbx` keeps installed skills in a -persistent store that survives sandbox deletion and is shared by default with -new sandboxes that run a supported agent. +Shared agent skills are reusable instruction packs for coding agents (for +example Claude Code, Codex, Copilot, Cursor, or Devin). + +You can: + +- Install skills from a Git repository into Docker Sandboxes +- Import skills that are already installed for supported agents on your host + +Imported and installed skills are copied into a persistent store on the host. +That store survives sandbox deletion, and new sandboxes that run a supported +agent can use those skills by default. > [!NOTE] > Shared agent skills are experimental.