AI Assisted Development

Hello everyone!

If anyone is using copilot or claude for helping them develop their addon/macros I have created an agent with the entire 12.x API as skills. I created it to help me convert some legacy mods that I wanted to modern wow.

2 Likes

Thanks for sharing

Any plans to have it support all flavors of the game? Many addons that need to be updated for 12.x also need to be able to support Classic.

I simply have https://github.com/Gethe/wow-ui-source checked out and added to my VSCode workspace. Whenever necessary I tell GitHub Copilot (mostly using Claude Sonnett/Opus or Gemini) to look up the problem in the wow-ui-source files and it almost always finds the issue. When the source code updates or when I need to switch between retail/classic, I simply pull or change the branch of the wow-ui-source repo.