Access WoW addon utility functions
k-fencoreskillsetup L1★381
majiayu000/claude-skill-registry ↗What it does
Provide pure Lua logic library and context for WoW addons
Best for
WoW addon authors building complex addon logic without reimplementing common utilities
Inputs
- · WoW addon project with FenCore dependency
Outputs
- · utility functions, math helpers, table operations, environment detection
Requires
- · World of Warcraft Lua API
Preconditions
WoW addon development environment; Lua 5.1+ runtime
Failure modes
API incompatibility if WoW patch changes; environment detection fails on PTR/different realms
Trust signals
- · Pure logic library avoids game client dependencies
- · Reusable math and table operations
- · Environment detection covers multiple WoW contexts