Zate Cc Godot
zate-cc-godot is a Claude Code plugin for the Build phase that adds Godot development commands such as project setup, init, and run helpers for game builders.
Add Godot-focused Claude Code commands so you can init projects, run the editor workflow, and scaffold games without leaving the agent session.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install zate-cc-godot@Zate/cc-godotBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:Zate/cc-godot") and the paste-ready config with skillselion.get_install_config("plugin:Zate/cc-godot").
What it does
zate-cc-godot packages one Claude Code plugin aimed at solo and indie 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.
Highlights
- 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
Why builders use it
Godot indies repeatedly explain project bootstrap and run steps to Claude instead of having first-class commands that mirror gdsetup, gdinitgame, and gdrun workflows.
After registering the plugin, your agent can drive Godot project initialization and run flows through dedicated commands rather than improvised shell instructions.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 12 stars, 0 votes.
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.
Comments
Share how you use zate-cc-godot, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.