godot-gdscript-patterns
Production-ready GDScript patterns and best practices for Godot 4.x game architecture and optimization.
Install
npx skills add https://github.com/wshobson/agents --skill godot-gdscript-patternsStats
| Total installs | 4,585 |
| Weekly installs | 4.6K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers seven core patterns: state machines, autoload singletons, resource-based data, object pooling, component systems, scene management, and save systems with complete working examples
- Includes best practices for signal-based decoupling, static typing, caching node references, and avoiding allocations in hot paths
- Demonstrates performance optimization techniques like object pooling for frequent spawning, disabling processing off-screen, and reusing arrays to minimize garbage collection
- Provides practical implementations for common game systems: health/damage components, hitbox/hurtbox detection, async scene loading with transitions, and encrypted save file handling
Tags
Related skills
| Skill | Installs | vs godot-gdscript-patterns |
|---|---|---|
| r3f-interaction | 1,486 | -3,099 |
| threejs-lighting | 1,724 | -2,861 |
| game-developer | 1,125 | -3,460 |
| threejs-animation | 3,220 | -1,365 |
| threejs-materials | 1,881 | -2,704 |
FAQ
- How many installs does godot-gdscript-patterns have?
- godot-gdscript-patterns has 4,585 total installs and 4.6K installs this week.
- Where is godot-gdscript-patterns hosted?
- godot-gdscript-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does godot-gdscript-patterns have?
- godot-gdscript-patterns has 32.4K GitHub stars.
- When was godot-gdscript-patterns first indexed?
- OrangeBot.AI first indexed godot-gdscript-patterns on Jan 20, 2026.
- How do I install godot-gdscript-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill godot-gdscript-patterns