AutoCAD Agent
Overview
Use this skill to convert AutoCAD drafting requests into reproducible scripts/macros, drawing transformations, plots, and validation notes. Prefer documented AutoCAD command-line, AutoLISP, Core Console, DXF, and API workflows over manual clicking.
Workflow
- Frame the CAD task: identify file format, units, layers, blocks, styles, dimensions, plotting requirements, standards, and validation criteria.
- Discover access: check AutoCAD installation, platform, Core Console availability, AutoLISP support, and relevant APIs.
- Retrieve docs first: use official command/API docs, local help, command names, and file format references before generating scripts.
- Generate reproducible automation: create
.scr,.lsp, DXF transforms, or API code that can be rerun. - Run or guide execution: use Core Console or script execution when available; otherwise provide exact UI steps for unavoidable UI-only actions.
- Diagnose and unblock: use
references/blocker-remediation.mdfor missing commands, unsupported platform features, file locks, plot devices, fonts, and permissions. - Search forums when needed: use
references/community-troubleshooting.mdafter official docs and local diagnostics are insufficient. - Report artifacts: list generated scripts, DWG/DXF/PDF outputs, logs, and assumptions.
Resources
references/software-notes.md: AutoCAD-specific automation surfaces and artifacts.references/blocker-remediation.md: legitimate ways to resolve installation, platform, font, plot, permission, and API blockers.references/community-troubleshooting.md: trusted forum search process.
Never overwrite original drawings without making a copy. Preserve units, layers, coordinates, and object handles where possible.