Document shared agent skills#25588
Merged
Merged
Conversation
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>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
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
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
craig-osterhout
approved these changes
Jul 17, 2026
rcjsuen
approved these changes
Jul 20, 2026
Comment on lines
+35
to
+36
| | Claude Code | `~/.claude/skills` | `/home/agent/.claude/skills` | | ||
| | Codex | `~/.agents/skills` | `/home/agent/.agents/skills` | |
There was a problem hiding this comment.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document how
sbximports 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