Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add JonathanAquino/ai-skills --skill "glb-to-stl"
Install specific skill from multi-skill repository
# Description
Convert .glb files (from Meta 3D SAM) to .stl for 3D printing in Bambu Studio.
# SKILL.md
name: glb-to-stl
description: Convert .glb files (from Meta 3D SAM) to .stl for 3D printing in Bambu Studio.
To convert a .glb file (output from Meta 3D SAM) to .stl (for import into Bambu Studio for 3D printing), run:
assimp export <input_file>.glb <output_file>.stl
Example:
assimp export model.glb model.stl
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.