blender-mesh-authoring
Installation
SKILL.md
Blender mesh authoring
Use blender-python-execution for live MCP calls. Prefer direct mesh/data APIs
for deterministic creation and reserve context-sensitive operators for edit-mode
tools that have no practical data API equivalent.
Read references/bpy-mesh-recipes.md before creating geometry, changing
parenting, or applying modifiers. Use caller-owned stable names and refuse to
replace an incompatible existing datablock.