wow-addon-structure

Installation
SKILL.md

WoW AddOn Structure (Retail)

Scope

  • Retail only, current as of Patch 12.0.0.
  • Focuses on folder layout, .toc metadata, loading order, and SavedVariables.
  • Avoid deprecated or removed APIs and call out restricted directives.

When to use this skill

Use this skill when you need to:

  • Design or review an AddOn folder layout.
  • Author or audit a .toc file.
  • Reason about file load order and login events.
  • Wire SavedVariables or troubleshoot persistence.
  • Query or load AddOns via C_AddOns APIs.

How to use this skill

  1. Start with layout and naming rules in references/ADDON_STRUCTURE.md.
  2. Build the .toc file using references/TOC_FORMAT.md.
  3. Plan initialization order with references/LOADING_LIFECYCLE.md.
Related skills

More from jburlison/wowaddonapiagents

Installs
27
GitHub Stars
25
First Seen
Mar 5, 2026