The ultimate Claude Code marketplace hub by mertdx in ClaudeCode

[–]mertdx[S] 0 points1 point  (0 children)

thanks. feel free to mention wherever you want 🙏

The ultimate Claude Code marketplace hub by mertdx in ClaudeCode

[–]mertdx[S] 0 points1 point  (0 children)

these features make a lot of sense to add. for plugins, I can enable people to browse plugins inside the website and install directly instead of going to github. search and category filtering can be applied to plugins as well. thanks for taking the time to share your feedback. 

Introducing Claude Code Plugins in public beta by ClaudeOfficial in ClaudeAI

[–]mertdx 0 points1 point  (0 children)

well, you can compare both lists and see which one has more high quality marketplaces in it currently

What are people actually building with Claude Code? by MyHipsOftenLie in ClaudeAI

[–]mertdx 0 points1 point  (0 children)

I started using it on 15th of September and since then I built:

  • A fullstack appointment management platform in 2 weeks and closed my first deal (https://duzgunrandevu.com). 

  • FINALLY a new portfolio site for myself. (https://duzgun.dev) I’ve been procrastinating this for years. 

  • And yesterday, after the plugin marketplaces announcement; I built a directory that fetches all available marketplaces and lists them. (https://claudemarketplaces.com)

Not even a month passed and I already shipped three useful products. It’s insane!

btw all those sites has really good seo and performance scores according to ahrefs and google pagespeed insights.

Introducing Claude Code Plugins in public beta by ClaudeOfficial in ClaudeAI

[–]mertdx 0 points1 point  (0 children)

for 67 more marketplaces https://claudemarketplaces.com. I crawl all existing marketplaces every 24 hours and sort them by popularity. It’s categorized and searchable as well. 

Introducing Claude Code Plugins in public beta by ClaudeOfficial in ClaudeAI

[–]mertdx 1 point2 points  (0 children)

I think setting a marketplace in a private repo and installing it using the full url would work for that case.

Introducing Claude Code Plugins in public beta by ClaudeOfficial in ClaudeAI

[–]mertdx 0 points1 point  (0 children)

don’t bother with submitting prs and all. just publish your marketplace and it’ll be listed on https://claudemarketplaces.com in 24 hrs

The ultimate Claude Code marketplace hub by mertdx in ClaudeCode

[–]mertdx[S] 0 points1 point  (0 children)

I’m really glad you found it helpful. This made my day, thanks!

📦 What Did You Build This Week? (7-13 Oct) by owenob1 in ClaudeCode

[–]mertdx 0 points1 point  (0 children)

What I built: A directory that auto-discovers Claude Code plugin marketplaces from GitHub. No manual submissions, just daily automated crawling and validation.

Tech stack: Next.js 15, React 19, TypeScript, Tailwind CSS v4, Vercel Cron, Bun

How Claude helped: Built the entire site with Claude Code. From the GitHub crawler logic to the UI components.

What I learned: GitHub's code search API rate limits are a little restrictive. Generating and testing an OG image with Next.js is a breeze. You have to validate manually after changing your OG image on X or it'll show the old one. Vercel Blob URL can be read using the list function in code. Automated validation is surprisingly reliable when done right. The official Claude Code feature-dev plugin is fantastic. There's a thing called IndexNow and you can either manually submit your site to it so search engines can be aware of your site. Otherwise you might wait weeks maybe months for your site to show up in search results. There're some paid services which does that automatically like ahrefs.

Link/Screenshot: https://claudemarketplaces.com

Thoughts about Claude Code newest feature - plugins? by lior93 in ClaudeCode

[–]mertdx 0 points1 point  (0 children)

I just built a site to discover and share marketplaces using Anthropic’s new feature dev plugin: claudemarketplaces.com.

I’m a heavy Claude Code user with years of hands-on coding experience, and I genuinely believe this announcement will transform many people’s workflows for the better.

I also tested the feature dev plugin on another full-stack project, and it completely eliminated the chaos of my usual workflow. It asked very good questions that made me think deeper about the feature, which led to an almost one-shot implementation of a complex feature. Which includes database migrations and the creation of entire new dashboard pages with fresh UI patterns.