Skip to content

Document shared agent skills#25588

Merged
dvdksn merged 2 commits into
docker:mainfrom
dvdksn:codex/document-shared-agent-skills
Jul 24, 2026
Merged

Document shared agent skills#25588
dvdksn merged 2 commits into
docker:mainfrom
dvdksn:codex/document-shared-agent-skills

Conversation

@dvdksn

@dvdksn dvdksn commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Document how sbx imports host agent skills and shares them through a persistent, writable store. Update security and lifecycle guidance to describe the cross-sandbox trust boundary and per-sandbox opt-out.

Generated by Codex

The Sandboxes docs did not explain how to import host agent skills or account for the writable store in the security model. Document the supported paths and behavior, clarify the narrow cross-sandbox trust boundary, and update related security, lifecycle, and FAQ guidance.

Co-Authored-By: Codex <noreply@openai.com>
@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 845578b
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a60bf735f97350008e831ce
😎 Deploy Preview https://deploy-preview-25588--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dvdksn dvdksn added the status/review Pull requests that are ready for review label Jul 17, 2026
@dvdksn
dvdksn requested a review from a team July 17, 2026 13:16
@dvdksn dvdksn added this to the sbx/v0.37.0 milestone Jul 17, 2026

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

The documentation changes are clean and well-written. Content accurately describes the shared agent skills feature across architecture, FAQ, security, and usage files. No Vale-flagged style violations, no missing front matter, no broken references, and the sbx skills import command is properly cross-referenced in workflows.md.

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟡 NEEDS ATTENTION

Comment thread content/manuals/ai/sandboxes/security/_index.md
Comment on lines +35 to +36
| Claude Code | `~/.claude/skills` | `/home/agent/.claude/skills` |
| Codex | `~/.agents/skills` | `/home/agent/.agents/skills` |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Claude Code | `~/.claude/skills` | `/home/agent/.claude/skills` |
| Codex | `~/.agents/skills` | `/home/agent/.agents/skills` |
| Codex | `~/.agents/skills` | `/home/agent/.agents/skills` |
| Claude Code | `~/.claude/skills` | `/home/agent/.claude/skills` |

We actually import Codex first because a few coding agents also read from ~/.agents/skills so we consider that as being higher in the priority order.

The shared skills documentation did not distinguish sandbox compatibility from the timing of skill imports. Clarify that v0.37.0-or-later sandboxes mount the current store when they start and that older sandboxes must be recreated after upgrading.

Co-Authored-By: Claude <noreply@anthropic.com>
@dvdksn
dvdksn merged commit 36fbfef into docker:main Jul 24, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ai status/review Pull requests that are ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants