Sub-skill of solver-benchmark: MultiSolverComparator (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill multisolvercomparator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multisolvercomparator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-multisolvercomparator)More formats (shields.io, HTML) on the badges page.
---
name: solver-benchmark-multisolvercomparator
description: 'Sub-skill of solver-benchmark: MultiSolverComparator (+1).'
version: 2.0.0
category: engineering-utilities
type: reference
scripts_exempt: true
---
# MultiSolverComparator (+1)
## MultiSolverComparator
```python
from digitalmodel.hydrodynamics.diffraction import (
MultiSolverComparator,
BenchmarkReport,
)
# Compare results from different solvers
comparator = MultiSolverComparator(
solver_results={
"AQWA": aqwa_results,
*See sub-skills for full details.*
## BenchmarkPlotter
```python
from digitalmodel.hydrodynamics.diffraction import BenchmarkPlotter
# Create overlay plots
plotter = BenchmarkPlotter(
solver_results=solver_results,
output_dir=Path("plots"),
x_axis="period", # or "frequency"
)
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.