Babysitter gamemaker

GameMaker Studio skill for GML scripting and 2D game patterns.

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/gamemaker" ~/.claude/skills/a5c-ai-babysitter-gamemaker && rm -rf "$T"
manifest: library/specializations/game-development/skills/gamemaker/SKILL.md
source content

GameMaker Skill

GameMaker Studio development for 2D games.

Overview

This skill provides capabilities for creating 2D games using GameMaker's GML scripting.

Capabilities

  • GML scripting
  • Room and object management
  • Sprite animation
  • Cross-platform export

References