k-fencore
Installation
SKILL.md
FenCore Library
FenCore is a pure logic library for WoW addons - no UI dependencies, just utility functions.
Design Philosophy
- Pure Functions: No side effects, predictable outputs
- No UI Dependencies: Works in any layer of your addon
- Testable: All functions can be unit tested without WoW
- Documented: Every function has clear input/output contracts
MCP Tools
| Task | MCP Tool |
|---|---|
| List All Functions | fencore.catalog() |
| Search Functions | fencore.search(query="clamp") |
| Get Function Details | fencore.info(domain="Math", function="Clamp") |