Godot Composition

🌐Community
by thedivergentai · vlatest · Repository

This skill generates Godot scene compositions, streamlining your game development workflow and accelerating level design by creating initial layouts.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add godot-composition npx -- -y @trustedskills/godot-composition
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "godot-composition": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/godot-composition"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with Godot Engine projects, specifically focusing on managing scene composition and node hierarchies. It allows for dynamic modification of game structures directly through code execution within the engine environment.

When to use it

  • Dynamically spawning or removing game objects during runtime based on player actions.
  • Reorganizing node trees to alter UI layouts or camera perspectives without manual editing.
  • Instantiating prefabs with specific configurations to populate levels procedurally.
  • Modifying scene properties in real-time to adapt gameplay mechanics on the fly.

Key capabilities

  • Access to Godot Engine's scene management system.
  • Ability to manipulate node hierarchies and parent-child relationships.
  • Runtime instantiation of scenes and nodes.
  • Direct interaction with Godot's internal data structures for composition changes.

Example prompts

  • "Create a new scene containing a player character and a simple camera, then add it to the current root node."
  • "Remove all child nodes from the 'Level_1' container and replace them with three instances of the 'Obstacle' prefab."
  • "Modify the visibility flag of every node under the 'UI_Panel' group to true when the game state changes to 'Menu'."

Tips & gotchas

Ensure your Godot project is properly initialized with a valid scene tree before attempting composition operations. Complex node modifications may require specific permissions or engine versions compatible with the agent's execution environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thedivergentai
Installs
42

🌐 Community

Passed automated security scans.