Summer - The AI Game Engine
Official@SummerEngine · Denmark
Creating games should be as fun as playing them
Agent Skills by Summer - The AI Game Engine
Showing 94 vetted skills indexed across 1 GitHub repositories.
ui-basics
Build Summer Engine UI scenes with Control nodes, containers, anchors, and signal wiring.
asset-strategy
Routes asset creation requests to specialist skills across 2D, 3D, audio, video, VFX, and animation pipelines.
remote-deploy
Deploy and debug game builds on physical devices via runnable export presets.
host-authoritative-state
Design host-authoritative state ownership, validation, and broadcast patterns for multiplayer games.
scene-scripting
Builds scenes, 2D levels, HUDs, and gameplay wiring via GDScript executed in the live editor.
adaptive-music
Wire music stems to game state with crossfades, bus routing, and a state machine.
environment-kit
Generate modular snap-together 3D environment kit pieces sharing one locked visual style.
psx-retro-rendering
Implements PlayStation 1 rendering behavior in Godot 4 shaders with affine textures, vertex snapping, and RGB5 dithering.
vfx-smoke
Creates soft particle smoke plumes in Godot using GPUParticles3D and a noise-based shader.
navigate-summer
Opens Summer Engine editor surfaces and summerengine.com pages for the user via summer_open.
gdscript-patterns
Applies GDScript conventions for type hints, signals, exports, and lifecycle methods in Godot 4 projects.
fps-controller
Implements a first-person character controller in GDScript with coyote time, jump buffering, and air control.
auto-fire-targeting
Implements pending-damage targeting for auto-fire weapons in Godot GDScript.
sound-effect
Generate short SFX one-shots and wire them as AudioStreamPlayer nodes in Godot scenes.
prop-model
Generate a single static 3D prop and wire it into a scene as a MeshInstance3D.
export-and-ship
Validate export capability and produce release builds for game distribution platforms.
driving-the-editor-ui
Drive the Summer Engine editor UI by invoking named actions, dismissing dialogs, and reading dock state.
skybox-panorama
Generate equirectangular sky panoramas and wire them into WorldEnvironment as PanoramaSkyMaterial resources.
organic-model
Generate organic 3D shapes like trees, rocks, and crystals via AI 3D generation tools.
skill-test
Validates Summer skills through static structural linting and behavioral spec checks.
3d-lighting
Configure 3D scene lighting, WorldEnvironment, sky, and shadows in Summer Engine scenes.
godogen-visual-proof-game-generation
Generates small Godot games from briefs with a visual QC loop and proof recording.
scene-composition
Organizes Summer Engine scenes using node hierarchy conventions, sub-scene extraction, and prefab instantiation patterns.
vfx-hit-spark
Creates one-shot additive billboard spark bursts oriented to surface normals in Godot scenes.
Frequently Asked Questions About Summer - The AI Game Engine
FAQPage SchemaWhat tasks can I accomplish with Summer Engine's skill library?▼
You can generate 2D sprites, tileable textures, 3D props, rigged characters, music, SFX, voice lines, and cutscenes; build VFX like fire, smoke, and lightning; design levels, mechanics, and NPC behavior; wire multiplayer; tune performance; and export or remote-deploy finished Godot 4 games.
Who is Summer Engine designed for?▼
Game developers, indie creators, and technical designers building Godot 4 projects who want AI-assisted asset generation, scene composition, GDScript wiring, and gameplay iteration. Skills target both creative roles (art direction, audio, level design) and engineering roles (networking, performance, debugging).
How do the skills run in practice?▼
Skills operate inside AI coding environments — Cursor, Claude Code, Windsurf, Codex, Gemini, and others — driving the Summer editor through summer_* functions that create scenes, add nodes, set properties, run GDScript, capture screenshots, and playtest the live game with snapshot-diff verification.
What license and cost apply to Summer Engine skills?▼
The skills are released under the MIT license, permitting free use, modification, and redistribution. Individual skill frontmatters consistently declare MIT licensing across the library, including asset generation, VFX, animation, multiplayer, and deployment skills.
What prerequisites and dependencies do the skills require?▼
A Summer Engine project (project.godot, .tscn scenes, GDScript files) and a compatible AI coding client. Optional pipelines use Blender for mesh fabrication, the Meshy motion library for animation clips, and a headless Linux setup with xvfb and software GL for cloud runs.