gmsh-meshing-batch-meshing

Sub-skill of gmsh-meshing: Batch Meshing (+2).

5 stars

Best use case

gmsh-meshing-batch-meshing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of gmsh-meshing: Batch Meshing (+2).

Teams using gmsh-meshing-batch-meshing should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/batch-meshing/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/cad/gmsh-meshing/batch-meshing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/batch-meshing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How gmsh-meshing-batch-meshing Compares

Feature / Agentgmsh-meshing-batch-meshingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of gmsh-meshing: Batch Meshing (+2).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Batch Meshing (+2)

## Batch Meshing


```bash
# 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.*

Related Skills

batch-syntax-repair-from-injection-errors

5
from vamseeachanta/workspace-hub

Detect and fix systematic syntax errors caused by line-injection scripts that split multiline constructs

batch-syntax-fix-with-regex-line-based-fallback

5
from vamseeachanta/workspace-hub

Fix repeated syntax errors across many files using regex, then fall back to line-based parsing when regex fails

batch-syntax-fix-regex-iteration

5
from vamseeachanta/workspace-hub

Iteratively fix widespread syntax errors across many files using regex refinement when initial patterns fail

batch-syntax-fix-pattern

5
from vamseeachanta/workspace-hub

Identify and repair cascading import/syntax errors across multiple files using regex-based line-scanning and verification

batch-regex-fix-import-syntax

5
from vamseeachanta/workspace-hub

Detect and fix mid-import blank-line syntax breaks across multiple files using line-based regex

closure-first-overnight-batch

5
from vamseeachanta/workspace-hub

Run a high-leverage overnight batch by clearing stale-open approved issues first, converting shared blockers into tracked issues, and reserving only one lane for true implementation.

workspace-hub-batch-issue-execution

5
from vamseeachanta/workspace-hub

Deprecated alias for gh-work-execution.

overnight-verify-close-batch

5
from vamseeachanta/workspace-hub

Build overnight parallel batches that close stale-open GitHub issues by proving landed work already satisfies the issue, instead of wasting implementation lanes on redoing completed work.

orcaflex-batch-manager

5
from vamseeachanta/workspace-hub

Manage large-scale OrcaFlex batch processing with parallel execution, adaptive worker scaling, memory optimization, and progress tracking for efficient simulation campaigns.

aqwa-batch-execution

5
from vamseeachanta/workspace-hub

Run ANSYS AQWA analyses in batch/headless mode on Linux. Covers CLI execution, DAT input file structure, multi-stage analysis chaining, output file parsing, failure diagnosis, and HPC job scheduling.

gh-issue-creation-full-repo-and-batch-setup

5
from vamseeachanta/workspace-hub

Create multiple related GitHub issues safely by resolving full OWNER/REPO, checking duplicates and labels first, and verifying each created issue.

gemini-batch-execution

5
from vamseeachanta/workspace-hub

Execute Gemini research tasks in efficient batches using hermes router to maximize $20/month quota utilization. Covers toolset config, batch patterns, sandbox pitfalls, and cleanup.