What problem does it solve? Writing CAD drawings by hand in GUI tools is hard to version, review, and automate. This Skill lets an agent author geometry as code in .cf TOML files, validate it, preview it visually, and compile it deterministically to DXF. ## Core Features & Use Cases - CAD as code authoring: Declare lines, polylines, circles, arcs, text, dimensions, hatches, arrays, mirrors, and 3D solids with CSG booleans in .cf TOML layers orchestrated by project.toml. - Validation and visual verification: Run cadspec check --json for machine-readable validation and cadspec preview to render PNG/SVG previews with entity highlight markers so edits can be confirmed visually. - Live preview and DXF pipeline: Use cadspec serve for a browser live preview that refreshes on save, cadspec build to compile DXF, and cadspec import to convert existing DXF files into .cf layers. - Use Case: Ask the agent to scaffold a floor plan project, draw walls and dimension annotations in .cf files, preview the render to verify placement, then build the final DXF for delivery. ## Quick Start Ask the agent to create a new cadspec project, start the live preview server, and add a dimensioned rectangle to the main layer.