oas-geometry
Installation
SKILL.md
OAS Geometry
When to use
Use this skill whenever the task touches coordinates, curves, polygon validity, units, or angular conventions. This is the largest section of the spec, so load it early when you suspect a geometry bug (integer-mm violations, polygon not closing, arc winding wrong). If the work is about which entity owns the geometry (room vs. wall etc.), prefer oas-core or oas-layout.
Key types
Point—{ x, y }in integer mm (optionallyzfor railings on stairs)Polygon— orderedpointsarray plus explicit"closed": true;closed: falseis allowed for open paths (e.g. railings)LineSegment— straight edge fromstarttoendArc— circular arc withcenter,radius_mm,start_angle_deg,end_angle_degCircle— full circle (center,radius_mm)Spiral/Fillet— specialty curves used for stairs and corners