A library of Claude Code skills for teaching coding agents how to use various CAD tools.
Sponsored by neThing.xyz
Add the marketplace to Claude Code:
/plugin marketplace add raymondweitekamp/VibeCAD
Then install the plugins you need:
/plugin install build123d@vibecad
/plugin install render-glb@vibecad
/plugin install gltf-transform@vibecad
After installation, invoke skills using the format <plugin-name>:<skill-name>:
| Plugin | Skill Invocation |
|---|---|
| build123d | build123d:build123d |
| build123d | build123d:model-compare |
| render-glb | render-glb:render-glb |
| gltf-transform | gltf-transform:gltf-transform |
Skills are automatically triggered when Claude detects relevant tasks (CAD modeling, GLB rendering, model optimization), or you can explicitly load them.
Skills for using Build123D - a Python CAD library for creating parametric 3D models with code.
Skills:
build123d - CAD modeling with algebra-style syntaxmodel-compare - Compare 3D models using IoU, Dice, precision/recall metricsFeatures:
Render GLB 3D models to PNG images for visual verification.
bunx render-glb model.glb output.pngOptimize and post-process GLB/glTF 3D models.
We welcome contributions! To add a new CAD tool:
plugins/.claude-plugin/plugin.json with the plugin manifestskills/ with SKILL.md filesEach skill requires a SKILL.md with YAML frontmatter:
---
name: skill-name
description: What the skill does and when to use it
---
# Skill Name
Instructions for using the skill...
MIT License - see LICENSE for details.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rawwerks/VibeCAD --plugin render-glbRecursive Language Models (RLM) CLI - enables LLMs to recursively process large contexts by decomposing inputs and calling themselves over parts
Skills for using Build123D - a Python CAD library for creating parametric 3D models
Optimize and post-process GLB/glTF 3D models
AI-powered autonomous coding agent using task management for continuous development cycles.
Ray's Skills for AI Agents, starting with Claude Skills.
Optimize and post-process GLB/glTF 3D models
Blender to web export workflows for 3D models and animations. Use this skill when exporting Blender models to glTF for web, optimizing 3D assets for Three.js or Babylon.js, batch processing models with Python scripts, automating Blender workflows, or creating web-ready 3D pipelines. Triggers on tasks involving Blender glTF export, bpy scripting, 3D asset optimization, model compression, texture baking, or Blender automation. Exports models for threejs-webgl, react-three-fiber, and babylonjs-engine skills.
AI skill for working with Three.js texture loading, mapping, and material properties. Helps developers create and manipulate 3D textures programmatically.
Blender 3D automation via MCP
MCP server + skills for Agisoft Metashape Professional 2.3+ — dense reconstruction, texturing, tile export, DEM/ortho generation, photogrammetry QA, and more.
Official skills for Rodin 3D model generation by Hyper3d. Prompting guidelines and API integration patterns for 3D asset creation.