godot-development

Installation
Summary

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
SKILL.md

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

Related skills
Installs
660
Repository
zate/cc-godot
GitHub Stars
14
First Seen
Jan 23, 2026