JBurlisonJBurlisonCommunityยท37 Agent Skills Included

WoWAddonAPIAgents

World of Warcraft addon development API references and guides

Provides complete, current documentation for building World of Warcraft Retail addons, covering every C_ namespace, widget API, XML schema, macros, events, and Lua environment rules. Eliminates hunting through wikis and outdated forum posts by mapping each API system to a focused, patch-accurate reference. Explains the 12.0.0 security model, secret values, and instance restrictions so addons work correctly on the first try.
npx skills add JBurlison/WoWAddonAPIAgents --all -g -y

All Skills in This Repository (37)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-index

Map World of Warcraft C_ namespaces and API systems to documentation skills.

Community
Basic
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-events

Document World of Warcraft frame events with Lua payloads and handling patterns.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-calendar-events

Reference WoW Retail C_Calendar and C_EventScheduler APIs for event management.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-housing

Reference World of Warcraft Retail Player Housing APIs for addon development.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

generate-agent-docs

Generate documentation for AI coding assistant components from YAML frontmatter and Markdown.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-spells-abilities

Reference World of Warcraft spell, spellbook, action bar, and cooldown APIs.

Community
Advanced
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-guild

Manage World of Warcraft guild rosters, banks, and events via API.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-macro-commands

Document World of Warcraft macro commands, conditionals, and syntax.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-group-lfg

Document World of Warcraft Retail APIs for party, raid, and LFG management.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-xml-schema

Document World of Warcraft addon XML elements, attributes, and API mappings.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-api-misc-systems

Reference miscellaneous World of Warcraft Retail API systems for NPC interaction, tooltips, and UI elements.

Community
Intermediate
๐Ÿ“ฆ In Repo
JBurlisonJBurlison

wow-lua-api

Document Lua 5.1 functions and Blizzard-specific behaviors in World of Warcraft.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install WoWAddonAPIAgents?โ–ผ

Run `npx skills add JBurlison/WoWAddonAPIAgents --all -g -y` in your terminal to install all skills globally.

What does this WoW addon skill collection cover?โ–ผ

It documents the full WoW Retail API for Patch 12.0.0, including spells, items, combat, quests, maps, guilds, housing, macros, XML schemas, and the Lua sandbox environment.

Does it cover the Patch 12.0.0 combat log changes?โ–ผ

Yes. It explains the removal of COMBAT_LOG_EVENT_UNFILTERED, the new C_DamageMeter system, secret values, and instance restrictions on addon messaging.

Which editors and assistants work with these skills?โ–ผ

The skills follow the standard SKILL.md format and work with GitHub Copilot in VS Code, Claude Code, Codex, and OpenCode.

Can beginners use this for their first WoW addon?โ–ผ

Yes. The wow-addon-structure skill walks through folder layout, TOC files, SavedVariables, and loading order, while the API references provide copy-paste Lua examples.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’