From marketplace-ops
Validate ACP marketplace integrity. Use PROACTIVELY before any commit that modifies plugin files or marketplace.json. Checks marketplace.json consistency, verifies all referenced files exist, validates frontmatter fields, detects orphaned plugins/skills/agents/commands, and reports naming convention violations. TRIGGER WHEN: the user requires assistance with tasks related to this domain. DO NOT TRIGGER WHEN: the task is outside the specific scope of this component.
npx claudepluginhub acaprino/alfio-claude-plugins --plugin marketplace-opsThis skill uses the workspace's default tool permissions.
Run a comprehensive structural validation of the ACP marketplace.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Run a comprehensive structural validation of the ACP marketplace.
Execute the audit script to get a machine-readable report:
# Validate only
python plugins/marketplace-ops/skills/marketplace-audit/scripts/audit_marketplace.py
# Validate and auto-fix color issues (invalid, missing, disharmonious)
python plugins/marketplace-ops/skills/marketplace-audit/scripts/audit_marketplace.py --fix
The script checks:
name, description, model, colorname, descriptiondescription--fix to auto-correct invalid or missing colorsname fieldname fieldfeature-e2e.md uses .feature-e2e/)full-review.md)name field- or double hyphen --)name matches git remote repo namename matches its source directory namename matches CLAUDE.md project headerAddress findings by severity:
After the script passes, review the color distribution in the report output and evaluate semantic harmony:
Run the script again after fixes to confirm a clean audit.