accessibility-audit
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits,…
Evaluate a plugin or skill for quality
$ npx -y skills add wshobson/agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/evalContext preview
What this command does when you run it.
Evaluate a plugin or skill for quality
description: Evaluate a plugin or skill for quality argument-hint: <path> [--depth quick|standard]
Run the PluginEval quality evaluation on a plugin or skill directory.
/eval <path> — evaluate at standard depth (static + LLM judge) /eval <path> --depth quick — static analysis only (instant)
cd "${CLAUDE_PLUGIN_ROOT}"
uv run plugin-eval score {argument} --depth quick --output jsonParse the JSON output to get `composite.score`, `composite.dimensions`, and `layers[0].anti_patterns`.
Dispatch the `eval-judge` agent with the skill path:
> Evaluate the skill at: {resolved_path} > Read the SKILL.md file and any references/ files, then score it on all 4 dimensions. > Return your scores as JSON.
The judge returns scores for: triggering_accuracy, orchestration_fitness, output_quality, scope_calibration.
**If quick depth:** Report the Layer 1 results directly from the CLI output.
**If standard depth:** Blend Layer 1 and Layer 2 scores.
For each dimension, use these blend weights (Static:Judge):
Dimension weights: triggering(0.25), orchestration(0.20), output(0.15), scope(0.12), disclosure(0.10), efficiency(0.06), robustness(0.05), structural(0.03), code_quality(0.02), coherence(0.02)
Final = sum(weight * blended_score) * 100 * anti_pattern_penalty
## Overall Score: {score}/100 {badge}
## Layer Breakdown
| Layer | Score |
|-------|-------|
## Dimension Scores
| Dimension | Weight | Score | Grade |
|-----------|--------|-------|-------|
## Anti-Patterns Detected
## RecommendationsBadge thresholds: Platinum(90+), Gold(80+), Silver(70+), Bronze(60+)
Production-ready agentic workflow building blocks: 94 plugins, 202 agents, 183 skills, 105 commands — built for Claude Code and consumed natively by OpenAI Codex CLI, Cursor, OpenCode, the Antigravity CLI, GitHub Copilot, and Pi from a single Markdown source.
Repo: wshobson/agents
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits,…
Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.
The Multi-Agent Optimization Tool is an advanced AI-driven framework designed to holistically improve system performance through intelligent, coordinated…
Debug issues using competing hypotheses with parallel investigation by multiple agents
Task delegation dashboard for managing team workload, assignments, and rebalancing
Develop features in parallel with multiple agents using file ownership boundaries and dependency management