An open source harness for generating CAD models
npx skills add https://github.com/earthtojake/text-to-cad --skill cadقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل 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.