fix: rename marketplace to sixfold-plugins and use .git add URL #5

Merged
hexajon merged 1 commit from fix/marketplace-name-and-add-url into main 2026-07-15 21:35:18 +00:00
hexajon commented 2026-07-15 21:35:15 +00:00 (Migrated from codeberg.org)

Summary

Fixes two defects that made the marketplace un-addable:

  1. /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 with Invalid marketplace schema from URL: : Invalid input: expected object, received string. The README now instructs the .git form, which clones the repo instead, and adds the matching /plugin install madtea@sixfold-plugins line.

  2. With the clone working, the marketplace name claude-plugins was 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 to sixfold-plugins; the Codeberg repo name is not checked and stays as-is.

Verified locally: claude plugin marketplace add on this tree now succeeds as sixfold-plugins (v2.1.210).

## Summary Fixes two defects that made the marketplace un-addable: 1. `/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 with `Invalid marketplace schema from URL: : Invalid input: expected object, received string`. The README now instructs the `.git` form, which clones the repo instead, and adds the matching `/plugin install madtea@sixfold-plugins` line. 2. With the clone working, the marketplace name `claude-plugins` was 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 to `sixfold-plugins`; the Codeberg repo name is not checked and stays as-is. Verified locally: `claude plugin marketplace add` on this tree now succeeds as `sixfold-plugins` (v2.1.210).
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sixfold-space/claude-plugins!5
No description provided.