RepoDepot
LiveThe Claude ecosystem, curated.
An AI-enriched directory of the Claude ecosystem: MCP servers, skills, hooks, plugins, subagents, and Agent SDK apps. Verified listings with standardized pitches and live-synced metadata. Submit any GitHub repo and Gemini auto-classifies it, writes a clean pitch, and ships it to the depot.
Why I Built It
I spend a lot of time on X, where everyone shares interesting repos. Bookmarks weren't cutting it, and there was no way to share my curated list with my cofounders. So I built RepoDepot. Now whenever any of us spots something good, it goes straight into the depot and the whole team sees it. The AI enrichment piece grew out of laziness: I didn't want to write a description for every repo I added, so I let Gemini do it.
Overview
RepoDepot is a live, AI-enriched directory of the Claude ecosystem. Every listing is pulled straight from GitHub, run through a Gemini enrichment pipeline to classify the kind (MCP server, skill, hook, plugin, subagent, etc.), and rewritten into a standardized pitch. Metadata stays fresh via a nightly resync.
Key Features
- AI Auto-Enrichment: Paste any GitHub URL; Gemini classifies the kind, extracts install commands, and writes a clean pitch
- Live Metadata: Stars, last-push dates, topics, and contributors refresh nightly via Supabase pg_cron
- Eleven Categories: MCP servers, skills, hooks, plugins, subagents, slash commands, statuslines, Agent SDK apps, API examples, awesome-lists
- Full-Text Search: Postgres tsvector search across every listing with instant header-bar results
- Toolkits: Public per-user collections; build your own curated shelf
- Bulk Admin Seeding: Paste an X thread or an awesome-list README and batch-import every repo at once
- Spec-Sheet Detail Pages: SEO-rich pages with schema.org JSON-LD, breadcrumbs, and dynamic OG images per repo
Technology
Built with Next.js 16 (App Router + Turbopack), React 19, and TypeScript. Supabase handles Postgres + GitHub OAuth + row-level security. Gemini 2.5 Flash powers the repo enrichment. Tailwind v4 drives a dark-forest, depot-themed UI inspired by airport arrival boards. Deployed on Vercel with automatic nightly metadata resyncs.