Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a World of Warcraft Classic AddOns repository containing multiple independently managed addons for enhancing WoW gameplay. The repository follows a multi-addon structure where each addon is self-contained with its own Table of Contents (.toc) file, configuration, and code structure.
Auctionator, DBM-Core, Questie).toc files to define metadata, dependencies, and load order.toc files per addon support different WoW expansions (_Vanilla.toc, _Mainline.toc, _Mists.toc, etc.)Manifest.xml) organize Lua file loading order within addonsLocales/ directoriesLibs/ or embeds/ directoriesNo centralized build system found. Individual addons may have:
fetchlocale.sh (LiteButtonAuras): Fetch localization filesget-libs.sh (LiteButtonAuras): Download library dependenciesgenlocale.sh (BetterVendorPrice): Generate locale filesWhen working with this codebase, treat each addon as an independent project while respecting the shared repository structure and cross-addon dependencies.