godot
Develop, test, build, and deploy Godot 4.x games. Includes GdUnit4 testing, PlayGodot automation, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Summary
io.
- It saves developers time by integrating these workflows directly into Claude Code, reducing manual steps and ensuring consistent builds.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install godot@<marketplace>
/pluginUse Cases
Usage Examples
/godot run tests --coverage
/godot build --export web --deploy vercel
Set up a CI pipeline for my Godot project that runs GdUnit4 tests and deploys to GitHub Pages
Security Audits
Frequently Asked Questions
What is godot?
The Godot skill streamlines Godot 4.x game development by automating testing with GdUnit4, running PlayGodot for headless playthroughs, building web and desktop exports, setting up CI/CD pipelines, and deploying to platforms like Vercel, GitHub Pages, and itch.io. It saves developers time by integrating these workflows directly into Claude Code, reducing manual steps and ensuring consistent builds.
How to install godot?
To install godot: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install godot@<marketplace>. Finally, /plugin in Claude Code.
What is godot best for?
godot is a plugin categorized under General. It is designed for: testing, deployment. Created by Randroids Dojo.
What can I use godot for?
godot is useful for: Run GdUnit4 test suites and generate coverage reports to catch regressions early.; Automate headless playthroughs with PlayGodot to detect runtime errors and performance issues.; Build web exports (HTML5) for quick sharing or desktop exports for distribution.; Set up a GitHub Actions CI/CD pipeline that runs tests and deploys on every push.; Deploy a Godot web build to Vercel or GitHub Pages with a single command.; Upload a desktop build to itch.io using Butler for versioned releases..