ectoectoCommunityยท1 Agent Skills Included

vcad

Parametric 3D CAD modeling, assemblies, and physics simulation

Creates parametric 3D CAD models with primitives, sketches, extrusions, booleans, fillets, and patterns. Builds multi-part assemblies with joints and runs physics simulations for robot arms and mechanisms. Imports STEP files from Fusion 360 or SolidWorks and exports STL or GLB for 3D printing. Eliminates manual CAD clicking by turning plain-English part requests into precise geometry.
npx skills add ecto/vcad --all -g -y
Available:

Gives the AI agent the build, test, and MCP server rules for working on the vcad codebase, including dependency setup, session handling, and how to diagnose preview and restart issues.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install vcad?โ–ผ

Run `npx skills add ecto/vcad --all -g -y` in your terminal to install all skills in this suite globally.

How to create 3D CAD models with AI?โ–ผ

Describe the part you need in plain English and the agent builds it with vcad's create_cad_document tool using primitives, sketches, holes, and patterns. You can then inspect dimensions and export to STL for 3D printing.

Can vcad import STEP files from Fusion 360 or SolidWorks?โ–ผ

Yes. The import_step tool reads AP203 and AP214 STEP files, lets you measure volume and bounding boxes, and re-export to STL or GLB.

Can vcad simulate robot arms and mechanisms?โ–ผ

Yes. You can define assemblies with revolute, slider, and ball joints, then run gym-style physics simulations with torque or position controls.

Does vcad work with Claude Code and other AI agents?โ–ผ

Yes. It ships as a standard MCP server and SKILL.md files, so it runs in Claude Code, Cursor, and any MCP-compatible agent.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’