godot-live-edit

Control a running Godot 4.x editor via the AI Bridge for live editing.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Zearain/ludum-dare-59 --skill godot-live-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-live-edit
Source: https://github.com/Zearain/ludum-dare-59/tree/main/.opencode/skills/godot-live-edit
Command: npx skills add https://github.com/Zearain/ludum-dare-59 --skill godot-live-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time guidance for live-editing and controlling a running Godot editor via the AI Bridge, reducing iteration friction and setup overhead.

Core Features & Use Cases

  • Live-edit workflow guidance for Godot 4.x projects using C#
  • Step-by-step connection, scene exploration, and node/property modification
  • Iterative design patterns for rapid prototyping and debugging in the editor

Quick Start

Connect to a running Godot 4.x project with the godot_ai_bridge plugin enabled and begin live-edit sessions.

Frequently Asked Questions about godot-live-edit

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

FAQPage Schema
How do I live-edit a running Godot 4 scene during prototyping?

Live-editing a running Godot 4 scene is achieved by connecting to the editor through the AI Bridge plugin, allowing you to explore nodes and modify properties in real time to reduce iteration friction.

What is the workflow for interactive debugging in Godot with C#?

Interactive debugging in Godot with C# involves a defined workflow of connecting to the running editor, exploring scenes, modifying node properties, and running iterations to streamline rapid UI and scene design.

Do I need the AI Bridge plugin to control a Godot editor remotely?

Yes, you need the AI Bridge plugin installed and enabled in your Godot 4.x project to enable real-time control and live-edit sessions for your C# game development workflow.

Can I use this live-edit approach for UI design tweaks in Godot 4?

Yes, this live-edit approach is specifically applicable during iterative UI and scene design in Godot 4.x, enabling step-by-step property tweaks and rapid prototyping without restarting the editor.

What are the limitations of real-time Godot scene modification via AI Bridge?

Real-time Godot scene modification via AI Bridge requires a running Godot 4.x project and a predefined connect, explore, modify, and run workflow, meaning it cannot operate on disconnected or offline project files.

Does godot-live-edit work with Godot 3 projects?

No, godot-live-edit requires Godot 4.x and is designed for C# projects, meaning it does not support older Godot 3 scenes or frameworks for live-editing.