tell-me-when

Configure TellMeWhen addon icons and conditions by editing SavedVariables Lua files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/clearcmos/nixos --skill tell-me-when
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tell-me-when
Source: https://github.com/clearcmos/nixos/tree/main/claude-config/skills/tell-me-when
Command: npx skills add https://github.com/clearcmos/nixos --skill tell-me-when

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps World of Warcraft players configure the TellMeWhen (TMW) addon by directly editing its SavedVariables file, allowing for precise control over in-game displays.

Core Features & Use Cases

  • Icon Configuration: Set up icons to track spell cooldowns, buffs, debuffs, procs, and more.
  • Timer & Notification Setup: Configure custom timers and visual/audio notifications for in-game events.
  • Condition-Based Display: Define rules for when icons should appear or disappear based on combat status, unit presence, and other game states.
  • Use Case: A user wants to track the cooldown of their "Shield Slam" ability and get a visual glow when it's ready. This Skill can generate the exact Lua table entry needed for the TMW SavedVariables file to achieve this.

Quick Start

Edit the TellMeWhen SavedVariables file to track a spell cooldown for "Shield Slam".

Frequently Asked Questions about tell-me-when

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure the TellMeWhen addon by editing SavedVariables Lua files?

You can configure TellMeWhen by directly editing its SavedVariables Lua files to set up custom icons, timers, and notifications for spells, buffs, and debuffs. This allows precise control over in-game displays without using the GUI.

Can I track spell cooldowns and buff procs using World of Warcraft addon configuration files?

Yes, tracking spell cooldowns and buff procs is possible by generating specific Lua table entries in the addon configuration file. This method defines exact icon displays and visual glows for abilities like Shield Slam.

How do I set up condition-based display rules for game UI icons in TMW?

You can define condition-based display rules for game UI icons by using precise BOOLCHECK logic and custom DogTag Lua functions. This configures icons to appear or disappear based on combat status and unit presence.

Does editing SavedVariables directly work for World of Warcraft Classic Anniversary?

Yes, editing SavedVariables directly works for World of Warcraft Classic Anniversary. This approach expertly configures the addon for the Classic Anniversary environment by modifying the underlying Lua data structures.

What is the best way to create custom timers and notifications for in-game events via Lua scripting?

The best way to create custom timers and notifications is by directly modifying the SavedVariables Lua scripting tables. This enables detailed configuration of custom timers and visual or audio notifications for various game states.