chore(skills): point remaining skill docs at org/public/core#4124
Merged
Conversation
Core skills are synced into the org/public/core mount (public-sets.ts), which replaces the image-baked /mnt/skills/public for discovery — main already migrated file-reading and slides; this finishes the docs for xlsx/pdf/docx/pptx and the slides-create comment. The Dockerfile bake and _bin bare commands (slides-create, pptx-*) still run from /mnt/skills and are intentionally left as-is — retiring those is a separate executable- distribution change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
decocms Bot
pushed a commit
that referenced
this pull request
Jun 25, 2026
PR: #4124 chore(skills): point remaining skill docs at org/public/core Bump type: patch - @decocms/sandbox (packages/sandbox/package.json): 1.4.1 -> 1.4.2 Deploy-Scope: both
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.
What is this contribution about?
Core skills are now synced into the
org/public/coremount (seepublic-sets.ts), which replaces the image-baked/mnt/skills/publicfor skill discovery.mainalready migrated thefile-readingandslidesdocs; this finishes the job for the remaining agent-facing references inxlsx,pdf,docx,pptxand theslides-createcomment. The Dockerfile bake and the_binbare commands (slides-create,pptx-*) still run from/mnt/skillsand are intentionally left as-is — retiring those is a separate executable-distribution change.How to Test
grep -rn "/mnt/skills" packages/sandbox/image/skills/*/SKILL.md→ no matches./mnt/skillsrefs are the Dockerfile,_bin/*wrappers, and theskills-features.mdtracking doc (all load-bearing / accurate).Migration Notes
Docs-only change; takes effect for agents on the next sandbox image rebuild / skill-set sync. No DB migration, no behavior change.
Review Checklist
Summary by cubic
Update skill docs and inline comments to use the
org/public/coremount instead of/mnt/skills/publicfordocx,pdf,pptx,xlsx, andslides-create. Docs-only; no behavior changes—remaining/mnt/skillsrefs in the Dockerfile and_binwrappers are intentional.Written for commit 9ada835. Summary will update on new commits.