https://github.com/csmith/wow-spec-switch
World of Warcraft addon to allow quick spec switching via a command
https://github.com/csmith/wow-spec-switch
Last synced: about 1 month ago
JSON representation
World of Warcraft addon to allow quick spec switching via a command
- Host: GitHub
- URL: https://github.com/csmith/wow-spec-switch
- Owner: csmith
- License: mit
- Created: 2026-04-24T13:33:45.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-12T20:26:59.000Z (about 1 month ago)
- Last Synced: 2026-05-12T22:24:33.228Z (about 1 month ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Simple quick spec switcher for World of Warcraft
Adds a `/spec` command that allows quickly switching spec
using prefixes or initials:
e.g. as a Hunter, `/spec bm` or `/spec b` or `/spec beast`
will all switch to Beast Mastery.
There is no UI, and are no options.
## Installation
1. Download or clone this repository.
2. Copy the `SpecSwitch` folder into your WoW `_retail_/Interface/AddOns/` directory.
3. Reload the UI (`/reload`).
## Provenance
This project was primarily created with an LLM, but with a strong guiding
hand. It's not "vibe coded", but an LLM was still the primary author of most
lines of code. I believe it meets the same sort of standards I'd aim for with
hand-crafted code, but some slop may slip through. I understand if you
prefer not to use LLM-created software, and welcome human-authored alternatives
(I just don't personally have the time/motivation to do so).