Skip to main content
在 Manus 中运行任何 Skill
一键导入

vibe-cad

星标3
分支0
更新时间2026年7月13日 14:18

Take a mechanical part / enclosure from a natural-language spec to a parametric build123d model, reviewed interactively in the latest CAD Viewer and exported as STEP/STL for print or tooling — written for a beginner driving CAD via Claude Code. Use when designing or revising an ENCLOSURE / bracket / carrier-shell, FITTING a board + modules into a housing, SWAPPING the module/sensor a shell wraps, or RESIZING to seat an off-the-shelf part. Key facts this skill encodes: the model is one PARAMETRIC python file (a param block = single source of truth + importable `build_*()` builders, no side effects); review is the **CAD Viewer**, which has NO CAD kernel — it renders `.step` only via a hidden GLB sidecar `.<name>.step.glb`, so `build_all.py` must `export_gltf` each part; the viewer is vendored by `npx skills install earthtojake/text-to-cad` and is launched/updated via `scripts/cad_viewer.sh` (which works around the fixed-port + renamed-launcher gotchas). Worked reference: a device shell under `examples/`. Upstre

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
9 个文件
SKILL.md
readonly