godot-export-manager

Configure and validate Godot export presets in export_presets.cfg for multi-platform builds.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-export-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-export-manager
Source: https://github.com/Jorge-D-Robles/vibe-rpg/tree/main/.gemini/skills/godot-export-manager
Command: npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-export-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the tedious and error-prone task of manually configuring Godot's export_presets.cfg for multiple platforms, ensuring consistent build settings and faster distribution.

Core Features & Use Cases

  • Manage and validate export presets across Windows, macOS, Linux, Web, and Android projects.
  • Automate generation and adjustment of export_presets.cfg entries for deterministic builds and CI pipelines.
  • Use case: Streamline multi-platform release workflows by exporting builds with consistent settings from a single source of truth.

Quick Start

Configure export presets for your target platforms and export a build from the Godot project.

Frequently Asked Questions about godot-export-manager

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

FAQPage Schema
How do I automate Godot export presets for multiple platforms?

Automating Godot export presets involves programmatically generating and adjusting the export_presets.cfg file to configure builds for Windows, macOS, Linux, Web, and Android. This ensures consistent settings and deterministic results across local and CI pipeline workflows.

What is the best way to manage export_presets.cfg in CI pipelines?

Managing export_presets.cfg in CI pipelines requires programmatically validating and generating preset entries for target platforms. This approach eliminates manual configuration errors and provides a single source of truth for deterministic multi-platform builds.

Can I generate Godot export presets programmatically for cross-platform builds?

Yes, generating Godot export presets programmatically allows you to apply deterministic settings across Windows, macOS, Linux, Web, and Android. It directly modifies the export_presets.cfg file to streamline multi-platform release workflows.

Does this validate Godot export presets for Android and Web projects?

Validating Godot export presets for Android and Web projects ensures your build settings are correctly configured before execution. The process checks the export_presets.cfg file to prevent errors during automated multi-platform distribution.

Why manually configuring Godot export presets causes build errors?

Manually configuring Godot export presets introduces tedious, error-prone steps that lead to inconsistent build settings across platforms. Automating the export_presets.cfg modification ensures deterministic results and prevents misaligned multi-platform releases.