docs: correct skill discovery URL format and manifest documentation#10756
Open
IamCoder18 wants to merge 1 commit into
Open
docs: correct skill discovery URL format and manifest documentation#10756IamCoder18 wants to merge 1 commit into
IamCoder18 wants to merge 1 commit into
Conversation
|
@IamCoder18 is attempting to deploy a commit to the Kilo Code Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The documentation changes accurately reflect the actual implementation in
Files Reviewed (1 file)
Reviewed by claude-4.6-sonnet-20260217 · 587,607 tokens Review guidance: REVIEW.md from base branch |
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.
Issue
Fixes #10755
Context
The documentation incorrectly stated that
skills.urlsaccepts direct URLs to individualSKILL.mdfiles. In reality, the skill discovery implementation requires URLs pointing to a directory that serves anindex.jsonmanifest. Fixed the docs to correctly reflect the implemented behavior.Implementation
Updated
packages/kilo-docs/pages/customize/skills.mdin both the VSCode and CLI tabs to show the correct URL format (https://example.com/.well-known/skills/) and added documentation explaining the requiredindex.jsonmanifest structure withname,description, andfilesfields. Files are downloaded from{url}/{skill-name}/{file}paths - this matches the actual implementation inpackages/opencode/src/skill/discovery.tswhich fetches the index, then downloads each skill's files.Screenshots / Video
How to Test
Manual/local verification
Ran the docs site and verified the information was accurate.
I also run build and test for the docs site and it passed.
Reviewer test steps
cd packages/kilo-docs/ && bun run dev/docs/customize/skills#additional-skill-paths-and-remote-urlscontains accurate informationChecklist
Get in Touch
Discord: @IamCoder18