bradleygolden

Marketplace Reviewer — Development agent for Claude Code

Development community

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

Terminal
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

  1. Validate marketplace JSON: .claude-plugin/marketplace.json
  2. Validate each plugin JSON: plugins/*/.claude-plugin/plugin.json
  3. Validate hook definitions: `plugins/*/hook

Alternatives in Development

Full documentation available on GitHub

View Source Repository