v0.3.3: Fix claude-plugins-official + complete marketplace stats #7
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.
Summary
Critical compatibility fix for claude-plugins-official (default Claude Code marketplace) plus complete stats coverage for all 12 marketplaces.
Critical Fixes
Git URL Source Parsing ✅
Problem: claude-plugins-official uses 3 source formats, one wasn't supported:
"./plugins/name"(string) ✅ Worked"./external_plugins/name"(string) ✅ Worked{"source": "url", "url": "https://..."}(object) ❌ FailedImpact: ~20% of claude-plugins-official plugins failed to parse (Atlassian, Figma, Vercel, Notion, Sentry, Firebase, etc.)
Solution:
Local Marketplace Loading ✅
Problem: Marketplace browser showed "(? plugins)" for installed marketplaces when cache empty
Solution: Load plugin count from local installation when cache unavailable
Updated Moved Repos
Two marketplaces relocated:
jeremylongshore/claude-code-plugins→jeremylongshore/claude-code-plugins-plus-skills(845 ⭐)ananddtyagi/claude-code-marketplace→ananddtyagi/cc-marketplace(577 ⭐)Fresh Marketplace Stats
Updated all 12 marketplaces (snapshot: 2025-12-31):
All timestamps updated:
Developer Tooling
New script:
scripts/update-marketplace-stats.shTesting
Impact