# Godot Engine 2d Developer

> Skills and agent workflows for 2D game development with Godot Engine.

- Skill: `tippyentertainment/godot-engine-2d-developer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tippyentertainment/godot-engine-2d-developer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tippyentertainment/godot-engine-2d-developer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tippyentertainment (https://skillmd.com/u/tippyentertainment)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/tippyentertainment/godot-engine-2d-developer

---

# Provided by TippyEntertainment
# https://github.com/tippyentertainment/skills.git


This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.



# Godot Engine — 2D Game Developer

These skills cover practical workflows for building 2D games with Godot: project structure, scene design, input, animation, tilemaps, and optimization.

## Files & Formats

Required files and typical formats for Godot 2D projects:

- `SKILL.md` — skill metadata (YAML frontmatter: name, description)
- `README.md` — optional overview and links
- Scenes: `.tscn` (Text scene files)
- Scripts: `.gd`, optionally `.cs`
- 2D assets: `.png`, `.jpg`, `.svg`
- Tilemaps: `.tres`, `.tmx` (imports)
- Audio: `.wav`, `.ogg`
- Tests: `.gd` (unit tests)
