Claude Code plugin marketplaces are GitHub repos (or local directories) that distribute skills as installable plugins.
Configured Marketplaces
| Marketplace | Source | Plugins |
|---|---|---|
| anthropic-agent-skills | GitHub: anthropics/skills |
document-skills, example-skills, claude-api |
| bee-farm-skills | Local: ~/Sync/ED/skills/ |
farm-skills โ 13 skills: session-protocol, arr-media-management, automation-registry, bee-hub-docs, brownsville-property, homelab-ops, seasonal-calendar, tana-pg-bridge, secrets-vault, network-ops, observability, backup-recovery, mcp-builder |
Marketplace Commands
# List configured marketplaces
claude plugin marketplace list
# Add from GitHub
claude plugin marketplace add owner/repo
# Add from local directory
claude plugin marketplace add /path/to/directory
# Update all marketplaces
claude plugin marketplace update
# Update specific marketplace
claude plugin marketplace update marketplace-name
# Remove a marketplace
claude plugin marketplace remove marketplace-name
# Install a plugin from a marketplace
claude plugin install plugin-name@marketplace-name
Notable Third-Party Marketplaces
| Marketplace | Install Command | Highlights |
|---|---|---|
| daymade/claude-code-skills | claude plugin marketplace add daymade/claude-code-skills |
48 skills โ continue-claude-work, history-files-finder, QA expert, prompt optimizer |
| alirezarezvani/claude-skills | claude plugin marketplace add alirezarezvani/claude-skills |
Community collection, broad coverage |
| mhattingpete/claude-skills-marketplace | claude plugin marketplace add mhattingpete/claude-skills-marketplace |
Engineering workflows, visual docs, code operations |
Community directories for browsing:
- claudemarketplaces.com โ curated directory with install counts
- claudeskills.info โ 140+ skills, searchable
- skillsmp.com โ aggregates from GitHub