acad-arx-wizard

Generate AutoCAD ObjectARX C++ project and class scaffolds via PowerShell scripts.

36|9|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/autodesk-platform-services/skills --skill acad-arx-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acad-arx-wizard
Source: https://github.com/autodesk-platform-services/skills/tree/main/skills/acad-arx-wizard
Command: npx skills add https://github.com/autodesk-platform-services/skills --skill acad-arx-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation and extension of ObjectARX C++ projects for AutoCAD 2027 by replacing broken Visual Studio wizards with reliable PowerShell scripts, reducing setup time and errors.

Core Features & Use Cases

  • Project and Class Scaffolding: Generate full ARX/DBX/CRX project files or specific class modules such as custom objects, reactors, jig classes, and support dialogs.
  • Template Customization: Customize project parameters like SDK version, MFC support, COM integration, and output paths to fit various development needs.
  • Use Case: Rapidly initialize an AutoCAD plugin project with custom command classes, or add a new reactor to an existing plugin, all via AI-guided commands.

Quick Start

Use the skill to create a new ObjectARX project called MyPlugin in C:\Dev with shared MFC support and generate a Jig class with two input points.

Frequently Asked Questions about acad-arx-wizard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold an AutoCAD ObjectARX C++ project without the Visual Studio wizard?

You can scaffold an ObjectARX C++ project using AI-guided PowerShell scripts to generate full ARX, DBX, or CRX project files, replacing broken Visual Studio wizards and reducing setup errors.

What do I need to run PowerShell scripts for AutoCAD plugin development?

To run PowerShell scripts for AutoCAD plugin development, you need PowerShell and Node.js installed on your system to execute the AI-guided scaffolding commands for Visual Studio 2026 and AutoCAD 2027 SDK projects.

Can I add custom reactor and jig classes to an existing AutoCAD plugin?

Yes, you can add custom reactor and jig classes to an existing AutoCAD plugin. The scaffolding scripts support generating specific class modules, including custom objects, reactors, jig classes, and support dialogs for ObjectARX projects.

How do I customize AutoCAD ObjectARX project parameters like MFC and COM?

You can customize AutoCAD ObjectARX project parameters by specifying SDK version, MFC support, COM integration, and output paths during scaffolding, allowing the generated C++ projects to fit various development needs.

What is the best way to initialize an AutoCAD 2027 plugin with custom command classes?

The best way to initialize an AutoCAD 2027 plugin with custom command classes is using automated PowerShell scripts, which rapidly generate the ObjectARX project structure with your specified class modules and configurations, minimizing manual setup errors.

Why use PowerShell scripts for AutoCAD ARX scaffolding instead of standard project templates?

Using PowerShell scripts for AutoCAD ARX scaffolding replaces broken Visual Studio wizards with reliable, AI-driven automation, ensuring consistent project initialization and class generation for the AutoCAD 2027 SDK while reducing configuration errors and setup time.