Sub-skill of mesh-utilities: CLI Usage.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill cli-usage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Usage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-cli-usage-4aa10ca3)More formats (shields.io, HTML) on the badges page.
---
name: mesh-utilities-cli-usage
description: 'Sub-skill of mesh-utilities: CLI Usage.'
version: 1.0.0
category: engineering-utilities
type: reference
scripts_exempt: true
---
# CLI Usage
## CLI Usage
```bash
# Quick inspection
uv run python -c "from mesh_utilities import inspect_mesh; inspect_mesh('vessel.gdf')"
# Quality check
uv run python -c "from mesh_utilities import validate_mesh_quality; validate_mesh_quality('hull.gdf')"
# Conversion
uv run python -c "from mesh_utilities import convert_mesh; convert_mesh('hull.stl', 'gdf', 'output/')"
# Pre-solver check
uv run python -c "from mesh_utilities import pre_solver_checklist; pre_solver_checklist('model.gdf', 'orcawave')"
```
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!