Conversation
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 and why
Importing a large skill collection via Settings → Skills → Add Repository currently requires the plugin bundle format, but this isn't documented — and repos that don't match the layout register successfully while importing zero skills, with no warning.
While bulk-importing our 489-skill collection (
SKILL.mdfiles, ~2,700 files / 23 MB) we measured five scenarios end-to-end; full reproduction data is in OpenHands/OpenHands#17278. Two outcomes users hit most:<skill-name>/SKILL.mdfolders (and also the.agents/skills/<name>/SKILL.mdspec layout) registers with "Settings saved" but imports 0 skills, silently.ownerblock in.plugin/marketplace.jsonfails as generic "invalid marketplace manifest".This PR adds a short section to the Skills Overview documenting the working bundle layout, the
ownerrequirement, and a note advising users to verify the catalog after saving (plus the new-conversation step so the skill directory is rebuilt).Changes
overview/skills.mdx: new section "Importing Large Collections via Add Repository" (layout tree + marketplace.json example + verification note), placed before "Five-Minute Setup".Happy to adjust wording/placement, or split into the Creating Skills page if that's a better home.