Babysitter godot-3d

Godot 3D rendering skill for PBR materials, environment settings, and 3D scene composition.

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/game-development/skills/godot-3d" ~/.claude/skills/a5c-ai-babysitter-godot-3d && rm -rf "$T"
manifest: library/specializations/game-development/skills/godot-3d/SKILL.md
source content

Godot 3D Skill

3D game development for Godot Engine.

Overview

This skill provides capabilities for creating 3D games in Godot.

Capabilities

  • Configure WorldEnvironment
  • Set up PBR materials
  • Handle 3D cameras
  • Implement lighting

References