Discover and install Claude Code plugins published on GitHub.
The home page displays all indexed marketplaces as cards. Each card shows:
- Marketplace name and description
- Author name and avatar
- GitHub stars, forks and last updated time
- Search - Find plugins by name, description, author, or category keyword/tag
- Filter - Narrow results by selecting one or more categories
- Sort - Order by popularity, trending, or last updated
- Popularity - Total GitHub stars
- Trending - Recent star velocity compared to historical average (z-score algorithm)
- Last Updated - Most recently pushed to GitHub
Filter state is synced to URL parameters for shareable links.
Click any card to view the full marketplace details:
- Marketplace hero - Core details from the home page: marketplace name and description, author name and avatar, GitHub stars, forks, last updated time, and direct link to the source repository.
- Plugin carousel - Cycle through all plugins in the marketplace to see their descriptions, install commands, and READMEs for quick documentation.
Agent Mart crawls GitHub repositories for marketplace.json files and builds a searchable directory. All data comes directly from GitHub - no manual curation or separate database.
agent-mart/
├── src/
│ ├── lib/ # GitHub client, cache, parsers, validators, categorizer
│ └── pipeline/ # 8-step ETL pipeline (01-discover to 09-output)
├── scripts/ # Pipeline orchestrator and visualizer
├── tests/ # ETL unit tests
├── web/public/data/ # Generated JSON output
└── web/ # Next.js frontend application
- Pipeline Architecture - 8-step ETL process
- Core Libraries - Utilities, schemas, and categorization
- Build Scripts - Pipeline orchestration and visualizer
- Testing Guide - Test patterns and running tests
- CI/CD Workflows - GitHub Actions setup
- Web Frontend - Next.js application
- Contributing - Development guidelines
Found a bug or have a feature request? Open an issue.
MIT