Skip to content

aecoder-br/skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills for Autodesk Platform Services

A collection of reusable AI agent skills for Autodesk Platform Services. Each skill is a self-contained instruction set that teaches a coding agent how to perform a specific APS-related task.

intro-1080.mp4

Installation

Each skill is a folder inside skills/ containing a SKILL.md file and optional supporting reference documents.

Manual installation

Clone this repository and copy the skill folder to wherever your AI agent looks for skills. For example, for Claude Code:

git clone https://github.com/autodesk-platform-services/skills.git
cp -r skills/aps-mcp-server-gen ~/.claude/skills/
cp -r skills/acad-arx-wizard ~/.claude/skills/

Automated installation

Use the skills utility to install and manage skills globally or per project:

# Install all skills globally
npx skills add autodesk-platform-services/skills --global

# ... or ...

Available Skills

Skill Description Recommended install
acad-arx-wizard Scaffold ObjectARX C++ projects/classes for AutoCAD 2027 and Visual Studio 2026 using deterministic PowerShell generators (ARX/DBX/CRX, Jig, Reactors, Custom Object, MFC, .NET, COM, DynProp). npx skills add autodesk-platform-services/skills --global --skill acad-arx-wizard
aps-docs-portal Navigate the APS documentation portal — decode glossary terms, crawl TOC JSON trees, extract content from static HTML pages, and convert CDN URLs to clickable portal links. npx skills add autodesk-platform-services/skills --project --skill aps-docs-portal
aps-mcp-server-gen Scaffold a custom MCP (Model Context Protocol) server that integrates with APS. Supports Node.js/TypeScript, .NET/C#, and Python. npx skills add autodesk-platform-services/skills --project --skill aps-mcp-server-gen
acad-dotnet Scaffold and develop AutoCAD 2027 .NET plugins (AutoCAD, Civil 3D, Plant 3D) targeting .NET 10 / x64. Covers csproj patterns, bundle packaging, desktop testing, and Design Automation deployment. npx skills add autodesk-platform-services/skills --project --skill acad-dotnet

Contributing

See CONTRIBUTING.md.

License

See LICENSE for details.

About

Collection of Agent Skills for Autodesk Platform Services.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 84.3%
  • PowerShell 13.7%
  • C# 1.9%
  • C 0.1%