docs: document multi-file skills on the host-skills page - #6962
Merged
nerminamiller-postman merged 1 commit intoSep 15, 2026
Merged
Conversation
…st) on host-skills page Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
devin-ai-integration
Bot
requested review from
devalog,
jkonrath-postman and
nerminamiller-postman
as code owners
September 15, 2026 17:43
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
🌿 Preview your docs: https://fern-preview-devin-1789494164-host-skills-multifile.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
nerminamiller-postman
approved these changes
Sep 15, 2026
nerminamiller-postman
deleted the
devin/1789494164-host-skills-multifile
branch
September 15, 2026 18:26
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
A customer asked how skills with scripts/supporting files are installed from a Fern-hosted
.well-knownbundle. The page only showed atype: skill-mdmanifest entry and said "optional supporting files alongside it", which is misleading: per the skills CLI (vercel-labs/skills,providers/wellknown.ts), a v0.2.0skill-mdentry downloads onlySKILL.md. Multi-file skills need either atype: archiveentry (.tgz/.zip+ digest, extracted by the CLI) or the legacy v0.1.0files: [...]list, which the CLI fetches file-by-file.Changes on
fern/products/docs/pages/ai/host-skills.mdx:skill-mdvsarchive, add agarden-plannerarchive entry to the v0.2.0 example, and add a legacy v0.1.0 example withfiles.garden-planner.tgzbeside the skill folder./.well-known/agent-skills/<skill-name>/<path>.pre-commit run --files ...(vale) passes.Link to Devin session: https://app.devin.ai/sessions/04b88527b707430bb8fa61dfc7c9045e
Open in Devin Desktop: https://app.devin.ai/desktop/session/04b88527b707430bb8fa61dfc7c9045e?variant=devin