godot-dev

Coordinate internal development tasks for the AI Game Builder components.

8|3|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/HubDev-AI/godot-ai-builder --skill godot-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-dev
Source: https://github.com/HubDev-AI/godot-ai-builder/tree/main/skills/godot-dev
Command: npx skills add https://github.com/HubDev-AI/godot-ai-builder --skill godot-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a focused entry point for internal development of the AI Game Builder, enabling changes to builder skills, the MCP server, the Godot editor plugin, hooks, docs, and tooling without affecting game-generation prompts.

Core Features & Use Cases

  • Supports rapid iteration on builder components by centralizing development workflows (skills, MCP, plugin, docs).
  • Guides developers through the three-layer architecture (Claude Code plugin, MCP server, Godot editor plugin) and how they interact during a build.
  • Ideal for ongoing builder evolution tasks such as adding new skills or updating tooling.

Quick Start

Load this skill when you are continuing builder development and refer to the architecture overview for where to modify each component.

Frequently Asked Questions about godot-dev

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

FAQPage Schema
How do I add a new skill to the AI Game Builder?

To add a new builder skill, load the development environment and edit the SKILL.md file, ensuring you include a YAML frontmatter block with the name and description fields, followed by clear body instructions for the workflow.

What is the best way to update the MCP server and Godot editor plugin?

Updating the MCP server and Godot editor plugin requires coordinating internal development tasks through a centralized workflow, allowing you to modify builder components and extend editor functionality without affecting game-generation prompts.

How does the three-layer architecture interact during a Godot game build?

The three-layer architecture connects the Claude Code plugin, the MCP server, and the Godot editor plugin, guiding developers through how each component interacts during a build to support rapid iteration and safe development workflows.

Does builder development require specific formatting for skill instructions?

Builder development requires YAML frontmatter in SKILL.md files with name and description fields, alongside clear body instructions and robust logging to support safe development workflows and ongoing builder evolution tasks.

Why should I use a dedicated development workflow for builder components instead of direct edits?

A dedicated development workflow centralizes changes to skills, the MCP server, and the Godot plugin, preventing accidental modifications to game-generation prompts while supporting rapid iteration and robust logging.

Can I refine developer-facing docs separately from the game generation logic?

Yes, you can refine developer-facing docs separately because this development workflow isolates internal builder tooling and documentation updates from the game-generation prompts and logic.