Skip to content

JBurlison/WoWAddonAPIAgents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoW Addon API Agents

AI coding assistant customization files for modern World of Warcraft Retail addon development (Patch 12.0.0+). This repo is intentionally minimal and centered on the .github folder: agents, skills, instructions, and prompts that help addon developers work with the current WoW API and its 12.0.0+ security model.

What’s inside

Getting started

  1. Open this repo in VS Code with GitHub Copilot enabled.
  2. Ask Copilot to use the WoW addon agent in .github/agents and reference skills under .github/skills.

Design goals

  • Retail only (Patch 12.0.0+). No Classic-only APIs.
  • No deprecated or removed APIs.
  • Explicit coverage of the new Secret Values model, combat log restrictions, and instance communication limits.
  • Verbose documentation with links to upstream sources for every skill.
  • Automatic skill creation — the agent identifies when external libraries (Ace3, LibStub, LibSharedMedia, etc.), third-party addon APIs (Details!, ElvUI, etc.), or large project subsystems should be documented as new skills so knowledge persists across sessions.

Sources

License

See LICENSE.

About

Entire suite of VS Code Copilot agents, skills, instructions and prompts for creating modern wow addons

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors