📦
DevOpsJavaScript

Export Pipeline

by jame581

Export Pipeline is a DevOps skill for Claude Code, published by jame581 in GodotPrompter.

614 stars30 forkson jame581/GodotPrompterAdded 2026/08/24+4% in starsRepository updated 2026/08/12
ai-skillsclaude-codecopilotcsharpgame-developmentgamedevgdscriptgodotgodot-4godot-engine
Install in seconds
Install Export Pipeline
Copy Export Pipeline into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jame581/GodotPrompter/tree/master/skills/export-pipeline ~/.claude/skills/export-pipeline

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jame581/GodotPrompter.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/export-pipeline/SKILL.md in jame581/GodotPrompter
Installs to
~/.claude/skills/export-pipeline
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Export Pipeline does

Export Pipeline helps export and distribute Godot games with presets, platform settings, and CLI or CI/CD builds. Use it when setting up release exports, signing, or platform-specific packaging.

Export Pipeline is cataloged under DevOps on DirSkills. Export Pipeline comes from a repository tagged ai-skills, claude-code, copilot, csharp and game-development.

Documentation

README

Export Pipeline in Godot 4.3+

All examples target Godot 4.3+ with no deprecated APIs. GDScript is shown first, C# follows where applicable.

Related skills: godot-testing for CI/CD test integration, godot-optimization for pre-export performance checks, responsive-ui for platform-specific resolution settings, mobile-development for Android/iOS export specifics.


1. Export Presets

Creating Presets in the Editor

Open Project → Export, click Add…, and select the target platform. Each preset maps to one entry in export_presets.cfg. You can create multiple presets for the same platform (e.g., a debug build and a release build for Windows).

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Export Pipeline

  • What else does jame581 publish alongside Export Pipeline?

    Export Pipeline is one of 25 skills that DirSkills catalogs from jame581/GodotPrompter, the repository it ships in. Its siblings there include 2D Essentials, 3D Essentials and AI Navigation. Each one is a separate skill with its own page in this directory, installs the same way Export Pipeline does, and is maintained by jame581 in that same repository. The rest of the collection is listed on the jame581/GodotPrompter page.

  • How does Export Pipeline compare to other DevOps skills?

    Export Pipeline ranks #646 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Export Pipeline against them. Open each page to compare what they document and how they install.

More from jame581/GodotPrompter

Export Pipeline is one of 25 skills cataloged on DirSkills from jame581/GodotPrompter.

See all 25 skills
🎮
1w ago

2D Essentials

2D Essentials covers Godot 4.3+ 2D systems like TileMaps, parallax scrolling, lighting, particles, custom drawing, and 2D meshes. Use it when building or debugging 2D world rendering and layout.
Frontend
61430
🧊
1w ago

3D Essentials

3D Essentials covers Godot 4.3+ 3D systems such as materials, lighting, shadows, environment, fog, LOD, occlusion culling, and decals. Use it when building or tuning 3D scenes and effects.
Frontend
61430
🧭
1w ago

AI Navigation

AI Navigation covers NavigationAgent2D/3D, steering behaviors, behavior trees, and patrol patterns in Godot 4.3+. Use it when building enemy movement, pathfinding, avoidance, or patrol logic.
AI Engineering
61430
1w ago

Ability System

Ability System builds data-driven abilities in Godot using Resource-based ability data, an AbilityComponent for activation and cooldowns, and tags or stat modifiers for effects. Use it for character skills with cost, cast time, buffs, debuffs, and HUD binding.
AI Engineering
61430
🧩
1w ago

Addon Development

Addon Development helps create Godot editor plugins with EditorPlugin, @tool scripts, custom inspectors, dock panels, and custom node types. Use it when building editor extensions for Godot 4.3+.
Frontend
61430
🎞️
1w ago

Animation System

Animation System covers AnimationPlayer, AnimationTree, blend trees, state machines, sprite animation, and code-driven animation in Godot 4.3+. Use it when implementing character or gameplay animations and triggering logic from animation frames.
Frontend
61430