Agent skill
bootstrap-godot-project
Bootstrap Godot 4.5 project scaffolding for iOS-first 2.5D JRPG
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/bootstrap-godot-project
SKILL.md
Skill: Bootstrap Godot Project (Godot 4.5, iOS-first)
Objective
Create a Godot 4.5 project that is:
- iOS landscape-first
- friendly to headless automation
- organized under
res://game/...
Steps
- Create the project
- Create a new Godot project at the repo root so
project.godotis at./project.godot.
- Configure display
- Landscape-only orientation (iOS).
- Use UI anchors and scaling; do not hardcode a tiny internal resolution.
- Provide a single reference layout resolution (1920x1080) for UI mockups.
- Define InputMap actions Required:
moveinteractmenucancel
Suggested bindings for desktop testing:
- Movement: WASD + arrows
- Interact: Enter/Space
- Cancel: Esc
- Menu: Tab
- Add autoload singletons
GameState.gdSceneRouter.gdScenarioRunner.gd(can be no-op at first)
- Create bootstrap scenes
game/bootstrap/Main.tscn- loads initial scene
- owns fade layer (or delegates to SceneRouter)
Verification checklist
godot --path .launches without errors.godot --headless --path . --quitreturns success.- Input actions exist and are spelled consistently.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?