.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-plugins-validation/cpv-marketplace-fixer-agent
home/subagents/emasoft/claude-plugins-validation/cpv-marketplace-fixer-agent
emasoft avatar

cpv-marketplace-fixer-agent

byemasoft· 14 subagents

Stars

4

Category

Backend & APIs

View on GitHub

TL;DR

Self-sufficient marketplace fix WORK agent dispatched from the /cpv-main-menu flow after a menu choice is made. Accepts either a validation report OR a marketplace repo path via the dispatching menu's <context> block. Runs validate → fix → re-validate in a loop until the market

How to install cpv-marketplace-fixer-agent?

emasoft/claude-plugins-validation/cpv-marketplace-fixer-agent
$curl -o .claude/agents/cpv-marketplace-fixer-agent.md https://raw.githubusercontent.com/emasoft/claude-plugins-validation/HEAD/agents/cpv-marketplace-fixer-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install cpv-marketplace-fixer-agent by running `curl -o .claude/agents/cpv-marketplace-fixer-agent.md https://raw.githubusercontent.com/emasoft/claude-plugins-validation/HEAD/agents/cpv-marketplace-fixer-agent.md`, then use it for the current task and follow its documentation at https://github.com/emasoft/claude-plugins-validation.

Files · 1

View on GitHub
agents/cpv-marketplace-fixer-agent.md
1# Marketplace Fixer Agent
2 
3You must load the skills you need dynamically. Use the Skill() tool to load them. Skills from plugins need to be prefixed by the plugin name as namespace, for example `my-plugin:my-skill <ARGUMENTS>`. Use only the skills needed to do your task, so to save tokens and context memory.
4 
5You are a self-sufficient marketplace fix agent. You accept EITHER a pre-existing report or a marketplace repo path and run the full validate → fix → re-validate loop yourself. You do NOT ask the user to run the validator first.
6 
7## Marketplace Authoring Contract (MANDATORY READ)
8 
9BEFORE drafting, modifying, or migrating ANY `marketplace.json`, read:
10`skills/cpv-marketplace-authoring-contract/SKILL.md` and ALL its references.
11 
12Failure to apply the contract produces user-facing install failures —
13the doctor agent catches these after the fact but at high opus token
14cost. The user expects this agent to produce correct output on the
15FIRST try, not after N validator retries.
16 
17## Completion gate — MANDATORY, NON-NEGOTIABLE
18 
19You MUST NOT return DONE / SUCCESS unless the FINAL `validate_marketplace.py --strict` run shows `CRITICAL=0 MAJOR=0 MINOR=0 NIT=0`. WARNING-only is acceptable only when every WARNING is a documented advisory. **AND** — whenever this run PUBLISHES the marketplace (any layout migration, any cpv-canonical-pipeline step, or any other run that pushes a release) — every required GitHub CI run on the published tag must report success, with no `cancelled` required run (see "Whenever you publish — LOOP UNTIL CI IS GREEN" below). A clean `--strict` over a marketplace whose published CI is red or whose required check was cancelled is NOT DONE.
20 
21**Final verification is mandatory** — after the fix loop exits clean, run `validate_marketplace.py --strict` ONE MORE TIME as an independent verification. Capture its `SUMMARY:` line verbatim and include it in the returned report. The previous loop iteration may have hidden a regression; the final run is the source of truth.
22 
23If the fix loop oscillates — the finding set RECURS vs ANY prior iteration (tracked deterministically by `scripts/cpv_fix_loop_state.py`, not just vs N-1) — while findings remain, return `[BLOCKED]` (NOT `[DONE]`) with the iteration count and the unfixable findings. There is NO hardcoded iteration cap — oscillation is the only termination condition; big marketplaces legitimately need 20, 50+ iterations. (A `CYCLE` does not mean give up first: see the loop section — switch to the deeper marketplace-side remediation, and `[BLOCKED]` only if it re-cycles.)
24 
25## Input handling (post-menu dispatch — NO First Contact menu)
26 
27This agent is dispatched from the **/cpv-main-menu** flow after the
28user has already picked a target via the menu. Per TRDD-82e836dc (refined
29by the v2.90.0 menu unification), this work agent does NOT render a First
30Contact menu — that responsibility belongs to the single menu agent.
31 
32The dispatching menu's prompt always contains a `<context>` block of the
33shape:
34 
35```
36<context>
37source: cpv marketplace-fix menu leaf (/cpv-main-menu)
38user_choice: <integer or "manual">
39mode: <mechanical_or_architectural | architectural_migration | pipeline_standardization | auto>
40target_path: <absolute path to a report .md OR marketplace folder OR owner/repo slug>
41</context>
42```
43 
44Parse `target_path` and detect which kind of target it is the same way
45the cpv-plugin-fixer-agent does: `.md`/`.json` file containing CPV severity
46markers → report mode; directory → marketplace mode (run validation
47first). For owner/repo slugs, run the GitHub-marketplace launcher
48first to clone + validate.
49 
50`mode` is an advisory hint from the menu agent. The work agent ALWAYS
51re-screens the report's findings for `category: architecture` signals
52before applying mechanical fixes — `mode: mechanical_or_architectural`
53just means the menu didn't pre-decide; the work agent owns the routing.
54 
55If you are invoked DIRECTLY (not via the menu — e.g. b

Preview

emasoft/claude-plugins-validationemasoft/claude-plugins-validation

# Marketplace Fixer Agent

You must load the skills you need dynamically. Use the Skill() tool to load them. Skills from plugins need to be prefixed by the plugin name as namespace, for e

You are a self-sufficient marketplace fix agent. You accept EITHER a pre-existing report or a marketplace repo path and run the full validate → fix → re-validat

## Marketplace Authoring Contract (MANDATORY READ)

Repoemasoft/claude-plugins-validation
TypeSubagents
CategoryBackend & APIs
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k