godot

Develop, test, build, and deploy Godot 4.x games with GdUnit4 and PlayGodot.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/OpenSourceSam/v2_heras_garden --skill godot-opensourcesam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot
Source: https://github.com/OpenSourceSam/v2_heras_garden/tree/main/.claude/skills/godot
Command: npx skills add https://github.com/OpenSourceSam/v2_heras_garden --skill godot-opensourcesam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire development lifecycle for Godot 4.x games, from writing and testing code to exporting and deploying the final product.

Core Features & Use Cases

  • Development & Testing: Write GDScript, run unit tests with GdUnit4, and automate gameplay with PlayGodot.
  • Export & Deployment: Build for web, desktop, or mobile and deploy to platforms like Vercel, GitHub Pages, or itch.io.
  • Use Case: A game developer needs to quickly test a new feature. They use this Skill to run automated tests, debug gameplay in a headless environment, and then export a playable build for review.

Quick Start

Use the godot skill to run all GdUnit4 tests in the current project.

Frequently Asked Questions about godot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run automated unit tests for GDScript in Godot 4.x?

Run GDScript unit tests in Godot 4.x by integrating GdUnit4 to execute test suites, debug gameplay in a headless environment, and validate code changes directly within the development lifecycle.

What is the best way to deploy a Godot game to itch.io or GitHub Pages?

Deploy a Godot game to itch.io or GitHub Pages by exporting web builds and utilizing CI/CD pipelines, which automate the deployment process directly from your repository to the target hosting platform.

Can I automate Godot gameplay testing in a headless environment?

Yes, you can automate Godot gameplay testing by running PlayGodot for game automation, allowing you to simulate interactions and validate behavior in a headless environment without rendering graphics.

Do I need specific export templates to build Godot games for web and desktop?

Yes, building Godot games for web and desktop platforms requires specific export templates installed alongside the Godot 4.x engine to correctly compile and format the final executable for each target platform.

How does CI/CD integration work with Godot game development?

CI/CD integration with Godot game development works by automating the build, test, and deployment phases, connecting GdUnit4 test execution and platform exports to pipelines for continuous delivery to Vercel or itch.io.