GearScope fresh-install smoke log: earthtojake/text-to-cad Host: macOS 26.5.2, aarch64 Python: 3.12.13, Node: v24.13.1, npm: 11.8.0 Date: 2026-08-09 === Repo metadata (GitHub API) === full_name: earthtojake/text-to-cad description: A library of agent skills for CAD, CAE and CAM stargazers_count: 13112 forks_count: 1385 open_issues_count: 14 created_at: 2026-04-22T01:09:45Z pushed_at: 2026-08-07T21:55:00Z size: 96233 (KB) language: JavaScript license: MIT topics: agents, ai-agents, cad, mechanical-engineering, robotics, step, stl, stp, text-to-cad === Clone (shallow) === $ git clone --depth 1 https://github.com/earthtojake/text-to-cad.git OK - cloned, 1235 tracked files (excl .git), 96 MB with LFS pointers === Structural checks === 11 SKILL.md files found: skills/cad/SKILL.md (102 lines, 9 reference docs) skills/cad-viewer/SKILL.md (101 lines) skills/dxf/SKILL.md (94 lines) skills/urdf/SKILL.md (66 lines) skills/srdf/SKILL.md (77 lines) skills/sdf/SKILL.md (104 lines) skills/gcode/SKILL.md (141 lines) skills/bambu-labs/SKILL.md (209 lines) skills/sendcutsend/SKILL.md (122 lines) skills/step-parts/SKILL.md (70 lines) skills/implicit-cad/SKILL.md (169 lines) PASS - 11 of 11 skills declare frontmatter (name + description) PASS - all 11 description fields under 1024-char limit PASS - 11 of 11 agents/openai.yaml configs present PASS - 46 progressive-disclosure reference .md files across skills PASS - 3 plugin manifests valid JSON: .claude-plugin/marketplace.json (name=text-to-cad, v0.3.13, 1 plugin entry) .claude-plugin/plugin.json (name=cad, v0.3.13, license=MIT, skills=./skills/) .codex-plugin/plugin.json (name=cad, v0.3.13, license=MIT, skills=./skills/) PASS - VERSION file = 0.3.13; latest git tag = 0.3.13 (13 tags total: 0.3.1 -> 0.3.13) PASS - LICENSE = MIT at repo root PASS - 10 benchmark prompts (benchmarks/01..10*.md) PASS - bundle.sh --check: "CAD snapshot runtime is up to date. CAD skill cadpy runtime is up to date." (viewer esbuild binary missing on bare clone; expected, needs viewer npm install) === Dependency install (venv) === $ python3 -m venv ttc-venv && pip install build123d cadquery-ocp OK - build123d 0.11.1 + cadquery-ocp 7.9.3.1.1 installed (pulls vtk, numpy, scipy, ezdxf, etc.) $ pip install --editable skills/cad/scripts/packages/cadpy OK - cadpy 0.3.13 installed editable Fresh pass rate: 14 of 14 structural + install checks.