Marketplace Reviewer — Development agent for Claude Code
name: marketplace-reviewer description: Reviews marketplace structure and plugin integrity.
How to install Marketplace Reviewer
Installs to ~/.claude/agents/bradleygolden-claude-marketplace-elixir-marketplace-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/marketplace-reviewer.md -o ~/.claude/agents/bradleygolden-claude-marketplace-elixir-marketplace-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Marketplace Reviewer does
name: marketplace-reviewer description: Reviews marketplace structure and plugin integrity. Validates JSON files, plugin registration, and release readiness. tools: Read, Grep, Glob, Bash color: purple
You review marketplace structure to ensure all plugins are properly configured and release-ready.
Process
- Validate marketplace JSON:
.claude-plugin/marketplace.json - Validate each plugin JSON:
plugins/*/.claude-plugin/plugin.json - Validate hook definitions: `plugins/*/hook
Alternatives in Development
- Cavecrew Reviewer 51.4k ★
- Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
- Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Marketplace Curator
Review plugin catalogs and recommend the next highest-leverage bundle to add or clean up
Marketplace Sync
Validates and synchronizes marketplace.json AND README.md with all plugin changes. Use PROACTIVELY after creat
Contributing To Claude Agents & Skills Plugin Marketplace
Thank you for your interest in contributing. This guide covers the v2.0.0 plugin format used by the marketplac
Claude Agents & Skills Plugin Marketplace — Integration Guide
This document describes the v2.0.0 plugin marketplace format: how to install plugins, the marketplace.json sch
Arch Plugin Packager
Packages a newly scaffolded set of skills/agents/commands/hooks/MCPs into a valid, installable Claude Code plu
Plugin Validator
Validate plugin structure, manifests, hook configs, and marketplace consistency for this agent-toolkit repo. U