godot-gdscript-mastery
Installation
SKILL.md
GDScript Mastery
Expert guidance for writing performant, maintainable GDScript following official Godot standards.
Available Scripts
typed_collections_mastery.gd
Expert performance optimization using statically typed Arrays and Dictionaries.
functional_lambda_logic.gd
Advanced list processing using reduce(), all(), and any() with clean lambda syntax.
safe_type_casting.gd
Best practices for using the as operator for crash-proof object identification.
typed_signal_definitions.gd
Enforcing type safety across script boundaries using strictly typed signal arguments.