An open source harness for generating CAD models
npx skills add https://github.com/earthtojake/text-to-cad --skill cadCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
An open source harness for generating 3D models with your favorite coding agent
@cad[...] references so agents can make precise follow-up edits.This harness vendors file-targeted skills for CAD and robot-description work. Use the bundled copies here for local models/ projects, or use the dedicated repositories when installing the skills outside this harness.
@cad[...] geometry references. Bundled docs · Standalone repomodels/.@cad[...] handles when you want geometry-aware edits.Clone the repo:
git clone https://github.com/earthtojake/text-to-cad.git
cd text-to-cad
Install Python CAD dependencies:
python3.11 -m venv .venv
./.venv/bin/python -m pip install --upgrade pip
./.venv/bin/pip install -r requirements-cad.txt
Install viewer dependencies:
cd viewer
npm install
Run the local CAD Explorer:
npm run dev
Then open http://localhost:4178.