Summer agent layer
by Summer Engine
The MIT repo for driving Summer with external agents: CLI, MCP server, skills, hooks, plugin manifests, setup commands, and engine tools.
One repo, one install surface: the open agent layer for Summer Engine.
Plugins catalog
A small list of pieces that help a game ship: Summer MCP, agent skills, camera tools, terrain, dialogue, pathfinding, UI helpers, and other compatible addons.
Not listed: competing chat assistants, generic Godot AI wrappers, or random tools we would not put in a real Summer project.
Listing rule
The catalog is not a neutral directory. It should help Summer users find useful project parts without sending them to another AI build surface.
Summer-owned or Summer-checked pieces. Today that is the MIT agent layer: CLI, MCP server, skills, hooks, and plugin manifests.
Complementary game-dev addons we would actually want in a Summer project: cameras, terrain, dialogue, pathfinding, UI, runtime behavior.
A small cached snapshot from AssetLib. These are compatibility leads, not endorsements or install instructions.
15 of 15 entries
by Summer Engine
The MIT repo for driving Summer with external agents: CLI, MCP server, skills, hooks, plugin manifests, setup commands, and engine tools.
One repo, one install surface: the open agent layer for Summer Engine.
by Gramps
Steamworks integration for Godot 4.4+ projects: achievements, stats, lobbies, networking, and store-platform features.
Essential for Steam-bound projects. Test achievements, overlay, and lobbies in a real Steam build.
by TokisanGames
Editable Godot 4 terrain tooling for large 3D worlds, heightmaps, painting, holes, and foliage workflows.
Good fit for open-world prototypes, terrain-heavy levels, and generated environment passes.
by Mux213
Reusable XR components for Godot 4 projects, including interaction building blocks and common VR setup pieces.
Good fit for VR prototypes and interaction experiments. XR projects still need device testing.
by ramoks
Camera tooling for Godot projects that need cleaner follow cameras, transitions, and authored camera behavior.
Team-curated for camera work in playable prototypes and finished games.

by limbonaut
Behavior trees and state machines for Godot 4 NPCs, with editor tooling, debugging, and GDScript task support.
Good fit for NPC behavior, enemy logic, and state-machine-heavy prototypes.
by nathanhoad
Nonlinear dialogue tooling for Godot, including editor feedback, localization support, and custom dialogue balloons.
Team-curated for narrative games. Keep story state owned by your game code.
by colinheathman
Import Aseprite spritesheets and animation data into Godot so pixel-art source files stay close to the project.
Team-curated for 2D production. Keep source art checked in with the project.
by Maaack
A node for building AStarGrid2D maps from TileMapLayers and dynamic collider groups.
Useful when agents generate tile-based movement or tactical game prototypes.
by chuumberry
Save-state tooling for Godot projects that need to preserve and restore gameplay state during iteration.
Useful for prototypes that need persistence before a custom save system is written.
by joung2321
Rhythm-game helpers for timing, note logic, and beat-based gameplay experiments in Godot.
Good fit for music-game prototypes. Timing-sensitive gameplay still needs manual playtesting.
by sumri
A minimap addon for Godot projects that need quick navigation UI in top-down, RPG, or exploration games.
Useful for quick HUD scaffolding. Tune icon scale and world bounds by hand.
by gamehooe
A Godot tool for merging meshes when a scene needs fewer draw calls or cleaner exported geometry.
Useful after generated or kitbashed scenes get too fragmented.
by LuYingYiLong
GIF support for Godot projects that need lightweight animated image playback or import workflows.
Useful for UI, tutorials, or lightweight animated media. Test memory use on target platforms.
by cyril
Rich text viewing and editing components for Godot UI, dialogue tools, in-game notes, and debug panels.
Useful for UI-heavy projects. Review license terms before embedding in commercial tooling.
Start with the engine, then add parts carefully