cad-dxf-agent
Installation
SKILL.md
cad-dxf-agent — DXF Drawing Analysis
Overview
CAD reviewers manually scan drawings for code compliance, QA defects, quantities,
and ambiguities — slow and error-prone. This skill automates that for DXF files by
driving the deterministic cad-analyze CLI (no LLM, no API key, no network) and
reporting the findings in prose.
| Capability | What it answers | Command |
|---|---|---|
| compliance | Does it meet ADA / IBC / a custom code? | cad-analyze compliance FILE [--profile ada|ibc-2021|residential] |
| health | Is the drawing clean? (overlaps, text, orphan layers) | cad-analyze health FILE |
| takeoff | How much of everything? | cad-analyze takeoff FILE |
| summary | What is this drawing, in plain English? | cad-analyze summary FILE |
| rfi | What's ambiguous / needs clarification? | cad-analyze rfi FILE |
| zones | What rooms/areas are enclosed, and how big? | cad-analyze zones FILE |
| compare | What changed between two revisions? | cad-revision diff MASTER REVISION |