Skip to content

docs: document multi-file skills on the host-skills page - #6962

Merged
nerminamiller-postman merged 1 commit into
mainfrom
devin/1789494164-host-skills-multifile
Sep 15, 2026
Merged

nerminamiller-postman merged 1 commit into
mainfrom
devin/1789494164-host-skills-multifile

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

A customer asked how skills with scripts/supporting files are installed from a Fern-hosted .well-known bundle. The page only showed a type: skill-md manifest entry and said "optional supporting files alongside it", which is misleading: per the skills CLI (vercel-labs/skills, providers/wellknown.ts), a v0.2.0 skill-md entry downloads only SKILL.md. Multi-file skills need either a type: archive entry (.tgz/.zip + digest, extracted by the CLI) or the legacy v0.1.0 files: [...] list, which the CLI fetches file-by-file.

Changes on fern/products/docs/pages/ai/host-skills.mdx:

  • Manifest step: explain skill-md vs archive, add a garden-planner archive entry to the v0.2.0 example, and add a legacy v0.1.0 example with files.
  • File tree: add garden-planner.tgz beside the skill folder.
  • Served-URLs list: note that supporting files/archives are reachable at /.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

…st) on host-skills page

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

Copy link
Copy Markdown
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
nerminamiller-postman merged commit da176af into main Sep 15, 2026
5 checks passed
@nerminamiller-postman
nerminamiller-postman deleted the devin/1789494164-host-skills-multifile branch September 15, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants