godot-node-reference

Select Godot 4 node types for 2D, 3D, and UI scenes.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-node-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-node-reference
Source: https://github.com/Jorge-D-Robles/vibe-rpg/tree/main/.gemini/skills/godot-node-reference
Command: npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-node-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference provides a quick, authoritative guide to choosing the correct Godot 4 node types for various game development scenarios.

Core Features & Use Cases

  • Comprehensive mappings for 2D, 3D, and UI nodes with their recommended purposes (e.g., CharacterBody2D for players, Area2D for triggers, Camera2D for view control, etc.).
  • Quick decision tree to select nodes based on physics needs, visuals, UI, and performance considerations.
  • Use Case: Before building a scene, consult this node reference to select appropriate nodes to minimize refactoring and ensure correct behavior.

Quick Start

Consult this reference before building a Godot scene to quickly select appropriate node types.

Frequently Asked Questions about godot-node-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Godot 4 nodes for my game scene?

To choose the right Godot 4 nodes, consult a structured reference that maps 2D, 3D, and UI design tasks to explicit node recommendations using a decision-tree approach based on physics and visual needs.

What is the best way to organize 2D players and triggers in Godot 4?

The best way to organize 2D elements in Godot 4 is by using specific nodes like CharacterBody2D for players and Area2D for triggers, ensuring correct behavior and minimizing later scene refactoring.

When should I use specific UI containers in Godot 4 scene design?

You should use specific UI containers in Godot 4 scene design when structuring interface elements, consulting a node reference to select appropriate containers that match your gameplay and visual layout requirements.

Does this Godot node reference cover both 2D and 3D game development?

Yes, this Godot node reference covers both 2D and 3D game development, providing comprehensive mappings for selecting appropriate cameras, players, triggers, and UI containers across different project types.

How do I select Godot 4 nodes based on physics and performance needs?

You select Godot 4 nodes by following a quick decision tree that evaluates physics requirements, visual constraints, UI demands, and performance considerations to guide accurate node selection before building a scene.