Babysitter godot-2d
Godot 2D game development skill for tilemaps, pixel-perfect rendering, and 2D physics.
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-2d" ~/.claude/skills/a5c-ai-babysitter-godot-2d && rm -rf "$T"
manifest:
library/specializations/game-development/skills/godot-2d/SKILL.mdsource content
Godot 2D Skill
2D game development for Godot Engine.
Overview
This skill provides capabilities for creating 2D games in Godot with tilemaps, sprites, and pixel-perfect rendering.
Capabilities
- Configure TileMap and TileSet
- Set up CanvasLayer hierarchy
- Handle pixel-perfect rendering
- Implement 2D cameras
- Configure parallax backgrounds