godot-modernize-input
SKILL.md
Modernize Input Handling
Core Principle
Input handling should be device-agnostic, responsive, and context-aware. Hardcoded key checks, missing device support, and unbuffered input create poor player experiences across platforms.
What This Skill Does
1. Input Map Generation from Code
Converts hardcoded key detection to Input Map actions: