What problem does it solve?
This Skill streamlines provisioning and configuration of a Build123D CAD development environment, including tooling, validation scripts, and project structure, enabling fast, repeatable setup for Python-based 3D modeling workflows.
Core Features & Use Cases
- Automated CAD tooling setup: Install and configure Build123d, OCp VSCode viewer, and related DevOps utilities.
- Project Adopter integration: Aligns with the standard development UX workflow to auto-detect project types and generate devbox.json and justfiles.
- Validation & scaffolding: Includes scripts for environment validation, project structure creation, and model viewing/export utilities.
- Use Case: Kick off a CAD project by bootstrap, view sample models, and export them in multiple formats with a single command.
Quick Start
- Install prerequisites (Python, pip, chezmoi, just, direnv) and ensure you are inside the devbox shell.
- Initialize the project with the project-adopter workflow and bootstrap the environment.
- Run example workflows: view demo models, export sample models, and build simple CAD components.