gmsh-meshing-batch-meshing
Sub-skill of gmsh-meshing: Batch Meshing (+2).
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/batch-meshing/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How gmsh-meshing-batch-meshing Compares
| Feature / Agent | gmsh-meshing-batch-meshing | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Detect and fix systematic syntax errors caused by line-injection scripts that split multiline constructs
batch-syntax-fix-with-regex-line-based-fallback
Fix repeated syntax errors across many files using regex, then fall back to line-based parsing when regex fails
batch-syntax-fix-regex-iteration
Iteratively fix widespread syntax errors across many files using regex refinement when initial patterns fail
batch-syntax-fix-pattern
Identify and repair cascading import/syntax errors across multiple files using regex-based line-scanning and verification
batch-regex-fix-import-syntax
Detect and fix mid-import blank-line syntax breaks across multiple files using line-based regex
closure-first-overnight-batch
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
Deprecated alias for gh-work-execution.
overnight-verify-close-batch
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
Manage large-scale OrcaFlex batch processing with parallel execution, adaptive worker scaling, memory optimization, and progress tracking for efficient simulation campaigns.
aqwa-batch-execution
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
Create multiple related GitHub issues safely by resolving full OWNER/REPO, checking duplicates and labels first, and verifying each created issue.
gemini-batch-execution
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.