
Zate Cc Godot
- 17 repo stars
- Updated November 9, 2025
- Zate/cc-godot
zate-cc-godot is a Claude Code plugin that adds Godot development commands such as project setup, init, and run helpers for game builders.
About
zate-cc-godot packages one Claude Code plugin aimed at game developers who build with the Godot engine and want agent-driven shortcuts for setup and execution. The README highlights command-oriented flows—initializing a game project, configuring the workspace, and running the game from the tooling surface—so you spend less time repeating manual Godot CLI and editor steps in chat. It is phase-specific to Build: you use it while implementing gameplay, scenes, and local run/debug loops, not for launch marketing or production monitoring. Complexity is beginner-friendly if you already have Godot installed and understand basic project structure. Pair it with your engine version and local Godot binary path so gdrun-style actions succeed on your machine.
- Single focused plugin for Godot engine workflows in Claude Code
- Commands surfaced include gdsetup, gdinitgame, and gdrun-style project lifecycle helpers
- Targets indie game builders using agent-assisted Godot development
- Lightweight one-plugin install versus large skill bundles
- Development-category plugin with explicit Godot keyword tagging
Zate Cc Godot by the numbers
- Data as of Jul 20, 2026 (Skillselion catalog sync)
/plugin install zate-cc-godot@Zate/cc-godotAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 17 |
|---|---|
| Last updated | November 9, 2025 |
| Repository | Zate/cc-godot ↗ |
What it does
Add Godot-focused Claude Code commands so you can init projects, run the editor workflow, and scaffold games without leaving the agent session.
Who is it for?
Best when you're shipping a Godot game and use Claude Code as your daily coding companion.
Skip if: Skip if you're building non-game SaaS or backends with no Godot toolchain installed.
What you get
After registering the plugin, your agent can drive Godot project initialization and run flows through dedicated commands rather than improvised shell instructions.
- Registered single-plugin Godot workflow in Claude Code
- Repeatable init and run command patterns for new Godot repos
- Less manual prompting for everyday Godot project housekeeping
By the numbers
- [object Object]
- [object Object]
- [object Object]
Recommended Plugins
How it compares
Godot-specific command plugin, not a general game engine marketplace or Unity skill pack.
FAQ
Who is Zate Cc Godot for?
It is for Claude Code users creating games in Godot who want packaged commands for setup, initialization, and running projects instead of manual prompt recipes.
When should I use Zate Cc Godot?
Use it during Build when you are scaffolding a Godot project, configuring the repo, or iterating with local run/debug cycles alongside your agent.
How do I add Zate Cc Godot to my agent?
Install the plugin from the Zate/cc-godot repository through Claude Code’s plugin registration flow, ensure Godot is on your PATH, then invoke the gdsetup, gdinitgame, and gdrun-related commands from the plugin docs.