This is a comprehensive reference for building roguelikes and procedurally generated worlds in Godot. You get 14 ready-to-use scripts covering everything from FastNoiseLite terrain and cellular automata caves to Wave Function Collapse and multi-threaded chunk generation. The "NEVER" section alone is worth the download: it calls out the usual mistakes like sampling noise every frame, blocking the main thread, and using randi() when you need reproducible seeds. The BSP tree and Poisson disk sampling implementations are solid starting points. If you're making anything with random dungeons, infinite terrain, or runtime level generation, this gives you the algorithmic foundation without having to reinvent drunkard walks and marching squares from scratch.
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-procedural-generation