
zate/cc-godot
2 skills2.3k installs30 starsGitHub
Install
npx skills add https://github.com/zate/cc-godotSkills in this repo
1Godot UiGodot UI is an agent skill that encodes expert knowledge of Godot 4’s Control node hierarchy, theme customization, and responsive in-game layouts. Solo game devs install it when scaffolding main menus, pause screens, inventory grids, or dialogue boxes and need anchors and size flags to behave across resolutions without trial-and-error. The skill explains container choice, focus and input filtering for gamepad and mouse, and common UX patterns for HUDs and modal flows. It is aimed at builders already in a Godot repo who want procedural guidance while the agent reads and edits scene files via MCP. Advanced complexity reflects the breadth of nodes and the interaction between layout, theming, and gameplay layers.1.4kinstalls2Godot DevelopmentGodot Development is an agent skill that encodes expert Godot Engine knowledge for solo and indie builders using Claude Code, Cursor, or similar agents. It explains how scenes form a node tree with reusable instances, which 2D and 3D node types to pick for sprites, physics bodies, tile maps, cameras, and UI Controls, and when to lean on GDScript while editing project structure. The skill is meant whenever you are inside a Godot repo—adding nodes, wiring collisions, extending gameplay scripts, or untangling engine-specific errors—not when you are only choosing a game idea or marketing a shipped title. By pairing procedural guidance with Godot MCP tools and normal file operations, it keeps changes aligned with Godot’s scene-first mental model so agents do not invent anti-patterns like misplaced collision shapes or broken scene roots. Use it during active implementation and iteration on a Godot codebase.841installs