Agent skill
gmsh-meshing-batch-meshing
Sub-skill of gmsh-meshing: Batch Meshing (+2).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/cad/gmsh-meshing/batch-meshing
SKILL.md
Batch Meshing (+2)
Batch Meshing
# Generate 2D surface mesh and save
gmsh model.geo -2 -o output.msh
# Generate 3D volume mesh
gmsh model.geo -3 -o output.msh
# Specify output format
gmsh model.geo -2 -format msh22 -o output.msh
*See sub-skills for full details.*
## Format Conversion
```bash
# Convert MSH to STL
gmsh input.msh -o output.stl
# Convert STEP to mesh
gmsh input.step -2 -o output.msh
# Convert to MSH v2.2 (for BEM tools)
gmsh input.msh -format msh22 -o output.msh
# Convert with binary format
gmsh input.msh -bin -convert output.msh
Key CLI Flags
| Flag | Description |
|---|---|
-0 |
Output model only (no mesh), then exit |
-1, -2, -3 |
Generate 1D/2D/3D mesh |
-format <fmt> |
Output format (msh2, msh22, stl, vtk, etc.) |
-o <file> |
Output file path |
-bin |
Binary output |
-clscale <f> |
Global mesh size factor |
-clmin <f> |
Minimum element size |
-clmax <f> |
Maximum element size |
See sub-skills for full details.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?