fix: rename marketplace to sixfold-plugins and use .git add URL #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/marketplace-name-and-add-url"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes two defects that made the marketplace un-addable:
/plugin marketplace add https://codeberg.org/sixfold_space/claude-plugins(no.git) is classified by Claude Code as a direct-download URL source, so it fetched the repo's HTML page and failed schema validation withInvalid marketplace schema from URL: : Invalid input: expected object, received string. The README now instructs the.gitform, which clones the repo instead, and adds the matching/plugin install madtea@sixfold-pluginsline.With the clone working, the marketplace name
claude-pluginswas rejected by Claude Code's reserved/impersonation name filter ("Marketplace name impersonates an official Anthropic/Claude marketplace") - this check runs on every load, so the name had to change. Renamed tosixfold-plugins; the Codeberg repo name is not checked and stays as-is.Verified locally:
claude plugin marketplace addon this tree now succeeds assixfold-plugins(v2.1.210).