Skip to main content
Run any Skill in Manus
with one click

godot-gdscript-mastery

Expert GDScript best practices including static typing (var x: int, func returns void), signal architecture (signal up call down), unique node access (%NodeName, @onready), script structure (extends, class_name, signals, exports, methods), and performance patterns (dict.get with defaults, avoid get_node in loops). Use for code review, refactoring, or establishing project standards. Trigger keywords: static_typing, signal_architecture, unique_nodes, @onready, class_name, signal_up_call_down, gdscript_style_guide.

Overview

Expert GDScript best practices including static typing (var x: int, func returns void), signal architecture (signal up call down), unique node access (%NodeName, @onready), script structure (extends, class_name, signals, exports, methods), and performance patterns (dict.get with defaults, avoid get_node in loops). Use for code review, refactoring, or establishing project standards. Trigger keywords: static_typing, signal_architecture, unique_nodes, @onready, class_name, signal_up_call_down, gdscript_style_guide.

Install command
npx skills add https://github.com/SufficientDaikon/godot-kit --skill godot-gdscript-mastery

Copy and paste this command into Claude Code to install the skill

Stars1
Forks0
UpdatedMarch 17, 2026 at 17:43
File Explorer
10 files
SKILL.md
readonly