General-purpose CPV worker. Receives a free-form plugin-quality request and autonomously routes it to the right claude-plugins-validation skill, agent, or script, then executes the whole job in an isolated context. Dispatch it for "use CPV to " or "read the CPV skills menu and pick what is needed" — validate…
Self-sufficient cache-optimization WORK agent dispatched by the cpv-main-menu (menu-tree §3.3 cache rows) or by the /cpv-batch-caching-audit and /cpv-batch-caching-optimize commands. Accepts EITHER a pre-existing cache-audit report path OR a plugin/project path via the dispatcher's block. Runs the full validate → fix…
CPV doctor WORK agent invoked by the /cpv-main-menu main-session orchestrator (Diagnose category). The orchestrator renders the "Diagnose what?" first-contact menu and collects per-action follow-up; this agent receives a structured block with the resolved mode and targetpath and runs the matching diagnostic recipe.…
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 block. Runs validate → fix → re-validate in a loop until the marketplace is clean (zero CRITICAL/MAJOR/MINOR/NIT and…
Creates new Claude Code plugin or marketplace repositories from scratch with full CI/CD pipeline, git hooks, and standard file structure, then publishes and watches GitHub CI to green before declaring done. Use when user wants to create a new plugin, scaffold a repo, or set up a new marketplace hub.
Security devitalization WORK agent. Accepts a security report OR a plugin path via the dispatching menu's block, and converts execution-class findings into PROVABLY-INERT data — passing CPV's security gate by neutralizing each threat's executable shape, NEVER by suppressing a rule or relaxing --strict. Refuses to…
Deep diagnostic auditor for Claude Code plugins. Goes beyond validateplugin (structure-only) by ALSO running all 5 external security scanners, the pipeline-staleness checks, the cross-platform compliance checks, the marketplace-registration probe, and the cached-vs-GitHub sync probe. Returns a structured diagnosis…
Self-sufficient fix WORK agent. Accepts a validation report OR a plugin path via the dispatching menu's block and runs validate → fix → re-validate in a loop until the plugin is clean (zero CRITICAL/MAJOR/MINOR/NIT and zero publish-blocking WARNINGs). Loads the cpv-fix-validation, cpv-canonical-pipeline, and…
Security leaks-and-hardening WORK agent. Takes a security report OR a plugin path and fixes LEAK + MISSING-SAFEGUARD findings without breaking functionality — passing CPV's security gate by REMOVING exposed secrets and IMPLEMENTING missing safeguards, NEVER by suppressing a rule. Redacts secrets (runtime-reading the…
Autonomous plugin management agent for installing, validating, and maintaining Claude Code plugins. Use when user asks to: install/uninstall plugins, validate plugin quality, check plugin health, search for plugins by type, manage marketplaces, or perform bulk plugin operations.
Lightweight validation agent that runs scripts and returns compact summaries. Does NOT fix issues or perform semantic analysis — use cpv-plugin-fixer-agent and cpv-semantic-validator-agent for those. A thin script-launcher (per TRDD-82e836dc): the entire workflow is Bash + Read + 1-2 lines of summary, no analysis.…
Deep AI-driven semantic analysis agent for skill and agent quality. Evaluates description triggering, instruction clarity, example quality, and workflow completeness — things scripts cannot check. Use only via /cpv-semantic-validation (explicit opt-in; 10-50x token cost).
Lightweight skill validation agent that runs scripts and returns compact summaries. Does NOT fix issues or perform semantic analysis — use cpv-plugin-fixer-agent and cpv-semantic-validator-agent for those. A thin script-launcher (per TRDD-82e836dc): the entire workflow is Bash + Read + 1-2 lines of summary, no…
CPV's bundled lightweight implementation agent — focused fixes, quick tweaks, file creations, code changes inside a CPV workflow. Use for short-context dispatches from CPV menus and orchestrators where the task is bounded (one file or one symbol) and TDD-grade rigor would be overhead. Launch many in parallel for…