Comprehensive debugging and profiling workflows for Godot, covering everything from print debugging to performance optimization. You get structured guidance on breakpoints, the debugger panel, remote debugging for mobile builds, and the profiler. The real value is in the 10 included scripts: high precision benchmarking with microsecond timing, orphan node detection, custom editor monitors for game-specific metrics, thread-safe logging, and in-game debug consoles for platforms where you can't access terminal output. The never-do list is extensive and specific, warning against common traps like profiling with V-Sync enabled, using millisecond timers for microbenchmarks, or leaving the visual profiler running during actual gameplay tests. Best used when you're hunting performance bottlenecks or need production-ready error handling patterns.
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-debugging-profiling