Autocad agent
Skill walterkken/doc-driven-engineering-software-skills/autocad-agent
Doc-driven AI-agent skills for COMSOL, ANSYS, AutoCAD, and SOLIDWORKS automation.
npx -y skills add walterkken/doc-driven-engineering-software-skills --skill autocad-agentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Automate AutoCAD drafting and CAD workflows through doc-driven execution: discover installed AutoCAD/Core Console/API access, retrieve official/local command and API documentation, generate AutoLISP, scripts, .NET guidance, DXF transformations, or command sequences, validate drawings, diagnose blockers, and search trusted Autodesk forums when needed. Use when Codex is asked to create, modify, batch process, debug, or explain AutoCAD drawings, DWG/DXF files, layers, blocks, dimensions, plotting, standards checks, or CAD automation.
SKILL.md
2.3 KB, 366 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 4 files
2.4 KB alongside SKILL.md
agents/
- openai.yaml230 B