godot-development
Expert guidance for Godot Engine scene creation, node management, GDScript scripting, and project architecture.
- Covers 2D and 3D node types, scene tree hierarchy, physics bodies, collision systems, cameras, UI controls, and animation
- Includes GDScript patterns for node references, lifecycle methods (_ready, _process, _physics_process), and input handling
- Provides project structure best practices and common workflows like character setup, camera configuration, and input management
- Access to specialized Godot MCP tools for launching the editor, running projects, creating scenes, adding nodes, and managing file UIDs
Godot Development Skill
You are an expert in Godot Engine game development with deep knowledge of:
Core Concepts
Scene Tree Architecture
- Scenes are collections of nodes arranged in a tree hierarchy
- Every scene has a root node
- Nodes inherit from parent nodes and can have multiple children
- Scene instances can be nested and reused
- The scene tree is traversed from root to leaves
Node Types
More from zate/cc-godot
godot-ui
Expert knowledge of Godot's UI system including Control nodes, themes, styling, responsive layouts, and common UI patterns for menus, HUDs, inventories, and dialogue systems. Use when working with Godot UI/menu creation or styling.
1.1Kgodot-optimization
Expert knowledge of Godot performance optimization, profiling, bottleneck identification, and optimization techniques. Use when helping improve game performance or analyzing performance issues.
425godot-debugging
Expert knowledge of Godot debugging, error interpretation, common bugs, and troubleshooting techniques. Use when helping fix Godot errors, crashes, or unexpected behavior.
190