godot-setup-export

Generate Godot export presets, icons, splash screens, and CI/CD pipelines.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Asreonn/godot-superpowers --skill godot-setup-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-setup-export
Source: https://github.com/Asreonn/godot-superpowers/tree/main/mini-skills/godot-setup-export
Command: npx skills add https://github.com/Asreonn/godot-superpowers --skill godot-setup-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the setup of multi-platform Godot exports, reducing manual configuration and human error when preparing builds for Windows, macOS, Linux, Web, Android, and iOS.

Core Features & Use Cases

  • Generate and manage export presets in export_presets.cfg
  • Configure icons, splash screens, and platform-specific features for consistent releases
  • Integrate with CI/CD pipelines (GitHub Actions) to automate builds and deployments for all supported platforms

Quick Start

  • Place export_presets.cfg, assets/icons, and a CI/CD workflow in your Godot project
  • Commit the CI/CD workflow (.github/workflows/export.yml) and a few sample presets, then push to trigger automated exports
  • Use the included shell/build scripts to run local exports or rely on CI to produce platform artifacts

Frequently Asked Questions about godot-setup-export

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

FAQPage Schema
How do I automate multi-platform Godot exports for Windows, macOS, and Linux?

Automating multi-platform Godot exports involves generating export presets, configuring platform-specific icons, and setting up CI/CD pipelines to build and package artifacts automatically. This Skill generates the required configurations and workflows to streamline the process.

What is the best way to configure Godot export presets for CI/CD pipelines?

Configuring Godot export presets for CI/CD pipelines requires defining build settings in an export_presets.cfg file and integrating GitHub Actions workflows. This process automates artifact generation, reducing manual configuration errors across multiple target platforms.

Do I need Godot export templates installed to automate builds?

Yes, Godot export templates are required to automate builds. They provide the necessary platform-specific binaries that allow the CI/CD pipeline or local build scripts to compile and package your project for Windows, macOS, Linux, Web, Android, and iOS.

Can I set up Godot web exports and mobile exports using automated presets?

Yes, you can set up Godot web exports and mobile exports using automated presets. The configuration generates specific settings for Web, Android, and iOS, including feature tags and splash screens, to ensure consistent releases across all supported platforms.

How do I add icons and splash screens to my Godot export presets?

Adding icons and splash screens to Godot export presets involves specifying asset paths within the export configurations. This automation generates the required preset entries, ensuring platform-specific visual assets are correctly configured for consistent releases.

Does this Godot export automation work for teams migrating from manual workflows?

Yes, this Godot export automation works for teams migrating from manual workflows. It generates the necessary export_presets.cfg, CI/CD scripts, and asset configurations, replacing manual setup with automated pipelines to reduce human error.