This covers the full workflow of porting a desktop Godot game to mobile, from touch controls to performance management. You get production-ready scripts for dynamic virtual joysticks that spawn where fingers land, adaptive resolution scaling that drops render quality to hold 60fps, and gesture recognition for swipes and pinch-to-zoom. The battery saver script is critical: it hooks the app pause notification to throttle FPS and prevent the OS from killing your game in the background. Also includes safe area handling for notches, haptic feedback, and shader fallback systems that strip expensive materials on weak GPUs. Use this when you need more than just slapping TouchScreenButtons onto a desktop game and calling it mobile.
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-adapt-desktop-to-mobile