Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By rawwerks
Skills for using Build123D - a Python CAD library for creating parametric 3D models
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin rawwerks-vibecadCAD modeling with build123d Python library. Use when creating 3D models, exporting to GLB/STEP/STL, or doing boolean operations (union, difference, intersection). Triggers on: CAD, 3D modeling, sphere, box, cylinder, mesh export, GLB, STEP, STL, solid modeling, parametric design, threads, fasteners, bolts, nuts, screws, gears, pipes, flanges, bearings, bd_warehouse, spur gear, helical gear, bevel gear, planetary gear, ring gear, cycloid gear, rack and pinion, gggears, herringbone, gear mesh, gear train.
Compare 3D CAD models using boolean operations (IoU, Dice, precision/recall). Use when evaluating generated models against gold references, diffing CAD revisions, or computing similarity metrics for ML training. Triggers on: model diff, compare models, IoU, intersection over union, model similarity, CAD comparison, STEP diff, 3D evaluation, gold reference, generated model, precision recall 3D.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
CAD, robotics, fabrication, and local review skills.
Jarvis Onshape MCP — let Claude drive real Onshape CAD. Sketches, extrudes, fillets, mates, parametric iteration, FeatureScript custom features. Includes the vision-decomposition skill (zoom-and-describe a reference image into a structured feature tree before building) and side-by-side reference comparison tool. Structured truth-telling on every mutation.
18 specialized Claude Code skills for computational design in AEC covering parametric modeling, generative design, computational geometry, algorithmic patterns, structural computation, environmental simulation, facade engineering, digital fabrication, BIM scripting, interoperability, optimization methods, data-driven design, mesh processing, design automation, and machine learning for AEC. References 50+ pioneers and frameworks including Patrik Schumacher, Greg Lynn, Neri Oxman, Achim Menges, and standards from buildingSMART, Ladybug Tools, ASHRAE, Eurocode, and more. Includes 7 Python calculators.
Plan and design gridfinity baseplates for 3D printing with optimal grid layouts and print bed slicing
Blender automation toolkit with CLI for geometry, materials, modifiers, collections, animation retargeting, and WebSocket-based real-time control
Browser-based 3D design tool with visual editor, animation, and web export. Use this skill when creating 3D scenes without code, designing interactive web experiences, prototyping 3D UI, exporting to React/web, or building designer-friendly 3D content. Triggers on tasks involving Spline, no-code 3D, visual 3D editor, 3D animation, state-based interactions, React Spline integration, or scene export. Alternative to Three.js for designers who prefer visual tools over code.
Recursive Language Models (RLM) CLI - enables LLMs to recursively process large contexts by decomposing inputs and calling themselves over parts
Render GLB 3D models to PNG images for visual verification
Optimize and post-process GLB/glTF 3D models
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.