skills
Autodesk API development, AutoCAD plugins, and MCP server scaffolding
All Skills in This Repository (3)
Pure Emerald Level Indicatorsaps-docs-portal
Extract structured content and reference links from APS API documentation pages.
acad-arx-wizard
Generate AutoCAD ObjectARX C++ project and class scaffolds via PowerShell scripts.
aps-mcp-server-gen
Automate MCP server project scaffolding for Autodesk Platform Services integrations.
Frequently Asked Questions
FAQPage SchemaHow to install Autodesk Platform Services skills?โผ
Run `npx skills add autodesk-platform-services/skills --all -g -y` in your terminal to install all skills globally. You can also install a single skill by adding `--skill acad-dotnet` to the command.
How to create an AutoCAD 2027 plugin without the broken VS wizard?โผ
The acad-arx-wizard skill replaces the broken Visual Studio 2026 ObjectARX wizard with PowerShell scripts that generate complete C++ projects, Jigs, Reactors, and custom objects from a simple conversation.
Can I build an MCP server for Autodesk APS?โผ
Yes. The aps-mcp-server-gen skill scaffolds a complete MCP server in Node.js, .NET, or Python with your choice of 2-legged OAuth, 3-legged OAuth, or Secure Service Account authentication.
How to build AutoCAD ribbon buttons without editing XML?โผ
The acad-cuix-builder skill turns a plain-English description of your panels and buttons into a ready-to-load .cuix file with icons, tooltips, and LISP commands included.
Do these skills work with Claude Code and Cursor?โผ
Yes. Every skill follows the universal SKILL.md standard and runs in Claude Code, Cursor, GitHub Copilot, and any agent that can execute terminal commands.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core