Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add SciMate-AI/HPC-Skills --skill hpc-gmshgit clone --depth 1 https://github.com/SciMate-AI/HPC-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/scimate-ai/hpc-skills/hpc-gmsh)<a href="https://agentmods.dev/skills/scimate-ai/hpc-skills/hpc-gmsh"><img src="https://agentmods.dev/badge/skills/scimate-ai/hpc-skills/hpc-gmsh/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/scimate-ai/hpc-skills/hpc-gmsh"><img src="https://agentmods.dev/badge/skills/scimate-ai/hpc-skills/hpc-gmsh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00119 | $0.02242 |
| Opus 5 | $0.00060 | $0.01121 |
| Sonnet 5 | $0.00024 | $0.00448 |
| Haiku 4.5 | $0.00012 | $0.00224 |
Grade A, and why
hpc-gmsh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HPC Gmsh
Treat Gmsh as a geometry-plus-meshing stack. Choose the modeling kernel first, then make topology, sizing, and structured-meshing decisions explicit before exporting downstream.
Start
- Read
references/modeling-kernels-and-geometry.mdbefore creating or repairing a Gmsh model — covers GEO versus OpenCASCADE selection, boolean operations, extrusions, transformations, CAD/STL import, embedded and compound entities, synchronization rules. - Read
references/physical-groups-and-entity-tagging.mdwhen solver handoff depends on boundary or region tags — covers export behavior, physical group stability after booleans, downstream solver requirements matrix. - Read
references/algorithm-selection-guide.mdwhen choosing 2D or 3D meshing algorithms — covers MeshAdapt, Delaunay, Frontal-Delaunay, HXT, parallel meshing, optimization, element order, subdivision. - Read
references/mesh-size-and-field-control.mdwhen choosing mesh sizes — covers the full size determination hierarchy, all field types (Distance, Threshold, Box, Ball, Cylinder, BoundaryLayer, MathEval, AutomaticMeshSizeField, etc.), combining fields, size callbacks. - Read
references/boundary-layer-and-refinement-recipes.mdwhen boundary layers, distance-based refinement, or CFD-specific mesh recipes are needed — covers BL parameters, y+ estimation, fan points, wake refinement, complete 2D CFD recipe. - Read
references/transfinite-and-recombine-playbook.mdwhen the mesh should be structured, swept, or recombined — covers TransfiniteCurve/Surface/Volume syntax with grading, Recombine, structured extrusion with Layers, periodic meshes, high-order, complete hex workflow. - Read
references/cli-and-python-api-playbook.mdwhen choosing between.geo, CLI, and the Python API — covers complete CLI flag reference, Python API patterns for geometry, meshing, fields, partitioning, periodic meshes, CAD import. - Read
references/import-export-and-solver-handoff.mdwhen importing CAD/STL or exporting meshes — covers all output formats, MSH4.1/MSH2 format details, element type table, downstream handoff recipes for FEniCS, OpenFOAM, Elmer, SU2, ABAQUS, Code_Aster, mesh partitioning. - Read
references/error-recovery.mdwhen meshing or geometry construction fails — covers diagnostic commands, recovery decision tree, geometry/meshing failure recovery sequences, reporting template. - Read
references/error-pattern-dictionary.mdfor fast matching of specific Gmsh failure signatures — 14 patterns covering wrong kernel, missing physical groups, transfinite incompatibility, synchronize missing, boolean tag instability, 3D boundary recovery, negative Jacobians, periodic mismatch, and more.
What ships with it
19 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 236 B
- assets/templates/airfoil_bl_2d.py 4.0 KB runs code
- assets/templates/gmsh-batch-mesh.sh 181 B runs code
- assets/templates/gmsh-mesh-slurm.sh 424 B runs code
- assets/templates/minimal_rectangle_2d.geo 291 B
- assets/templates/occ_box_python.py 620 B runs code
- assets/templates/parametric_cylinder_in_box.geo 1.7 KB
- assets/templates/periodic_channel_hex.py 3.5 KB runs code
- assets/templates/step_import_mesh.py 3.4 KB runs code
- references/algorithm-selection-guide.md 4.5 KB
- references/boundary-layer-and-refinement-recipes.md 6.9 KB
- references/cli-and-python-api-playbook.md 12 KB
- references/error-pattern-dictionary.md 8.9 KB
- references/error-recovery.md 6.2 KB
- references/import-export-and-solver-handoff.md 8.2 KB
- references/mesh-size-and-field-control.md 6.9 KB
- references/modeling-kernels-and-geometry.md 8.2 KB
- references/physical-groups-and-entity-tagging.md 4.6 KB
- references/transfinite-and-recombine-playbook.md 7.0 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 119 lines · 119 tokens per session scan A 967e7df1b013
hpc-gmsh is a skill published in the GitHub repository SciMate-AI/HPC-Skills (86 stars, last pushed 5mo ago), licensed MIT. It adds 119 tokens to every session and 2,242 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…