learnwy-dispatch Single-process coordinator for the three IDE-hook events shared by the learnwy- skills. Why Before this skill, every event fired N separate hook commands — one Node process per skill — and the user saw N back-to-back blocks per turn. That multiplies the per-turn hook startup cost ( 50 ms × N vs 50 ms) and clutters context. This skill replaces those entries with one hook per event that imports each skill's pure scanner function, runs them in-process, and emits a single combined reminder. What runs per event UserPromptSubmit ( ) | Order | Module | Returns reminder when | |---|-…