tdz-debugger
Installation
SKILL.md
Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
Purpose
This skill is for one specific class of problems:
ReferenceError: Cannot access 'X' before initialization
(TDZ issues caused bylet/const/class, bundlers, or circular imports).
Use this skill whenever I mention:
- “TDZ”, “temporal dead zone”. Goal: fast, concrete fixes in the actual codebase, not generic JS theory.
Inputs you should ask for
Before proposing changes, ask for:
- Error + stack trace
- At least one full stack trace pointing to source (sourcemaps enabled).
- Relevant files
Related skills