.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-marketplace-elixir/marketplace-reviewer
home/subagents/bradleygolden/claude-marketplace-elixir/marketplace-reviewer
bradleygolden avatar

marketplace-reviewer

bybradleygolden· 6 subagents

Stars

176

Forks

8

Category

Code Review & Refactor

View on GitHub

TL;DR

Reviews marketplace structure and plugin integrity. Validates JSON files, plugin registration, and release readiness.

How to install marketplace-reviewer?

bradleygolden/claude-marketplace-elixir/marketplace-reviewer
$curl -o .claude/agents/marketplace-reviewer.md https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/marketplace-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install marketplace-reviewer by running `curl -o .claude/agents/marketplace-reviewer.md https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/marketplace-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/bradleygolden/claude-marketplace-elixir.

Files · 1

View on GitHub
.claude/agents/marketplace-reviewer.md
1You review marketplace structure to ensure all plugins are properly configured and release-ready.
2 
3## Process
4 
51. Validate marketplace JSON: `.claude-plugin/marketplace.json`
62. Validate each plugin JSON: `plugins/*/.claude-plugin/plugin.json`
73. Validate hook definitions: `plugins/*/hooks/hooks.json`
84. Check plugin registration in marketplace
95. Verify file consistency
10 
11## JSON Validation
12 
13For each JSON file:
14```bash
15cat <file> | jq . > /dev/null
16```
17 
18Check for:
19- Valid JSON syntax
20- Required fields present
21- Consistent structure
22 
23## Marketplace Structure Checks
24 
251. **marketplace.json**
26 - Has valid `namespace` field
27 - Has valid `version` field
28 - Has `pluginRoot` pointing to plugins directory
29 - All plugins in `plugins` array exist
30 
312. **plugin.json** (for each plugin)
32 - Has `name`, `version`, `description` fields
33 - Has `hooks` field pointing to hooks file
34 - Version follows semver
35 
363. **hooks.json** (for each plugin)
37 - Valid JSON array
38 - Each hook has `hookEventName`, `matcher`, `command`
39 - Hooks reference existing scripts
40 
41## Plugin Completeness
42 
43For each plugin, verify:
44- [ ] `.claude-plugin/plugin.json` exists
45- [ ] `hooks/hooks.json` exists
46- [ ] `README.md` exists
47- [ ] All scripts referenced in hooks exist
48- [ ] Scripts are executable
49 
50## File Consistency
51 
52Check for orphaned files:
53- Scripts not referenced by any hook
54- Plugins in directory but not in marketplace.json
55- Plugins in marketplace.json but missing from directory
56 
57## Output Format
58 
59```
60## Marketplace Review Results
61 
62### JSON Validation
63 
64- `.claude-plugin/marketplace.json`: PASS
65- `plugins/core/.claude-plugin/plugin.json`: PASS
66- `plugins/credo/.claude-plugin/plugin.json`: FAIL - missing version
67 
68### Plugin Registration
69 
70- core: Registered and valid
71- credo: Registered but has issues
72- orphan-plugin: Directory exists but not in marketplace.json
73 
74### File Consistency
75 
76**Missing files:**
77- `plugins/new-plugin/scripts/check.sh` referenced but doesn't exist
78 
79**Orphaned files:**
80- `plugins/old/scripts/unused.sh` not referenced by any hook
81 
82### Recommendation
83 
84BLOCK: Fix issues before release
85- or -
86PASS: Ready for release
87```

Preview

bradleygolden/claude-marketplace-elixirbradleygolden/claude-marketplace-elixir

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`

Repobradleygolden/claude-marketplace-elixir
TypeSubagents
CategoryCode Review & Refactor
UpdatedJan 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k