Emasoft

134 mods across 6 repositories, 19 stars between them.

Emasoft/claude-plugins-validation

Plugin Claude Code

Comprehensive validation, management, and standardization suite for Claude Code plugins and marketplaces. Includes 190+ validation rules, plugin lifecycle management, marketplace operations, health checks, security auditing, GitHub repo validation, plugin/marketplace repo scaffolding, and standardization tooling.…

4 4d ago A tokens not measured original MIT

cpv-agent

02

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 184 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 188 tokens original MIT

cpv-doctor-agent

04

Emasoft/claude-plugins-validation

Agent

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.…

4 4d ago B 203 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 215 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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.

4 4d ago A 66 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 236 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 101 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 144 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 232 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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.

4 4d ago A 56 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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.…

4 4d ago A 86 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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).

4 4d ago A 61 tokens original MIT

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 88 tokens original MIT

cpv-spark-agent

15

Emasoft/claude-plugins-validation

Agent

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…

4 4d ago A 226 tokens original MIT

cpv-agent

16

Emasoft/claude-plugins-validation

Command

Direct free-form entry to the general-purpose CPV worker. Pass any plugin-quality request as arguments and it routes to the right CPV skill, agent, or script and runs the whole job in an isolated context — validate, scan, fix, optimize cache, create, publish, migrate a marketplace, manage installed plugins, or update…

4 4d ago A 73 tokens original MIT

Emasoft/claude-plugins-validation

Command

Fan out cpv-cache-optimizer-agent across every plugin in a marketplace, a list of plugins, or a single plugin. Accepts local paths and GitHub URLs. One cpv-cache-optimizer-agent per plugin running in batchaudit mode (read-only — Phase 1 of the cache pipeline). Detects the seven prompt-cache-invalidation patterns…

4 4d ago A 107 tokens original MIT

Emasoft/claude-plugins-validation

Command

Fan out cpv-cache-optimizer-agent across every plugin in a marketplace, a list of plugins, or a single plugin and APPLY the cache-invalidation fixes (CA-01..CA-07). Accepts local paths and GitHub URLs. One cpv-cache-optimizer-agent per plugin in batchfix mode (Phase 1 audit + Phase 2 fix + Phase 3 re-validate; Phase 4…

4 4d ago A 121 tokens original MIT

cpv-batch-fix

19

Emasoft/claude-plugins-validation

Command

Parallel fix for one OR many plugins. Single-plugin inputs run the existing per-shard protocol (one cpv-plugin-fixer-agent per shard of findings). Marketplace / list / URL inputs run a per-plugin fan-out (one cpv-plugin-fixer-agent per plugin; each fixer may internally shard its own findings). Accepts local paths…

4 4d ago A 129 tokens original MIT

Emasoft/claude-plugins-validation

Command

Maximum-coverage same-turn scan + fix. One cpv-plugin-fixer-agent per plugin reads each source file ONCE and runs validate + security + caching audit + caching optimize + verify-FPs + fix — all inline. Each per-file scan triggers every applicable checker; confirmed-real findings are fixed; confirmed-FPs are skipped.…

4 4d ago A 109 tokens original MIT

Emasoft/claude-plugins-validation

Command

Same-turn diagnose + fix across a fleet of project folders. One cpv-doctor-agent per project scans the requested scope + verifies findings + applies obvious fixes inline (NIT and CRITICAL auto; MAJOR / MINOR auto when the recipe is safe). LOCAL paths only — URL inputs are CRITICAL errors. Default 8 parallel agents per…

4 4d ago A 90 tokens original MIT

Emasoft/claude-plugins-validation

Command

Read-only diagnostic across a fleet of project folders. One cpv-doctor-agent per project diagnoses the requested scope — user (/.claude/), project ( /.claude/), local ( /.claude/settings.local.json), or full (all three + cross-scope conflict checker). LOCAL paths only — URL inputs are CRITICAL errors because the…

4 4d ago B 107 tokens original MIT

cpv-batch-scope-fix

23

Emasoft/claude-plugins-validation

Command

Apply fixes for scope-aware doctor findings across a fleet of project folders. One cpv-doctor-agent per project in batchscopefix mode handles the requested scope (user / project / local / full). LOCAL paths only — URL inputs are CRITICAL errors. Default 8 parallel agents per main-session message, cap 16.

4 4d ago A 74 tokens original MIT

Emasoft/claude-plugins-validation

Command

Fan out security-only validation across every plugin in a marketplace, a list of plugins, or a single plugin. Accepts local paths and GitHub URLs. One cpv-plugin-validator-agent agent per plugin (mode batchsecurityaudit) running only the security checker — five external scanners (cc-audit, tirith, trufflehog, semgrep…

4 4d ago A 111 tokens original MIT